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.42.0' > 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-ssh6508951399309059859.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/master Seen 1 remote branch Obtained greycat/Jenkinsfile from 7680158b5304bcaf70608fd6e9397cb540dfa5a2 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hawk/hawk-greycat-backend-master-243-cj65m-s7d6q-302f1 Still waiting to schedule task Waiting for next available executor on ‘hawk-greycat-backend-master-243-cj65m-s7d6q-302f1’ Agent hawk-greycat-backend-master-243-cj65m-s7d6q-302f1 is provisioned from template Hawk_Greycat_backend_master_243-cj65m-s7d6q --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/243/" runUrl: "job/Hawk%20Greycat%20backend/job/master/243/" labels: jenkins: "slave" jenkins/label-digest: "819f64fb2c651740782b580fb412b3798211d874" jenkins/label: "Hawk_Greycat_backend_master_243-cj65m" name: "hawk-greycat-backend-master-243-cj65m-s7d6q-302f1" 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-243-cj65m-s7d6q-302f1" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-243-cj65m-s7d6q-302f1" - 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-3131.vf2b_b_798b_ce99" name: "jnlp" resources: 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-243-cj65m-s7d6q-302f1 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-ssh17215876962904555659.key Verifying host key using manually-configured host key entries > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7680158b5304bcaf70608fd6e9397cb540dfa5a2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7680158b5304bcaf70608fd6e9397cb540dfa5a2 # timeout=10 Commit message: "WorkspaceTest: work around URIs with invalid fragment chars (SysML2)" > git rev-list --no-walk 47eba17e83bc8cbdd23322c0c4a590dddd61ac5d # 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: 10.181 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.874 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.322 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.149 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.183 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.186 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.276 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.296 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.308 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.295 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.437 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.267 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.228 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.279 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.215 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.286 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.293 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.204 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.214 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.11 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.116 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.125 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.243 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.087 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.103 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.137 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.381 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.181 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.288 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.144 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.159 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.143 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.693 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.192 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.17 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.07 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.155 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.092 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.129 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.172 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.194 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.108 s recreateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.194 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 14:52:04.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:04.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:04.703 [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 14:52:04.705 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:04.706 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:04.710 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:04.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:04.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:04.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:04.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:52:04.712 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:04.713 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:04.713 [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 14:52:04.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:04.822 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:04.900 [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 14:52:04.903 [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 14:52:04.907 [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 14:52:04.912 [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 14:52:04.912 [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 14:52:04.912 [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 14:52:04.913 [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 14:52:04.915 [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 14:52:04.917 [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 14:52:04.918 [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 14:52:04.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 14:52:04.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 14:52:04.923 [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 14:52:04.923 [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 14:52:04.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 14:52:04.923 [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 14:52:04.924 [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 14:52:04.924 [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 14:52:04.924 [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 14:52:04.924 [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 14:52:04.926 [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 14:52:04.926 [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[] 14:52:04.926 [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 14:52:04.926 [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 14:52:04.926 [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 14:52:04.993 [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 14:52:04.994 [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 14:52:04.997 [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 14:52:04.997 [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 14:52:04.999 [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 14:52:04.999 [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 14:52:04.999 [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 14:52:04.999 [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 14:52:05.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:05.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:05.120 [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 14:52:05.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:05.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:05.203 [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 14:52:05.203 [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 14:52:05.203 [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[] 14:52:05.203 [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 14:52:05.203 [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 14:52:05.203 [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 14:52:05.203 [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 14:52:05.204 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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[] 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.205 [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 14:52:05.206 [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 14:52:05.206 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.207 [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 14:52:05.208 [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 14:52:05.208 [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 14:52:05.208 [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 14:52:05.208 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.210 [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 14:52:05.211 [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 14:52:05.211 [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 14:52:05.211 [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 14:52:05.211 [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 14:52:05.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:05.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:05.222 [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 14:52:05.223 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:05.224 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:05.295 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:05.298 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:05.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:05.303 [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/hawkSvnRepo15726718935183708364 14:52:13.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15726718935183708364:org.eclipse.hawk.svn.SvnManager:false 14:52:13.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:13.118 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:13.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:13.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:13.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:13.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:13.136 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:13.142 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:13.142 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:52:13.142 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:13.142 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:13.193 [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... 14:52:13.193 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s67ms [proxy update] 14:52:13.203 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344723030) of file:///tmp/hawkSvnRepo15726718935183708364 14:52:13.206 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:13.213 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:13.213 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:13.327 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:13.327 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:13.330 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:52:13.330 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:52:13.400 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:52:13.413 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:52:13.413 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:52:13.414 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:52:13.414 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s88ms [pure insertion] marking any relevant derived attributes for update...14:52:13.414 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:13.414 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:13.414 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:13.414 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:13.415 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:13.415 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:13.415 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:13.415 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:13.417 [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 !] 14:52:13.619 [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) 14:52:13.620 [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... 14:52:13.620 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s206ms [proxy update] 14:52:13.620 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344725528) of file:///tmp/hawkSvnRepo15726718935183708364 14:52:13.621 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:13.624 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:13.624 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:13.698 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:13.698 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:13.699 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:13.701 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:52:13.701 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:13.701 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:13.701 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:13.718 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s20ms [pure insertion] marking any relevant derived attributes for update...14:52:13.718 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:13.719 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:13.720 [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 !] 14:52:13.808 [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) 14:52:13.809 [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... 14:52:13.809 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 14:52:13.809 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344727126) of file:///tmp/hawkSvnRepo15726718935183708364 14:52:13.810 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:13.813 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:13.813 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:13.894 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:13.894 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:13.895 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:52:13.896 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:52:13.896 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:13.896 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:13.896 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:13.897 [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...14:52:13.897 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:13.898 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:13.899 [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... 14:52:13.899 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:13.899 [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 !] 0s24ms [proxy update] 14:52:13.922 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344729123) of file:///tmp/hawkSvnRepo15726718935183708364 14:52:13.923 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:13.926 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:13.926 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:14.000 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:14.000 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:14.001 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:52:14.002 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:52:14.002 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:14.002 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:14.002 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:14.003 [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...14:52:14.003 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:14.004 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:14.004 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:14.004 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:14.004 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:14.005 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:14.005 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:14.005 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:14.005 [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... 14:52:14.005 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:14.006 [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 !] 0s91ms [proxy update] 14:52:14.095 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344731118) of file:///tmp/hawkSvnRepo15726718935183708364 14:52:14.096 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:14.096 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 978 ms 14:52:14.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:52:14.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15726718935183708364:org.eclipse.hawk.svn.SvnManager:false 14:52:14.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:14.131 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:52:14.133 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:52:14.133 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5908771706800683525/test_revRefNavDerived[LevelDB GreyCat] 14:52:14.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:52:15.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:15.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:15.295 [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 14:52:15.295 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:15.295 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:15.298 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:15.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:15.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:15.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:15.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:52:15.299 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:15.300 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:15.300 [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 14:52:15.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:15.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:15.314 [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 14:52:15.314 [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 14:52:15.315 [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 14:52:15.315 [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 14:52:15.315 [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 14:52:15.316 [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 14:52:15.318 [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 14:52:15.318 [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 14:52:15.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 14:52:15.318 [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 14:52:15.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 14:52:15.393 [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 14:52:15.393 [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 14:52:15.393 [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 14:52:15.393 [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 14:52:15.395 [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 14:52:15.395 [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 14:52:15.395 [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 14:52:15.395 [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 14:52:15.396 [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 14:52:15.396 [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 14:52:15.396 [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 14:52:15.396 [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 14:52:15.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 14:52:15.400 [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 14:52:15.400 [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 14:52:15.401 [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 14:52:15.401 [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 14:52:15.401 [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 14:52:15.403 [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 14:52:15.406 [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[] 14:52:15.406 [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 14:52:15.406 [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 14:52:15.496 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:15.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:15.496 [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 14:52:15.501 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:15.501 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:15.506 [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 14:52:15.506 [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 14:52:15.506 [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 14:52:15.506 [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 14:52:15.507 [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 14:52:15.508 [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 14:52:15.508 [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 14:52:15.508 [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 14:52:15.508 [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 14:52:15.508 [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 14:52:15.508 [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 14:52:15.508 [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[] 14:52:15.509 [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 14:52:15.509 [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 14:52:15.509 [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 14:52:15.509 [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 14:52:15.510 [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 14:52:15.510 [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 14:52:15.510 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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[] 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.511 [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 14:52:15.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:15.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:15.518 [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 14:52:15.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:15.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:15.525 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:15.592 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:15.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:15.593 [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; 14:52:15.596 [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/hawkSvnRepo13885848914620347083 14:52:23.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13885848914620347083:org.eclipse.hawk.svn.SvnManager:false 14:52:23.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:23.120 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:23.133 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:23.133 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:23.133 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:23.133 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:23.133 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:23.136 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:23.136 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:52:23.136 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:23.136 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:23.139 [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... 14:52:23.139 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s63ms [proxy update] 14:52:23.196 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344734208) of file:///tmp/hawkSvnRepo13885848914620347083 14:52:23.197 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:23.202 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:23.202 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:23.217 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:23.217 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:23.217 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:52:23.217 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:52:23.225 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:52:23.297 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:52:23.298 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:52:23.298 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:52:23.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s81ms [pure insertion] marking any relevant derived attributes for update...14:52:23.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:23.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:23.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:23.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:23.299 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:23.299 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:23.299 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:23.299 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:23.301 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:23.304 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344735623, id=30] 14:52:23.312 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:23.329 [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) 14:52:23.392 [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... 14:52:23.392 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 14:52:23.393 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344735623) of file:///tmp/hawkSvnRepo13885848914620347083 14:52:23.393 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:23.396 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:23.396 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:23.409 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:23.409 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:23.410 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:23.410 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:52:23.410 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:23.410 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:23.410 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:23.419 [pool-48-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...14:52:23.419 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:23.420 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:23.420 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:23.420 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:23.421 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:23.421 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:23.421 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:23.421 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:23.421 [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... 14:52:23.421 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:23.422 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s86ms [proxy update] 14:52:23.506 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344737116) of file:///tmp/hawkSvnRepo13885848914620347083 14:52:23.507 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:23.511 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:23.511 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:23.525 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:23.525 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:23.525 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:23.526 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:52:23.526 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:23.526 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:23.526 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:23.600 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...14:52:23.600 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:23.602 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:23.603 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:23.612 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:23.703 [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) 14:52:23.703 [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... 14:52:23.703 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:23.704 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s122ms [proxy update] 14:52:23.724 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344739114) of file:///tmp/hawkSvnRepo13885848914620347083 14:52:23.725 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:23.793 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:23.793 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:23.805 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:23.805 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:23.807 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:52:23.808 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:52:23.808 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:23.808 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:23.808 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:23.809 [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...14:52:23.809 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:23.810 [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... 14:52:23.810 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:23.811 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s86ms [proxy update] 14:52:23.896 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344741115) of file:///tmp/hawkSvnRepo13885848914620347083 14:52:23.897 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:23.897 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 777 ms 14:52:23.934 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:52:23.934 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13885848914620347083:org.eclipse.hawk.svn.SvnManager:false 14:52:23.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:23.994 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:52:23.996 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:52:23.996 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7148300952304303880/test_untilAnnotated[LevelDB GreyCat] 14:52:23.998 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:52:25.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:25.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:25.325 [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 14:52:25.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:25.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:25.330 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:25.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:25.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:25.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:25.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:52:25.330 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:25.331 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:25.331 [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 14:52:25.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:25.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:25.406 [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 14:52:25.406 [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 14:52:25.406 [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 14:52:25.406 [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 14:52:25.406 [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 14:52:25.406 [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 14:52:25.407 [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 14:52:25.408 [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 14:52:25.414 [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 14:52:25.414 [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 14:52:25.414 [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 14:52:25.415 [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 14:52:25.416 [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 14:52:25.416 [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 14:52:25.417 [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 14:52:25.419 [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 14:52:25.419 [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[] 14:52:25.419 [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 14:52:25.421 [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 14:52:25.421 [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 14:52:25.421 [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 14:52:25.421 [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 14:52:25.421 [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 14:52:25.423 [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 14:52:25.423 [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 14:52:25.423 [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 14:52:25.423 [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 14:52:25.423 [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 14:52:25.423 [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 14:52:25.425 [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 14:52:25.493 [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 14:52:25.493 [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 14:52:25.493 [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 14:52:25.511 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:25.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:25.511 [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 14:52:25.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:25.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:25.521 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.522 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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[] 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.523 [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 14:52:25.524 [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 14:52:25.524 [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 14:52:25.524 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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[] 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.525 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.593 [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 14:52:25.598 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:25.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:25.598 [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 14:52:25.600 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:25.600 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:25.604 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:25.607 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:25.607 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:25.607 [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/hawkSvnRepo13151924938892669695 14:52:29.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13151924938892669695:org.eclipse.hawk.svn.SvnManager:false 14:52:29.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:29.108 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:29.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:29.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:29.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:29.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:29.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:29.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:29.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:52:29.122 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:29.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:29.124 [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... 14:52:29.124 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 14:52:29.128 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344744012) of file:///tmp/hawkSvnRepo13151924938892669695 14:52:29.128 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:29.133 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:29.133 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:29.195 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:29.195 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:29.197 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:52:29.198 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:52:29.205 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:52:29.212 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:52:29.212 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:52:29.212 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:52:29.212 [pool-50-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...14:52:29.212 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:29.213 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:29.214 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:29.223 [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) 14:52:29.223 [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... 14:52:29.223 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 14:52:29.224 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344745633) of file:///tmp/hawkSvnRepo13151924938892669695 14:52:29.224 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:29.226 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:29.227 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:29.296 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:29.296 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:29.297 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:29.297 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:52:29.297 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:29.297 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:29.297 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:29.305 [pool-50-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...14:52:29.305 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:29.305 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:29.305 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:29.305 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:29.305 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:29.306 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:29.306 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:29.306 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:29.306 [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... 14:52:29.306 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:29.306 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s18ms [proxy update] 14:52:29.323 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344747115) of file:///tmp/hawkSvnRepo13151924938892669695 14:52:29.324 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:29.324 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 216 ms 14:52:29.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:52:29.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13151924938892669695:org.eclipse.hawk.svn.SvnManager:false 14:52:29.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:29.398 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:52:29.400 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:52:29.400 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8546344392236768250/test_computedForAllVersions[LevelDB GreyCat] 14:52:29.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:52:30.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:30.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:30.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 14:52:30.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:30.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:30.346 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:30.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:30.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:30.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:30.392 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 14:52:30.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 14:52:30.393 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:30.393 [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 14:52:30.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:30.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:30.404 [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 14:52:30.405 [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 14:52:30.405 [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 14:52:30.405 [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 14:52:30.406 [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 14:52:30.408 [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 14:52:30.409 [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 14:52:30.409 [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 14:52:30.409 [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 14:52:30.409 [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 14:52:30.410 [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 14:52:30.410 [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 14:52:30.410 [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 14:52:30.410 [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 14:52:30.411 [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 14:52:30.411 [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 14:52:30.411 [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 14:52:30.411 [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 14:52:30.411 [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 14:52:30.412 [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 14:52:30.412 [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 14:52:30.412 [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 14:52:30.412 [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 14:52:30.412 [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 14:52:30.412 [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 14:52:30.414 [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 14:52:30.414 [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[] 14:52:30.414 [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 14:52:30.416 [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 14:52:30.416 [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 14:52:30.416 [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 14:52:30.416 [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 14:52:30.416 [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 14:52:30.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:30.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:30.495 [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 14:52:30.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:30.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.504 [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 14:52:30.505 [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 14:52:30.505 [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 14:52:30.505 [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[] 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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 14:52:30.506 [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[] 14:52:30.506 [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 14:52:30.506 [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 14:52:30.507 [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 14:52:30.507 [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 14:52:30.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:30.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:30.512 [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 14:52:30.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:30.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:30.518 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:30.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:30.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:30.592 [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; 14:52:30.595 [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/hawkSvnRepo12796121301202982533 14:52:38.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12796121301202982533:org.eclipse.hawk.svn.SvnManager:false 14:52:38.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:38.108 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:38.117 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:38.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:38.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:38.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:38.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:38.120 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:38.120 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:52:38.120 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:38.120 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:38.122 [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... 14:52:38.122 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:52:38.126 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344749416) of file:///tmp/hawkSvnRepo12796121301202982533 14:52:38.127 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:38.132 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:38.132 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:38.194 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:38.194 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:38.194 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:52:38.194 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:52:38.201 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:52:38.211 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:52:38.211 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:52:38.211 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:52:38.211 [pool-52-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...14:52:38.211 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:38.212 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:38.213 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:38.215 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344750618, id=30] 14:52:38.219 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:38.232 [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) 14:52:38.233 [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... 14:52:38.233 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 14:52:38.233 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344750618) of file:///tmp/hawkSvnRepo12796121301202982533 14:52:38.234 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:38.294 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:38.294 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:38.305 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:38.305 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:38.305 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:38.305 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:52:38.305 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:38.305 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:38.305 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:38.312 [pool-52-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...14:52:38.312 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:38.313 [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... 14:52:38.313 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:38.314 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s15ms [proxy update] 14:52:38.328 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344752112) of file:///tmp/hawkSvnRepo12796121301202982533 14:52:38.328 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:38.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:38.331 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:38.402 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:38.402 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:38.402 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:38.403 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:52:38.403 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:38.403 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:38.403 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:38.413 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:52:38.413 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:38.414 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:38.415 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:38.423 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:38.506 [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) 14:52:38.506 [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... 14:52:38.506 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:38.507 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s108ms [proxy update] 14:52:38.522 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344754114) of file:///tmp/hawkSvnRepo12796121301202982533 14:52:38.523 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:38.525 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:38.525 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:38.601 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:38.601 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:38.603 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:52:38.604 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:52:38.604 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:38.604 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:38.604 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:38.605 [pool-52-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...14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:38.605 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:38.606 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:38.606 [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... 14:52:38.606 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:38.606 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s91ms [proxy update] 14:52:38.696 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344756113) of file:///tmp/hawkSvnRepo12796121301202982533 14:52:38.696 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:38.696 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 588 ms 14:52:38.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:52:38.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12796121301202982533:org.eclipse.hawk.svn.SvnManager:false 14:52:38.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:38.707 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:52:38.708 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:52:38.709 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6706152721835615160/test_sinceAnnotated[LevelDB GreyCat] 14:52:38.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:52:39.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:39.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:39.293 [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 14:52:39.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:39.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:39.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:39.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:39.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:39.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:39.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:52:39.298 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:39.299 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:39.299 [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 14:52:39.305 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:39.305 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:39.309 [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 14:52:39.310 [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 14:52:39.311 [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 14:52:39.311 [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 14:52:39.312 [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 14:52:39.312 [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 14:52:39.312 [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 14:52:39.312 [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 14:52:39.312 [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 14:52:39.312 [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 14:52:39.312 [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 14:52:39.313 [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 14:52:39.313 [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 14:52: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::EByteArray will be handled as its instance type byte[] 14:52: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 14:52:39.315 [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 14:52:39.316 [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 14:52:39.316 [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 14:52:39.316 [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 14:52:39.317 [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 14:52:39.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 14:52:39.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 14:52:39.317 [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 14:52:39.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 14:52:39.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 14:52:39.318 [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 14:52:39.319 [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 14:52:39.319 [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 14:52:39.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 14:52:39.320 [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 14:52:39.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 14:52:39.321 [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 14:52:39.321 [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 14:52:39.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:39.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:39.397 [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 14:52:39.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:39.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:39.406 [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 14:52:39.406 [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 14:52:39.406 [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 14:52:39.406 [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 14:52:39.406 [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 14:52:39.406 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.407 [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 14:52:39.408 [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 14:52:39.408 [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 14:52:39.408 [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 14:52:39.408 [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[] 14:52:39.408 [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 14:52:39.408 [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 14:52:39.408 [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 14:52:39.409 [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 14:52:39.409 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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 14:52:39.411 [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[] 14:52:39.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:39.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:39.416 [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 14:52:39.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:39.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:39.422 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:39.424 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:39.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:39.425 [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; 14:52:39.427 [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/hawkSvnRepo12051257044980746226 14:52:47.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12051257044980746226:org.eclipse.hawk.svn.SvnManager:false 14:52:47.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:47.111 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:47.122 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:47.122 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:47.122 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:47.122 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:47.122 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:47.125 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:47.125 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:52:47.125 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:47.125 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:47.128 [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... 14:52:47.128 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 14:52:47.134 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344758723) of file:///tmp/hawkSvnRepo12051257044980746226 14:52:47.192 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:47.197 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:47.197 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:47.208 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:47.208 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:47.209 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:52:47.209 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:52:47.233 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:52:47.301 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:52:47.302 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:52:47.302 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:52:47.302 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:52:47.302 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:47.302 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:47.302 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:47.302 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:47.303 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:47.303 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:47.303 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:47.303 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:47.304 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:47.306 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344759509, id=30] 14:52:47.311 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:47.327 [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) 14:52:47.327 [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... 14:52:47.327 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s25ms [proxy update] 14:52:47.327 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344759509) of file:///tmp/hawkSvnRepo12051257044980746226 14:52:47.328 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:47.330 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:47.330 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:47.401 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:47.401 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:47.402 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:47.402 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:52:47.402 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:47.402 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:47.402 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:47.409 [pool-54-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...14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:47.410 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:47.411 [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... 14:52:47.411 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:47.411 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s16ms [proxy update] 14:52:47.426 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344761113) of file:///tmp/hawkSvnRepo12051257044980746226 14:52:47.427 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:47.429 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:47.429 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:47.500 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:47.500 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:47.500 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:47.501 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:52:47.501 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:47.501 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:47.501 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:47.511 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:52:47.511 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:47.512 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:47.513 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:47.521 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:47.601 [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) 14:52:47.601 [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... 14:52:47.602 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:47.602 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s107ms [proxy update] 14:52:47.619 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344763112) of file:///tmp/hawkSvnRepo12051257044980746226 14:52:47.619 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:47.622 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:47.622 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:47.693 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:47.693 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:47.695 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:52:47.696 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:52:47.696 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:47.696 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:47.696 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:47.697 [pool-54-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...14:52:47.697 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:47.697 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:47.697 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:47.697 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:47.698 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:47.698 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:47.698 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:47.698 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:47.698 [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... 14:52:47.698 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:47.698 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s23ms [proxy update] 14:52:47.721 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344765111) of file:///tmp/hawkSvnRepo12051257044980746226 14:52:47.721 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:47.721 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 610 ms 14:52:47.730 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:52:47.730 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12051257044980746226:org.eclipse.hawk.svn.SvnManager:false 14:52:47.732 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:47.732 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:52:47.734 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:52:47.734 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8165016223662571510/test_beforeAnnotated[LevelDB GreyCat] 14:52:47.793 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:52:48.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:48.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:48.195 [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 14:52:48.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:48.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:48.198 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:48.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:48.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:48.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:48.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:52:48.199 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:48.199 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:48.200 [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 14:52:48.204 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:48.204 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:48.209 [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[] 14:52:48.209 [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 14:52:48.209 [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 14:52:48.211 [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 14:52:48.211 [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 14:52:48.211 [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 14:52:48.211 [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 14:52:48.212 [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 14:52:48.213 [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 14:52:48.213 [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 14:52:48.213 [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 14:52:48.213 [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 14:52:48.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 14:52:48.214 [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 14:52:48.215 [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 14:52:48.215 [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 14:52:48.216 [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 14:52:48.216 [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 14:52:48.216 [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 14:52:48.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 14:52:48.216 [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 14:52:48.219 [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 14:52:48.220 [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 14:52:48.220 [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 14:52:48.220 [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 14:52:48.220 [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 14:52:48.221 [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 14:52:48.221 [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 14:52:48.221 [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 14:52:48.221 [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 14:52:48.222 [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 14:52:48.222 [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 14:52:48.222 [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 14:52:48.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:48.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:48.236 [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 14:52:48.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:48.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:48.298 [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 14:52:48.298 [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 14:52:48.298 [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 14:52:48.298 [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[] 14:52:48.298 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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[] 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.299 [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 14:52:48.300 [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 14:52:48.300 [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 14:52:48.300 [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 14:52:48.300 [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 14:52:48.300 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.301 [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 14:52:48.306 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:48.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:48.306 [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 14:52:48.307 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:48.307 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:48.311 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:48.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:48.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:48.313 [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; 14:52:48.315 [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/hawkSvnRepo10178302864891948194 14:52:56.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10178302864891948194:org.eclipse.hawk.svn.SvnManager:false 14:52:56.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:56.109 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:56.120 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:56.120 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:56.120 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:56.120 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:56.120 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:56.122 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:56.122 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:52:56.123 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:56.123 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:56.125 [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... 14:52:56.125 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:52:56.129 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344767811) of file:///tmp/hawkSvnRepo10178302864891948194 14:52:56.129 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:56.134 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:56.134 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:56.144 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:56.144 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:56.145 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:52:56.145 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:52:56.198 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:52:56.208 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:52:56.208 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:52:56.208 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:52:56.208 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s64ms [pure insertion] marking any relevant derived attributes for update...14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:56.209 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:56.210 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:56.212 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344768400, id=30] 14:52:56.216 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:56.229 [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) 14:52:56.229 [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... 14:52:56.229 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s20ms [proxy update] 14:52:56.229 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344768400) of file:///tmp/hawkSvnRepo10178302864891948194 14:52:56.230 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:56.232 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:56.232 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:56.299 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:56.299 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:56.300 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:56.300 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:52:56.300 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:56.300 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:56.300 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:56.307 [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...14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:56.307 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:56.307 [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... 14:52:56.308 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:56.308 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s15ms [proxy update] 14:52:56.322 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344770113) of file:///tmp/hawkSvnRepo10178302864891948194 14:52:56.322 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:56.324 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:56.324 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:56.334 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:56.334 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:56.334 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:52:56.392 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:52:56.392 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:56.392 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:56.392 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:56.401 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:52:56.401 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:56.402 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:56.403 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:52:56.409 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:52:56.426 [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) 14:52:56.426 [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... 14:52:56.426 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:56.427 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s98ms [proxy update] 14:52:56.500 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344772112) of file:///tmp/hawkSvnRepo10178302864891948194 14:52:56.501 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:52:56.503 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:52:56.503 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:52:56.512 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:52:56.513 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:52:56.515 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:52:56.515 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:52:56.515 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:52:56.515 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:52:56.515 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:52:56.516 [pool-56-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...14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:52:56.516 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:52:56.517 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:52:56.517 [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... 14:52:56.517 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:52:56.517 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s81ms [proxy update] 14:52:56.597 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344774112) of file:///tmp/hawkSvnRepo10178302864891948194 14:52:56.597 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:56.597 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 488 ms 14:52:56.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:52:56.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10178302864891948194:org.eclipse.hawk.svn.SvnManager:false 14:52:56.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:56.610 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:52:56.612 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:52:56.612 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11020721643603176554/test_whenComposability[LevelDB GreyCat] 14:52:56.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:52:57.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:52:57.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:52:57.190 [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 14:52:57.190 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:57.190 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:57.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:52:57.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:52:57.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:52:57.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:52:57.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:52:57.194 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:52:57.194 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:52:57.194 [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 14:52:57.199 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:57.199 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:57.203 [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 14:52:57.203 [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 14:52:57.203 [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 14:52:57.205 [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 14:52:57.206 [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 14:52:57.206 [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 14:52:57.206 [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 14:52:57.206 [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 14:52:57.207 [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 14:52:57.207 [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[] 14:52:57.207 [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 14:52:57.209 [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 14:52:57.209 [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 14:52:57.209 [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 14:52:57.211 [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 14:52:57.211 [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 14:52:57.211 [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 14:52:57.211 [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 14:52:57.211 [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 14:52:57.211 [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 14:52:57.212 [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 14:52:57.212 [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 14:52:57.212 [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 14:52:57.212 [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 14:52:57.212 [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 14:52:57.213 [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 14:52:57.213 [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 14:52:57.213 [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 14:52:57.214 [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 14:52:57.214 [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 14:52:57.215 [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 14:52:57.215 [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 14:52:57.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 14:52:57.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:52:57.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:57.227 [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 14:52:57.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:57.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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[] 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.295 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.296 [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 14:52:57.297 [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 14:52:57.297 [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 14:52:57.297 [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 14:52:57.297 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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[] 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.298 [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 14:52:57.302 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:52:57.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:57.302 [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 14:52:57.303 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:52:57.303 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:52:57.308 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:52:57.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:52:57.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:52:57.310 [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; 14:52:57.312 [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/hawkSvnRepo8726227018661042450 14:53:05.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8726227018661042450:org.eclipse.hawk.svn.SvnManager:false 14:53:05.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:05.108 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:05.117 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:05.117 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:05.117 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:05.117 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:05.117 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:05.119 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:05.119 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:53:05.119 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:05.119 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:05.121 [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... 14:53:05.121 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:53:05.125 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344776627) of file:///tmp/hawkSvnRepo8726227018661042450 14:53:05.125 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:05.130 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:05.130 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:05.139 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:05.139 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:05.139 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:05.139 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:53:05.197 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:53:05.207 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:05.207 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:53:05.207 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:05.207 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:53:05.207 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:05.207 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:05.207 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:05.207 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:05.208 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:05.208 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:05.208 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:05.208 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:05.209 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:53:05.210 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344777333, id=30] 14:53:05.215 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:53:05.226 [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) 14:53:05.227 [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... 14:53:05.227 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s20ms [proxy update] 14:53:05.227 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344777333) of file:///tmp/hawkSvnRepo8726227018661042450 14:53:05.227 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:05.229 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:05.229 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:05.295 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:05.295 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:05.295 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:05.296 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:53:05.296 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:05.296 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:05.296 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:05.302 [pool-58-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...14:53:05.302 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:05.303 [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... 14:53:05.303 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:53:05.304 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s13ms [proxy update] 14:53:05.316 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344779111) of file:///tmp/hawkSvnRepo8726227018661042450 14:53:05.317 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:05.319 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:05.319 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:05.328 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:05.328 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:05.328 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:05.328 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:05.328 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:05.328 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:05.328 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:05.397 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:53:05.397 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:05.398 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:05.399 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 14:53:05.405 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 14:53:05.499 [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) 14:53:05.499 [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... 14:53:05.499 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:53:05.499 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s113ms [proxy update] 14:53:05.512 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344781110) of file:///tmp/hawkSvnRepo8726227018661042450 14:53:05.512 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:05.514 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:05.514 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:05.522 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:05.522 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:05.524 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:05.525 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:53:05.525 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:05.525 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:05.525 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:05.526 [pool-58-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...14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:05.526 [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... 14:53:05.526 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:53:05.527 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s88ms [proxy update] 14:53:05.614 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344783111) of file:///tmp/hawkSvnRepo8726227018661042450 14:53:05.614 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:05.614 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 506 ms 14:53:05.622 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:05.622 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8726227018661042450:org.eclipse.hawk.svn.SvnManager:false 14:53:05.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:05.624 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:05.626 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:05.626 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3783306043983735094/test_afterAnnotated[LevelDB GreyCat] 14:53:05.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:06.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:06.196 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:06.196 [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 14:53:06.196 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:06.196 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:06.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:06.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:06.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:06.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:06.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:06.200 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:06.200 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:06.201 [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 14:53:06.206 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:06.206 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:06.213 [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 14:53:06.214 [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[] 14:53:06.214 [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 14:53:06.214 [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 14:53:06.214 [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 14:53:06.214 [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 14:53:06.214 [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 14:53:06.214 [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 14:53:06.215 [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 14:53:06.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 14:53:06.216 [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 14:53:06.216 [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 14:53:06.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 14:53:06.216 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.217 [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 14:53:06.219 [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 14:53:06.219 [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 14:53:06.219 [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 14:53:06.221 [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 14:53:06.221 [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 14:53:06.221 [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 14:53:06.221 [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 14:53:06.221 [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 14:53:06.221 [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 14:53:06.221 [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 14:53:06.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:06.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:06.233 [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 14:53:06.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:06.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:06.305 [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 14:53:06.305 [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 14:53:06.305 [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 14:53:06.305 [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 14:53:06.305 [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 14:53:06.305 [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 14:53:06.305 [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 14:53:06.305 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.306 [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 14:53:06.307 [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 14:53:06.307 [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 14:53:06.307 [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 14:53:06.307 [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[] 14:53:06.307 [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 14:53:06.307 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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[] 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.308 [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 14:53:06.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:06.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:06.312 [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 14:53:06.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:06.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:06.317 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:06.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:06.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:06.319 [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/hawkSvnRepo3748309344009543085 14:53:14.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3748309344009543085:org.eclipse.hawk.svn.SvnManager:false 14:53:14.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:14.108 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:14.116 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:14.116 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:14.116 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:14.116 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:14.116 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:14.117 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:14.118 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:53:14.118 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:14.118 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:14.119 [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... 14:53:14.119 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:53:14.122 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344785697) of file:///tmp/hawkSvnRepo3748309344009543085 14:53:14.123 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:14.126 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:14.126 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:14.134 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:14.134 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:14.136 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:14.136 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:53:14.141 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:53:14.196 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:14.196 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:53:14.196 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:14.196 [pool-60-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...14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:14.196 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:14.197 [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 ''; 14:53:14.198 [pool-60-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:53:14.204 [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) 14:53:14.204 [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... 14:53:14.204 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:53:14.205 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344786341) of file:///tmp/hawkSvnRepo3748309344009543085 14:53:14.205 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:14.207 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:14.207 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:14.214 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:14.214 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:14.215 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:14.215 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:14.215 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:14.215 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:14.215 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:14.225 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:53:14.225 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:14.226 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:14.227 [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 ''; 14:53:14.298 [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) 14:53:14.298 [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... 14:53:14.298 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 14:53:14.299 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344788111) of file:///tmp/hawkSvnRepo3748309344009543085 14:53:14.299 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:14.301 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:14.301 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:14.309 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:14.309 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:14.310 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:14.310 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:53:14.310 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:14.310 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:14.310 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:14.311 [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...14:53:14.311 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:14.311 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:14.312 [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... 14:53:14.312 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:53:14.312 [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 ''; 0s16ms [proxy update] 14:53:14.328 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344790112) of file:///tmp/hawkSvnRepo3748309344009543085 14:53:14.329 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:14.331 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:14.331 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:14.400 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:14.400 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:14.401 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:14.401 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:53:14.401 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:14.401 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:14.401 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:14.402 [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...14:53:14.402 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:14.402 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:14.403 [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... 14:53:14.403 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:53:14.403 [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 ''; 0s18ms [proxy update] 14:53:14.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344792111) of file:///tmp/hawkSvnRepo3748309344009543085 14:53:14.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:14.421 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 313 ms 14:53:14.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:14.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3748309344009543085:org.eclipse.hawk.svn.SvnManager:false 14:53:14.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:14.428 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:14.430 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:14.430 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4675397351192911161/test_eContainerDerived[LevelDB GreyCat] 14:53:14.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:16.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:16.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:16.194 [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 14:53:16.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:16.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:16.197 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:16.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:16.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:16.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:16.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:16.197 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:16.197 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:16.197 [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 14:53:16.202 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:16.202 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:16.207 [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 14:53:16.207 [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 14:53:16.207 [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 14:53:16.207 [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 14:53:16.207 [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 14:53:16.207 [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 14:53:16.208 [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 14:53:16.208 [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 14:53:16.208 [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 14:53:16.208 [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 14:53:16.208 [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 14:53:16.208 [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 14:53:16.208 [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[] 14:53:16.208 [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 14:53:16.208 [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 14:53:16.210 [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 14:53:16.210 [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 14:53:16.211 [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 14:53:16.212 [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 14:53:16.212 [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 14:53:16.213 [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 14:53:16.214 [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 14:53:16.215 [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 14:53:16.215 [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 14:53:16.215 [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 14:53:16.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 14:53:16.215 [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 14:53:16.215 [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 14:53:16.215 [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 14:53:16.215 [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 14:53:16.216 [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 14:53:16.217 [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 14:53:16.217 [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 14:53:16.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:16.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:16.228 [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 14:53:16.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:16.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:16.235 [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 14:53:16.235 [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 14:53:16.235 [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 14:53:16.235 [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 14:53:16.235 [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[] 14:53:16.235 [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 14:53:16.235 [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 14:53:16.235 [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 14:53:16.235 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.236 [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 14:53:16.237 [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 14:53:16.237 [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 14:53:16.237 [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 14:53:16.237 [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 14:53:16.237 [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 14:53:16.237 [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 14:53:16.237 [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[] 14:53:16.237 [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 14:53:16.237 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.238 [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 14:53:16.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:16.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:16.296 [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 14:53:16.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:16.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:16.300 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:16.302 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:16.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6212223527077047014 14:53:21.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6212223527077047014:org.eclipse.hawk.svn.SvnManager:false 14:53:21.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:21.108 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:21.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:21.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:21.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:21.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:21.116 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:21.118 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:21.118 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:53:21.118 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:21.118 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:21.119 [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... 14:53:21.120 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:53:21.121 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344795110) of file:///tmp/hawkSvnRepo6212223527077047014 14:53:21.122 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:21.126 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:21.126 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:21.133 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:21.133 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:21.135 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:21.135 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:53:21.141 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:53:21.144 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:21.144 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:53:21.144 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:21.144 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:53:21.144 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:21.144 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:21.144 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:21.144 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... No username/password recorded for the repository file:///tmp/hawkSvnRepo7910334939321859060 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:21.145 [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... 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344796320) of file:///tmp/hawkSvnRepo6212223527077047014 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:21.145 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 37 ms 14:53:21.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6212223527077047014:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo7910334939321859060:org.eclipse.hawk.svn.SvnManager:false 14:53:21.196 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:21.196 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:21.200 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:21.200 [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... 14:53:21.201 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:21.201 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344794499) of file:///tmp/hawkSvnRepo7910334939321859060 14:53:21.201 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:21.203 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:21.203 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:21.211 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /main.xmi... 14:53:21.211 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:21.211 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:21.211 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /main.xmi... 14:53:21.214 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /main.xmi 14:53:21.218 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:21.218 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /main.xmi 14:53:21.218 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:21.218 [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...14:53:21.218 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:21.218 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:21.218 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:21.218 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:21.218 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:21.218 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:21.219 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:21.219 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:21.219 [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... 14:53:21.219 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:21.219 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344799119) of file:///tmp/hawkSvnRepo7910334939321859060 14:53:21.219 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:21.219 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 14:53:21.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:21.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6212223527077047014:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo7910334939321859060:org.eclipse.hawk.svn.SvnManager:false 14:53:21.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:21.299 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:21.301 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:21.301 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15873725616853411476/test_testCounts[LevelDB GreyCat] 14:53:21.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:21.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:21.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:21.594 [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 14:53:21.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:21.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:21.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:21.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:21.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:21.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:21.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:21.598 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:21.598 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:21.598 [pool-64-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 14:53:21.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:21.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:21.608 [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 14:53:21.609 [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 14:53:21.609 [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 14:53:21.609 [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 14:53:21.609 [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 14:53:21.609 [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 14:53:21.695 [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 14:53:21.695 [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 14:53:21.695 [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 14:53:21.695 [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 14:53:21.695 [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 14:53:21.696 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.697 [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 14:53:21.698 [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 14:53:21.700 [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 14:53:21.700 [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 14:53:21.702 [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 14:53:21.702 [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 14:53:21.702 [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 14:53:21.704 [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 14:53:21.704 [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[] 14:53:21.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:21.715 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:21.715 [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 14:53:21.719 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:21.719 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:21.723 [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 14:53:21.723 [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 14:53:21.723 [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 14:53:21.723 [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[] 14:53:21.723 [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 14:53:21.723 [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 14:53:21.723 [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 14:53:21.723 [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 14:53:21.723 [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 14:53:21.723 [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 14:53:21.724 [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 14:53:21.724 [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 14:53:21.724 [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 14:53:21.724 [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 14:53:21.724 [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 14:53:21.725 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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[] 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.792 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.793 [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 14:53:21.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:21.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:21.798 [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 14:53:21.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:21.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:21.803 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:21.805 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:21.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:21.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 14:53:21.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:21.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, size=130, fileKey=(dev=804,ino=1784981017) 14:53:21.897 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 14:53:21.899 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 14:53:21.899 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 14:53:21.899 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 14:53:21.901 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 14:53:21.901 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 14:53:21.911 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 14:53:21.911 [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 ' 14:53:21.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.912 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 14:53:21.912 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 14:53:21.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:21.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:21.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:21.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:21.918246000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801918246000 ns, racy<=2500000000 ns 14:53:21.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:21.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:21.998492000, lastModified=2023-10-03 14:53:21.997110000, size=23, fileKey=(dev=1000a1,ino=454184493) 14:53:22.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:22.004577000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.006187000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.006806000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.006806000, lastModified=2023-10-03 14:53:22.003110000, delta=3696000 ns, racy<=2500000000 ns 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.007365000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.007365000, lastModified=2023-10-03 14:53:22.003110000, delta=4255000 ns, racy<=2500000000 ns 14:53:22.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.007365000, lastModified=2023-10-03 14:53:22.003110000, delta=4255000 ns, racy<=2500000000 ns 14:53:22.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:22.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.020069000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.020069000, lastModified=2023-10-03 14:53:22.003110000, delta=16959000 ns, racy<=2500000000 ns 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.020069000, lastModified=2023-10-03 14:53:22.003110000, delta=16959000 ns, racy<=2500000000 ns 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.028478000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.028478000, lastModified=2023-10-03 14:53:22.003110000, delta=25368000 ns, racy<=2500000000 ns 14:53:22.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.028478000, lastModified=2023-10-03 14:53:22.003110000, delta=25368000 ns, racy<=2500000000 ns 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.030300000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.030300000, lastModified=2023-10-03 14:53:22.003110000, delta=27190000 ns, racy<=2500000000 ns 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.030300000, lastModified=2023-10-03 14:53:22.003110000, delta=27190000 ns, racy<=2500000000 ns 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:22.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.032912000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.032912000, lastModified=2023-10-03 14:53:22.003110000, delta=29802000 ns, racy<=2500000000 ns 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.032912000, lastModified=2023-10-03 14:53:22.003110000, delta=29802000 ns, racy<=2500000000 ns 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:22.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:22.094848000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:22.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.094848000, lastModified=2023-10-03 14:53:22.003110000, delta=91738000 ns, racy<=2500000000 ns 14:53:22.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:53:22.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, size=6, fileKey=(dev=1000a1,ino=464249762) 14:53:22.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:22.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:22.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:22.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:22.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit3394834132468560148/.git/objects 14:53:22.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit3394834132468560148/.git/objects; got PT0.000005S 14:53:22.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit3394834132468560148/.git/objects 14:53:22.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.101000000, lastModified=2023-10-03 14:53:22.100110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.101000000, lastModified=2023-10-03 14:53:22.100110000, delta=890000 ns, racy<=12500 ns 14:53:22.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.102327000, lastModified=2023-10-03 14:53:22.101110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.102327000, lastModified=2023-10-03 14:53:22.101110000, delta=1217000 ns, racy<=12500 ns 14:53:22.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.102948000, lastModified=2023-10-03 14:53:22.102110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.102948000, lastModified=2023-10-03 14:53:22.102110000, delta=838000 ns, racy<=12500 ns 14:53:22.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.103482000, lastModified=2023-10-03 14:53:22.102110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.103482000, lastModified=2023-10-03 14:53:22.102110000, delta=1372000 ns, racy<=12500 ns 14:53:22.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.103972000, lastModified=2023-10-03 14:53:22.103110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.103972000, lastModified=2023-10-03 14:53:22.103110000, delta=862000 ns, racy<=12500 ns 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.104430000, lastModified=2023-10-03 14:53:22.103110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.104430000, lastModified=2023-10-03 14:53:22.103110000, delta=1320000 ns, racy<=12500 ns 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.104890000, lastModified=2023-10-03 14:53:22.104110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.104890000, lastModified=2023-10-03 14:53:22.104110000, delta=780000 ns, racy<=12500 ns 14:53:22.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.105325000, lastModified=2023-10-03 14:53:22.104110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.105325000, lastModified=2023-10-03 14:53:22.104110000, delta=1215000 ns, racy<=12500 ns 14:53:22.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.105765000, lastModified=2023-10-03 14:53:22.104110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.104110000 to 2023-10-03 14:53:22.105110000 14:53:22.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.106171000, lastModified=2023-10-03 14:53:22.105110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.106171000, lastModified=2023-10-03 14:53:22.105110000, delta=1061000 ns, racy<=12500 ns 14:53:22.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.106616000, lastModified=2023-10-03 14:53:22.105110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.105110000 to 2023-10-03 14:53:22.106110000 14:53:22.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.107027000, lastModified=2023-10-03 14:53:22.106110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.107027000, lastModified=2023-10-03 14:53:22.106110000, delta=917000 ns, racy<=12500 ns 14:53:22.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.107517000, lastModified=2023-10-03 14:53:22.106110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.107517000, lastModified=2023-10-03 14:53:22.106110000, delta=1407000 ns, racy<=12500 ns 14:53:22.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.107994000, lastModified=2023-10-03 14:53:22.107110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.107994000, lastModified=2023-10-03 14:53:22.107110000, delta=884000 ns, racy<=12500 ns 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.108460000, lastModified=2023-10-03 14:53:22.107110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.108460000, lastModified=2023-10-03 14:53:22.107110000, delta=1350000 ns, racy<=12500 ns 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.108916000, lastModified=2023-10-03 14:53:22.108110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.108916000, lastModified=2023-10-03 14:53:22.108110000, delta=806000 ns, racy<=12500 ns 14:53:22.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.109382000, lastModified=2023-10-03 14:53:22.108110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.109382000, lastModified=2023-10-03 14:53:22.108110000, delta=1272000 ns, racy<=12500 ns 14:53:22.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.109848000, lastModified=2023-10-03 14:53:22.109110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.109848000, lastModified=2023-10-03 14:53:22.109110000, delta=738000 ns, racy<=12500 ns 14:53:22.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.110313000, lastModified=2023-10-03 14:53:22.109110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.110313000, lastModified=2023-10-03 14:53:22.109110000, delta=1203000 ns, racy<=12500 ns 14:53:22.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.110770000, lastModified=2023-10-03 14:53:22.109110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.109110000 to 2023-10-03 14:53:22.110110000 14:53:22.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.111179000, lastModified=2023-10-03 14:53:22.110110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.111179000, lastModified=2023-10-03 14:53:22.110110000, delta=1069000 ns, racy<=12500 ns 14:53:22.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.111600000, lastModified=2023-10-03 14:53:22.110110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.110110000 to 2023-10-03 14:53:22.111110000 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.112017000, lastModified=2023-10-03 14:53:22.111110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.112017000, lastModified=2023-10-03 14:53:22.111110000, delta=907000 ns, racy<=12500 ns 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.112510000, lastModified=2023-10-03 14:53:22.111110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.112510000, lastModified=2023-10-03 14:53:22.111110000, delta=1400000 ns, racy<=12500 ns 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.112934000, lastModified=2023-10-03 14:53:22.112110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.112934000, lastModified=2023-10-03 14:53:22.112110000, delta=824000 ns, racy<=12500 ns 14:53:22.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.113388000, lastModified=2023-10-03 14:53:22.112110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.113388000, lastModified=2023-10-03 14:53:22.112110000, delta=1278000 ns, racy<=12500 ns 14:53:22.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.113848000, lastModified=2023-10-03 14:53:22.113110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.113848000, lastModified=2023-10-03 14:53:22.113110000, delta=738000 ns, racy<=12500 ns 14:53:22.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.114326000, lastModified=2023-10-03 14:53:22.113110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.114326000, lastModified=2023-10-03 14:53:22.113110000, delta=1216000 ns, racy<=12500 ns 14:53:22.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.114770000, lastModified=2023-10-03 14:53:22.113110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.113110000 to 2023-10-03 14:53:22.114110000 14:53:22.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.115186000, lastModified=2023-10-03 14:53:22.114110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.115186000, lastModified=2023-10-03 14:53:22.114110000, delta=1076000 ns, racy<=12500 ns 14:53:22.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.115606000, lastModified=2023-10-03 14:53:22.114110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.114110000 to 2023-10-03 14:53:22.115110000 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.115975000, lastModified=2023-10-03 14:53:22.115110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.115975000, lastModified=2023-10-03 14:53:22.115110000, delta=865000 ns, racy<=12500 ns 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.116412000, lastModified=2023-10-03 14:53:22.115110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.116412000, lastModified=2023-10-03 14:53:22.115110000, delta=1302000 ns, racy<=12500 ns 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.116826000, lastModified=2023-10-03 14:53:22.116110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.116826000, lastModified=2023-10-03 14:53:22.116110000, delta=716000 ns, racy<=12500 ns 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.117237000, lastModified=2023-10-03 14:53:22.116110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.117237000, lastModified=2023-10-03 14:53:22.116110000, delta=1127000 ns, racy<=12500 ns 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.117677000, lastModified=2023-10-03 14:53:22.116110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.116110000 to 2023-10-03 14:53:22.117110000 14:53:22.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.118135000, lastModified=2023-10-03 14:53:22.117110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.118135000, lastModified=2023-10-03 14:53:22.117110000, delta=1025000 ns, racy<=12500 ns 14:53:22.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.118566000, lastModified=2023-10-03 14:53:22.117110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.118566000, lastModified=2023-10-03 14:53:22.117110000, delta=1456000 ns, racy<=12500 ns 14:53:22.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.119020000, lastModified=2023-10-03 14:53:22.118110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.119020000, lastModified=2023-10-03 14:53:22.118110000, delta=910000 ns, racy<=12500 ns 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.119459000, lastModified=2023-10-03 14:53:22.118110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.119459000, lastModified=2023-10-03 14:53:22.118110000, delta=1349000 ns, racy<=12500 ns 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.119913000, lastModified=2023-10-03 14:53:22.119110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.119913000, lastModified=2023-10-03 14:53:22.119110000, delta=803000 ns, racy<=12500 ns 14:53:22.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.120361000, lastModified=2023-10-03 14:53:22.119110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.120361000, lastModified=2023-10-03 14:53:22.119110000, delta=1251000 ns, racy<=12500 ns 14:53:22.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.120776000, lastModified=2023-10-03 14:53:22.119110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.119110000 to 2023-10-03 14:53:22.120110000 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.121147000, lastModified=2023-10-03 14:53:22.120110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.121147000, lastModified=2023-10-03 14:53:22.120110000, delta=1037000 ns, racy<=12500 ns 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.121541000, lastModified=2023-10-03 14:53:22.120110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.121541000, lastModified=2023-10-03 14:53:22.120110000, delta=1431000 ns, racy<=12500 ns 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.121946000, lastModified=2023-10-03 14:53:22.121110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.121946000, lastModified=2023-10-03 14:53:22.121110000, delta=836000 ns, racy<=12500 ns 14:53:22.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.122388000, lastModified=2023-10-03 14:53:22.121110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.122388000, lastModified=2023-10-03 14:53:22.121110000, delta=1278000 ns, racy<=12500 ns 14:53:22.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.122840000, lastModified=2023-10-03 14:53:22.122110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.122840000, lastModified=2023-10-03 14:53:22.122110000, delta=730000 ns, racy<=12500 ns 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.123281000, lastModified=2023-10-03 14:53:22.122110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.123281000, lastModified=2023-10-03 14:53:22.122110000, delta=1171000 ns, racy<=12500 ns 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.123724000, lastModified=2023-10-03 14:53:22.122110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.122110000 to 2023-10-03 14:53:22.123110000 14:53:22.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.124120000, lastModified=2023-10-03 14:53:22.123110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.124120000, lastModified=2023-10-03 14:53:22.123110000, delta=1010000 ns, racy<=12500 ns 14:53:22.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.124574000, lastModified=2023-10-03 14:53:22.123110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.123110000 to 2023-10-03 14:53:22.124110000 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.124968000, lastModified=2023-10-03 14:53:22.124110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.124968000, lastModified=2023-10-03 14:53:22.124110000, delta=858000 ns, racy<=12500 ns 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.125406000, lastModified=2023-10-03 14:53:22.124110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.125406000, lastModified=2023-10-03 14:53:22.124110000, delta=1296000 ns, racy<=12500 ns 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.125803000, lastModified=2023-10-03 14:53:22.125110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.125803000, lastModified=2023-10-03 14:53:22.125110000, delta=693000 ns, racy<=12500 ns 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.126206000, lastModified=2023-10-03 14:53:22.125110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.126206000, lastModified=2023-10-03 14:53:22.125110000, delta=1096000 ns, racy<=12500 ns 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.126633000, lastModified=2023-10-03 14:53:22.125110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.125110000 to 2023-10-03 14:53:22.126110000 14:53:22.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.127042000, lastModified=2023-10-03 14:53:22.126110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.127042000, lastModified=2023-10-03 14:53:22.126110000, delta=932000 ns, racy<=12500 ns 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.128198000, lastModified=2023-10-03 14:53:22.127110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.128198000, lastModified=2023-10-03 14:53:22.127110000, delta=1088000 ns, racy<=12500 ns 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.128613000, lastModified=2023-10-03 14:53:22.127110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.127110000 to 2023-10-03 14:53:22.128110000 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.129044000, lastModified=2023-10-03 14:53:22.128110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.129044000, lastModified=2023-10-03 14:53:22.128110000, delta=934000 ns, racy<=12500 ns 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.129476000, lastModified=2023-10-03 14:53:22.128110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.129476000, lastModified=2023-10-03 14:53:22.128110000, delta=1366000 ns, racy<=12500 ns 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.129886000, lastModified=2023-10-03 14:53:22.129110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.129886000, lastModified=2023-10-03 14:53:22.129110000, delta=776000 ns, racy<=12500 ns 14:53:22.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.130308000, lastModified=2023-10-03 14:53:22.129110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.130308000, lastModified=2023-10-03 14:53:22.129110000, delta=1198000 ns, racy<=12500 ns 14:53:22.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.130760000, lastModified=2023-10-03 14:53:22.129110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.129110000 to 2023-10-03 14:53:22.130110000 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.131158000, lastModified=2023-10-03 14:53:22.130110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.131158000, lastModified=2023-10-03 14:53:22.130110000, delta=1048000 ns, racy<=12500 ns 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.131532000, lastModified=2023-10-03 14:53:22.130110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.131532000, lastModified=2023-10-03 14:53:22.130110000, delta=1422000 ns, racy<=12500 ns 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.131955000, lastModified=2023-10-03 14:53:22.131110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.131955000, lastModified=2023-10-03 14:53:22.131110000, delta=845000 ns, racy<=12500 ns 14:53:22.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.132407000, lastModified=2023-10-03 14:53:22.131110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.132407000, lastModified=2023-10-03 14:53:22.131110000, delta=1297000 ns, racy<=12500 ns 14:53:22.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.132884000, lastModified=2023-10-03 14:53:22.132110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.132884000, lastModified=2023-10-03 14:53:22.132110000, delta=774000 ns, racy<=12500 ns 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.133289000, lastModified=2023-10-03 14:53:22.132110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.133289000, lastModified=2023-10-03 14:53:22.132110000, delta=1179000 ns, racy<=12500 ns 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.133684000, lastModified=2023-10-03 14:53:22.132110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.132110000 to 2023-10-03 14:53:22.133110000 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.134052000, lastModified=2023-10-03 14:53:22.133110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.134052000, lastModified=2023-10-03 14:53:22.133110000, delta=942000 ns, racy<=12500 ns 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.134448000, lastModified=2023-10-03 14:53:22.133110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.134448000, lastModified=2023-10-03 14:53:22.133110000, delta=1338000 ns, racy<=12500 ns 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.134845000, lastModified=2023-10-03 14:53:22.134110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.134845000, lastModified=2023-10-03 14:53:22.134110000, delta=735000 ns, racy<=12500 ns 14:53:22.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.135239000, lastModified=2023-10-03 14:53:22.134110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.134110000 to 2023-10-03 14:53:22.191110000 14:53:22.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.192719000, lastModified=2023-10-03 14:53:22.191110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.191110000 to 2023-10-03 14:53:22.192110000 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.193117000, lastModified=2023-10-03 14:53:22.192110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.193117000, lastModified=2023-10-03 14:53:22.192110000, delta=1007000 ns, racy<=12500 ns 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.193532000, lastModified=2023-10-03 14:53:22.192110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.193532000, lastModified=2023-10-03 14:53:22.192110000, delta=1422000 ns, racy<=12500 ns 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.193921000, lastModified=2023-10-03 14:53:22.193110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.193921000, lastModified=2023-10-03 14:53:22.193110000, delta=811000 ns, racy<=12500 ns 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.194304000, lastModified=2023-10-03 14:53:22.193110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.194304000, lastModified=2023-10-03 14:53:22.193110000, delta=1194000 ns, racy<=12500 ns 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.194692000, lastModified=2023-10-03 14:53:22.193110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.193110000 to 2023-10-03 14:53:22.194110000 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.195032000, lastModified=2023-10-03 14:53:22.194110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.195032000, lastModified=2023-10-03 14:53:22.194110000, delta=922000 ns, racy<=12500 ns 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.195449000, lastModified=2023-10-03 14:53:22.194110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.195449000, lastModified=2023-10-03 14:53:22.194110000, delta=1339000 ns, racy<=12500 ns 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.195841000, lastModified=2023-10-03 14:53:22.195110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.195841000, lastModified=2023-10-03 14:53:22.195110000, delta=731000 ns, racy<=12500 ns 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.196252000, lastModified=2023-10-03 14:53:22.195110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.196252000, lastModified=2023-10-03 14:53:22.195110000, delta=1142000 ns, racy<=12500 ns 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.196619000, lastModified=2023-10-03 14:53:22.195110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.195110000 to 2023-10-03 14:53:22.196110000 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.196964000, lastModified=2023-10-03 14:53:22.196110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.196964000, lastModified=2023-10-03 14:53:22.196110000, delta=854000 ns, racy<=12500 ns 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.197375000, lastModified=2023-10-03 14:53:22.196110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.197375000, lastModified=2023-10-03 14:53:22.196110000, delta=1265000 ns, racy<=12500 ns 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.197819000, lastModified=2023-10-03 14:53:22.197110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.197819000, lastModified=2023-10-03 14:53:22.197110000, delta=709000 ns, racy<=12500 ns 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.198231000, lastModified=2023-10-03 14:53:22.197110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.198231000, lastModified=2023-10-03 14:53:22.197110000, delta=1121000 ns, racy<=12500 ns 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.198599000, lastModified=2023-10-03 14:53:22.197110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.197110000 to 2023-10-03 14:53:22.198110000 14:53:22.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.198948000, lastModified=2023-10-03 14:53:22.198110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.198948000, lastModified=2023-10-03 14:53:22.198110000, delta=838000 ns, racy<=12500 ns 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.199326000, lastModified=2023-10-03 14:53:22.198110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.199326000, lastModified=2023-10-03 14:53:22.198110000, delta=1216000 ns, racy<=12500 ns 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.199713000, lastModified=2023-10-03 14:53:22.198110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.198110000 to 2023-10-03 14:53:22.199110000 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.200041000, lastModified=2023-10-03 14:53:22.199110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.200041000, lastModified=2023-10-03 14:53:22.199110000, delta=931000 ns, racy<=12500 ns 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.200411000, lastModified=2023-10-03 14:53:22.199110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.200411000, lastModified=2023-10-03 14:53:22.199110000, delta=1301000 ns, racy<=12500 ns 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.200855000, lastModified=2023-10-03 14:53:22.200110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.200855000, lastModified=2023-10-03 14:53:22.200110000, delta=745000 ns, racy<=12500 ns 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.201245000, lastModified=2023-10-03 14:53:22.200110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.201245000, lastModified=2023-10-03 14:53:22.200110000, delta=1135000 ns, racy<=12500 ns 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.201604000, lastModified=2023-10-03 14:53:22.200110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.200110000 to 2023-10-03 14:53:22.201110000 14:53:22.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.201937000, lastModified=2023-10-03 14:53:22.201110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.201937000, lastModified=2023-10-03 14:53:22.201110000, delta=827000 ns, racy<=12500 ns 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.202297000, lastModified=2023-10-03 14:53:22.201110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.202297000, lastModified=2023-10-03 14:53:22.201110000, delta=1187000 ns, racy<=12500 ns 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.202654000, lastModified=2023-10-03 14:53:22.201110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.201110000 to 2023-10-03 14:53:22.202110000 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.202979000, lastModified=2023-10-03 14:53:22.202110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.202979000, lastModified=2023-10-03 14:53:22.202110000, delta=869000 ns, racy<=12500 ns 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.203355000, lastModified=2023-10-03 14:53:22.202110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.203355000, lastModified=2023-10-03 14:53:22.202110000, delta=1245000 ns, racy<=12500 ns 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.203751000, lastModified=2023-10-03 14:53:22.202110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.202110000 to 2023-10-03 14:53:22.203110000 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.204089000, lastModified=2023-10-03 14:53:22.203110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.204089000, lastModified=2023-10-03 14:53:22.203110000, delta=979000 ns, racy<=12500 ns 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.204457000, lastModified=2023-10-03 14:53:22.203110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.204457000, lastModified=2023-10-03 14:53:22.203110000, delta=1347000 ns, racy<=12500 ns 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.204842000, lastModified=2023-10-03 14:53:22.204110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.204842000, lastModified=2023-10-03 14:53:22.204110000, delta=732000 ns, racy<=12500 ns 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.205230000, lastModified=2023-10-03 14:53:22.204110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.205230000, lastModified=2023-10-03 14:53:22.204110000, delta=1120000 ns, racy<=12500 ns 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.205618000, lastModified=2023-10-03 14:53:22.204110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.204110000 to 2023-10-03 14:53:22.205110000 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.205983000, lastModified=2023-10-03 14:53:22.205110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.205983000, lastModified=2023-10-03 14:53:22.205110000, delta=873000 ns, racy<=12500 ns 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.206384000, lastModified=2023-10-03 14:53:22.205110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.206384000, lastModified=2023-10-03 14:53:22.205110000, delta=1274000 ns, racy<=12500 ns 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.206736000, lastModified=2023-10-03 14:53:22.205110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.205110000 to 2023-10-03 14:53:22.206110000 14:53:22.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.207049000, lastModified=2023-10-03 14:53:22.206110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.207049000, lastModified=2023-10-03 14:53:22.206110000, delta=939000 ns, racy<=12500 ns 14:53:22.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.207751000, lastModified=2023-10-03 14:53:22.206110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.206110000 to 2023-10-03 14:53:22.207110000 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.208083000, lastModified=2023-10-03 14:53:22.207110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.208083000, lastModified=2023-10-03 14:53:22.207110000, delta=973000 ns, racy<=12500 ns 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.208435000, lastModified=2023-10-03 14:53:22.207110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.208435000, lastModified=2023-10-03 14:53:22.207110000, delta=1325000 ns, racy<=12500 ns 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.208798000, lastModified=2023-10-03 14:53:22.208110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.208798000, lastModified=2023-10-03 14:53:22.208110000, delta=688000 ns, racy<=12500 ns 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.209155000, lastModified=2023-10-03 14:53:22.208110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.209155000, lastModified=2023-10-03 14:53:22.208110000, delta=1045000 ns, racy<=12500 ns 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.209510000, lastModified=2023-10-03 14:53:22.208110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.209510000, lastModified=2023-10-03 14:53:22.208110000, delta=1400000 ns, racy<=12500 ns 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.209879000, lastModified=2023-10-03 14:53:22.209110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.209879000, lastModified=2023-10-03 14:53:22.209110000, delta=769000 ns, racy<=12500 ns 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.210237000, lastModified=2023-10-03 14:53:22.209110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.210237000, lastModified=2023-10-03 14:53:22.209110000, delta=1127000 ns, racy<=12500 ns 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.210570000, lastModified=2023-10-03 14:53:22.209110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.210570000, lastModified=2023-10-03 14:53:22.209110000, delta=1460000 ns, racy<=12500 ns 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.210935000, lastModified=2023-10-03 14:53:22.210110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.210935000, lastModified=2023-10-03 14:53:22.210110000, delta=825000 ns, racy<=12500 ns 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.211348000, lastModified=2023-10-03 14:53:22.210110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.211348000, lastModified=2023-10-03 14:53:22.210110000, delta=1238000 ns, racy<=12500 ns 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.211743000, lastModified=2023-10-03 14:53:22.210110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.210110000 to 2023-10-03 14:53:22.211110000 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.212050000, lastModified=2023-10-03 14:53:22.211110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.212050000, lastModified=2023-10-03 14:53:22.211110000, delta=940000 ns, racy<=12500 ns 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.212433000, lastModified=2023-10-03 14:53:22.211110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.212433000, lastModified=2023-10-03 14:53:22.211110000, delta=1323000 ns, racy<=12500 ns 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.212784000, lastModified=2023-10-03 14:53:22.212110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.212784000, lastModified=2023-10-03 14:53:22.212110000, delta=674000 ns, racy<=12500 ns 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.213169000, lastModified=2023-10-03 14:53:22.212110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.213169000, lastModified=2023-10-03 14:53:22.212110000, delta=1059000 ns, racy<=12500 ns 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.213506000, lastModified=2023-10-03 14:53:22.212110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.213506000, lastModified=2023-10-03 14:53:22.212110000, delta=1396000 ns, racy<=12500 ns 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.213882000, lastModified=2023-10-03 14:53:22.213110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.213882000, lastModified=2023-10-03 14:53:22.213110000, delta=772000 ns, racy<=12500 ns 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.214237000, lastModified=2023-10-03 14:53:22.213110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.214237000, lastModified=2023-10-03 14:53:22.213110000, delta=1127000 ns, racy<=12500 ns 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.214568000, lastModified=2023-10-03 14:53:22.213110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.214568000, lastModified=2023-10-03 14:53:22.213110000, delta=1458000 ns, racy<=12500 ns 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.214913000, lastModified=2023-10-03 14:53:22.214110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.214913000, lastModified=2023-10-03 14:53:22.214110000, delta=803000 ns, racy<=12500 ns 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.215254000, lastModified=2023-10-03 14:53:22.214110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.215254000, lastModified=2023-10-03 14:53:22.214110000, delta=1144000 ns, racy<=12500 ns 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.215577000, lastModified=2023-10-03 14:53:22.214110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.215577000, lastModified=2023-10-03 14:53:22.214110000, delta=1467000 ns, racy<=12500 ns 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.215932000, lastModified=2023-10-03 14:53:22.215110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.215932000, lastModified=2023-10-03 14:53:22.215110000, delta=822000 ns, racy<=12500 ns 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.216270000, lastModified=2023-10-03 14:53:22.215110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.216270000, lastModified=2023-10-03 14:53:22.215110000, delta=1160000 ns, racy<=12500 ns 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.216591000, lastModified=2023-10-03 14:53:22.215110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.216591000, lastModified=2023-10-03 14:53:22.215110000, delta=1481000 ns, racy<=12500 ns 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.216936000, lastModified=2023-10-03 14:53:22.216110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.216936000, lastModified=2023-10-03 14:53:22.216110000, delta=826000 ns, racy<=12500 ns 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.217274000, lastModified=2023-10-03 14:53:22.216110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.217274000, lastModified=2023-10-03 14:53:22.216110000, delta=1164000 ns, racy<=12500 ns 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.217602000, lastModified=2023-10-03 14:53:22.216110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.217602000, lastModified=2023-10-03 14:53:22.216110000, delta=1492000 ns, racy<=12500 ns 14:53:22.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.217977000, lastModified=2023-10-03 14:53:22.217110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.217977000, lastModified=2023-10-03 14:53:22.217110000, delta=867000 ns, racy<=12500 ns 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.218315000, lastModified=2023-10-03 14:53:22.217110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.218315000, lastModified=2023-10-03 14:53:22.217110000, delta=1205000 ns, racy<=12500 ns 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.218666000, lastModified=2023-10-03 14:53:22.217110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.217110000 to 2023-10-03 14:53:22.218110000 14:53:22.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.218976000, lastModified=2023-10-03 14:53:22.218110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.218976000, lastModified=2023-10-03 14:53:22.218110000, delta=866000 ns, racy<=12500 ns 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.219313000, lastModified=2023-10-03 14:53:22.218110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.219313000, lastModified=2023-10-03 14:53:22.218110000, delta=1203000 ns, racy<=12500 ns 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.219659000, lastModified=2023-10-03 14:53:22.218110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.218110000 to 2023-10-03 14:53:22.219110000 14:53:22.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.219957000, lastModified=2023-10-03 14:53:22.219110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.219957000, lastModified=2023-10-03 14:53:22.219110000, delta=847000 ns, racy<=12500 ns 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.220314000, lastModified=2023-10-03 14:53:22.219110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.220314000, lastModified=2023-10-03 14:53:22.219110000, delta=1204000 ns, racy<=12500 ns 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.220654000, lastModified=2023-10-03 14:53:22.219110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.219110000 to 2023-10-03 14:53:22.220110000 14:53:22.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.220978000, lastModified=2023-10-03 14:53:22.220110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.220978000, lastModified=2023-10-03 14:53:22.220110000, delta=868000 ns, racy<=12500 ns 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.221310000, lastModified=2023-10-03 14:53:22.220110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.221310000, lastModified=2023-10-03 14:53:22.220110000, delta=1200000 ns, racy<=12500 ns 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.221631000, lastModified=2023-10-03 14:53:22.220110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.220110000 to 2023-10-03 14:53:22.221110000 14:53:22.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.221932000, lastModified=2023-10-03 14:53:22.221110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.221932000, lastModified=2023-10-03 14:53:22.221110000, delta=822000 ns, racy<=12500 ns 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.222273000, lastModified=2023-10-03 14:53:22.221110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.222273000, lastModified=2023-10-03 14:53:22.221110000, delta=1163000 ns, racy<=12500 ns 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.222610000, lastModified=2023-10-03 14:53:22.221110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.221110000 to 2023-10-03 14:53:22.222110000 14:53:22.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.222914000, lastModified=2023-10-03 14:53:22.222110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.222914000, lastModified=2023-10-03 14:53:22.222110000, delta=804000 ns, racy<=12500 ns 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.223249000, lastModified=2023-10-03 14:53:22.222110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.223249000, lastModified=2023-10-03 14:53:22.222110000, delta=1139000 ns, racy<=12500 ns 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.223563000, lastModified=2023-10-03 14:53:22.222110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.223563000, lastModified=2023-10-03 14:53:22.222110000, delta=1453000 ns, racy<=12500 ns 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.223883000, lastModified=2023-10-03 14:53:22.223110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.223883000, lastModified=2023-10-03 14:53:22.223110000, delta=773000 ns, racy<=12500 ns 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.224208000, lastModified=2023-10-03 14:53:22.223110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.224208000, lastModified=2023-10-03 14:53:22.223110000, delta=1098000 ns, racy<=12500 ns 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.224515000, lastModified=2023-10-03 14:53:22.223110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.224515000, lastModified=2023-10-03 14:53:22.223110000, delta=1405000 ns, racy<=12500 ns 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.224867000, lastModified=2023-10-03 14:53:22.224110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.224867000, lastModified=2023-10-03 14:53:22.224110000, delta=757000 ns, racy<=12500 ns 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.225208000, lastModified=2023-10-03 14:53:22.224110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.225208000, lastModified=2023-10-03 14:53:22.224110000, delta=1098000 ns, racy<=12500 ns 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.225554000, lastModified=2023-10-03 14:53:22.224110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.225554000, lastModified=2023-10-03 14:53:22.224110000, delta=1444000 ns, racy<=12500 ns 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.225878000, lastModified=2023-10-03 14:53:22.225110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.225878000, lastModified=2023-10-03 14:53:22.225110000, delta=768000 ns, racy<=12500 ns 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.226313000, lastModified=2023-10-03 14:53:22.225110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.226313000, lastModified=2023-10-03 14:53:22.225110000, delta=1203000 ns, racy<=12500 ns 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.226639000, lastModified=2023-10-03 14:53:22.225110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.225110000 to 2023-10-03 14:53:22.226110000 14:53:22.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.226936000, lastModified=2023-10-03 14:53:22.226110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.226936000, lastModified=2023-10-03 14:53:22.226110000, delta=826000 ns, racy<=12500 ns 14:53:22.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.227281000, lastModified=2023-10-03 14:53:22.226110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.227281000, lastModified=2023-10-03 14:53:22.226110000, delta=1171000 ns, racy<=12500 ns 14:53:22.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.227889000, lastModified=2023-10-03 14:53:22.227110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.227889000, lastModified=2023-10-03 14:53:22.227110000, delta=779000 ns, racy<=12500 ns 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.228208000, lastModified=2023-10-03 14:53:22.227110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.228208000, lastModified=2023-10-03 14:53:22.227110000, delta=1098000 ns, racy<=12500 ns 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.228521000, lastModified=2023-10-03 14:53:22.227110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.228521000, lastModified=2023-10-03 14:53:22.227110000, delta=1411000 ns, racy<=12500 ns 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.228858000, lastModified=2023-10-03 14:53:22.228110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.228858000, lastModified=2023-10-03 14:53:22.228110000, delta=748000 ns, racy<=12500 ns 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.229181000, lastModified=2023-10-03 14:53:22.228110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.229181000, lastModified=2023-10-03 14:53:22.228110000, delta=1071000 ns, racy<=12500 ns 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.229496000, lastModified=2023-10-03 14:53:22.228110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.229496000, lastModified=2023-10-03 14:53:22.228110000, delta=1386000 ns, racy<=12500 ns 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.229928000, lastModified=2023-10-03 14:53:22.229110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.229928000, lastModified=2023-10-03 14:53:22.229110000, delta=818000 ns, racy<=12500 ns 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.230275000, lastModified=2023-10-03 14:53:22.229110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.230275000, lastModified=2023-10-03 14:53:22.229110000, delta=1165000 ns, racy<=12500 ns 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.230601000, lastModified=2023-10-03 14:53:22.229110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.230601000, lastModified=2023-10-03 14:53:22.229110000, delta=1491000 ns, racy<=12500 ns 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.230910000, lastModified=2023-10-03 14:53:22.230110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.230910000, lastModified=2023-10-03 14:53:22.230110000, delta=800000 ns, racy<=12500 ns 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.231230000, lastModified=2023-10-03 14:53:22.230110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.231230000, lastModified=2023-10-03 14:53:22.230110000, delta=1120000 ns, racy<=12500 ns 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.231533000, lastModified=2023-10-03 14:53:22.230110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.231533000, lastModified=2023-10-03 14:53:22.230110000, delta=1423000 ns, racy<=12500 ns 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.231859000, lastModified=2023-10-03 14:53:22.231110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.231859000, lastModified=2023-10-03 14:53:22.231110000, delta=749000 ns, racy<=12500 ns 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.232174000, lastModified=2023-10-03 14:53:22.231110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.232174000, lastModified=2023-10-03 14:53:22.231110000, delta=1064000 ns, racy<=12500 ns 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.232485000, lastModified=2023-10-03 14:53:22.231110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.232485000, lastModified=2023-10-03 14:53:22.231110000, delta=1375000 ns, racy<=12500 ns 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.232815000, lastModified=2023-10-03 14:53:22.232110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.232815000, lastModified=2023-10-03 14:53:22.232110000, delta=705000 ns, racy<=12500 ns 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.233139000, lastModified=2023-10-03 14:53:22.232110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.233139000, lastModified=2023-10-03 14:53:22.232110000, delta=1029000 ns, racy<=12500 ns 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.233451000, lastModified=2023-10-03 14:53:22.232110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.233451000, lastModified=2023-10-03 14:53:22.232110000, delta=1341000 ns, racy<=12500 ns 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.233788000, lastModified=2023-10-03 14:53:22.233110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.233788000, lastModified=2023-10-03 14:53:22.233110000, delta=678000 ns, racy<=12500 ns 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.234135000, lastModified=2023-10-03 14:53:22.233110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.234135000, lastModified=2023-10-03 14:53:22.233110000, delta=1025000 ns, racy<=12500 ns 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.234452000, lastModified=2023-10-03 14:53:22.233110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.234452000, lastModified=2023-10-03 14:53:22.233110000, delta=1342000 ns, racy<=12500 ns 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.234882000, lastModified=2023-10-03 14:53:22.234110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.234882000, lastModified=2023-10-03 14:53:22.234110000, delta=772000 ns, racy<=12500 ns 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.235225000, lastModified=2023-10-03 14:53:22.234110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.235225000, lastModified=2023-10-03 14:53:22.234110000, delta=1115000 ns, racy<=12500 ns 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.235546000, lastModified=2023-10-03 14:53:22.234110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.235546000, lastModified=2023-10-03 14:53:22.234110000, delta=1436000 ns, racy<=12500 ns 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.235874000, lastModified=2023-10-03 14:53:22.235110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.235874000, lastModified=2023-10-03 14:53:22.235110000, delta=764000 ns, racy<=12500 ns 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.236187000, lastModified=2023-10-03 14:53:22.235110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.236187000, lastModified=2023-10-03 14:53:22.235110000, delta=1077000 ns, racy<=12500 ns 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.236553000, lastModified=2023-10-03 14:53:22.235110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.236553000, lastModified=2023-10-03 14:53:22.235110000, delta=1443000 ns, racy<=12500 ns 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.236899000, lastModified=2023-10-03 14:53:22.236110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.236899000, lastModified=2023-10-03 14:53:22.236110000, delta=789000 ns, racy<=12500 ns 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.237223000, lastModified=2023-10-03 14:53:22.236110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.237223000, lastModified=2023-10-03 14:53:22.236110000, delta=1113000 ns, racy<=12500 ns 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.237532000, lastModified=2023-10-03 14:53:22.236110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.237532000, lastModified=2023-10-03 14:53:22.236110000, delta=1422000 ns, racy<=12500 ns 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.237850000, lastModified=2023-10-03 14:53:22.237110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.237110000 to 2023-10-03 14:53:22.291110000 14:53:22.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.292885000, lastModified=2023-10-03 14:53:22.292110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.292885000, lastModified=2023-10-03 14:53:22.292110000, delta=775000 ns, racy<=12500 ns 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.293248000, lastModified=2023-10-03 14:53:22.292110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.293248000, lastModified=2023-10-03 14:53:22.292110000, delta=1138000 ns, racy<=12500 ns 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.293579000, lastModified=2023-10-03 14:53:22.292110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.293579000, lastModified=2023-10-03 14:53:22.292110000, delta=1469000 ns, racy<=12500 ns 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.293924000, lastModified=2023-10-03 14:53:22.293110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.293924000, lastModified=2023-10-03 14:53:22.293110000, delta=814000 ns, racy<=12500 ns 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.294241000, lastModified=2023-10-03 14:53:22.293110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.294241000, lastModified=2023-10-03 14:53:22.293110000, delta=1131000 ns, racy<=12500 ns 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.294563000, lastModified=2023-10-03 14:53:22.293110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.293110000 to 2023-10-03 14:53:22.294110000 14:53:22.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.294909000, lastModified=2023-10-03 14:53:22.294110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.294909000, lastModified=2023-10-03 14:53:22.294110000, delta=799000 ns, racy<=12500 ns 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.295250000, lastModified=2023-10-03 14:53:22.294110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.295250000, lastModified=2023-10-03 14:53:22.294110000, delta=1140000 ns, racy<=12500 ns 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.295569000, lastModified=2023-10-03 14:53:22.294110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.295569000, lastModified=2023-10-03 14:53:22.294110000, delta=1459000 ns, racy<=12500 ns 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.295889000, lastModified=2023-10-03 14:53:22.295110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.295889000, lastModified=2023-10-03 14:53:22.295110000, delta=779000 ns, racy<=12500 ns 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.296236000, lastModified=2023-10-03 14:53:22.295110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.296236000, lastModified=2023-10-03 14:53:22.295110000, delta=1126000 ns, racy<=12500 ns 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.296560000, lastModified=2023-10-03 14:53:22.295110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.296560000, lastModified=2023-10-03 14:53:22.295110000, delta=1450000 ns, racy<=12500 ns 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.296882000, lastModified=2023-10-03 14:53:22.296110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.296882000, lastModified=2023-10-03 14:53:22.296110000, delta=772000 ns, racy<=12500 ns 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.297229000, lastModified=2023-10-03 14:53:22.296110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.297229000, lastModified=2023-10-03 14:53:22.296110000, delta=1119000 ns, racy<=12500 ns 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.297539000, lastModified=2023-10-03 14:53:22.296110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.297539000, lastModified=2023-10-03 14:53:22.296110000, delta=1429000 ns, racy<=12500 ns 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.297864000, lastModified=2023-10-03 14:53:22.297110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.297864000, lastModified=2023-10-03 14:53:22.297110000, delta=754000 ns, racy<=12500 ns 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.298181000, lastModified=2023-10-03 14:53:22.297110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.298181000, lastModified=2023-10-03 14:53:22.297110000, delta=1071000 ns, racy<=12500 ns 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.298510000, lastModified=2023-10-03 14:53:22.297110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.298510000, lastModified=2023-10-03 14:53:22.297110000, delta=1400000 ns, racy<=12500 ns 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.298843000, lastModified=2023-10-03 14:53:22.298110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.298843000, lastModified=2023-10-03 14:53:22.298110000, delta=733000 ns, racy<=12500 ns 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.299189000, lastModified=2023-10-03 14:53:22.298110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.299189000, lastModified=2023-10-03 14:53:22.298110000, delta=1079000 ns, racy<=12500 ns 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.299499000, lastModified=2023-10-03 14:53:22.298110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.299499000, lastModified=2023-10-03 14:53:22.298110000, delta=1389000 ns, racy<=12500 ns 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.299867000, lastModified=2023-10-03 14:53:22.299110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.299867000, lastModified=2023-10-03 14:53:22.299110000, delta=757000 ns, racy<=12500 ns 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.300210000, lastModified=2023-10-03 14:53:22.299110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.300210000, lastModified=2023-10-03 14:53:22.299110000, delta=1100000 ns, racy<=12500 ns 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.300560000, lastModified=2023-10-03 14:53:22.299110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.300560000, lastModified=2023-10-03 14:53:22.299110000, delta=1450000 ns, racy<=12500 ns 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.300895000, lastModified=2023-10-03 14:53:22.300110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.300895000, lastModified=2023-10-03 14:53:22.300110000, delta=785000 ns, racy<=12500 ns 14:53:22.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.301236000, lastModified=2023-10-03 14:53:22.300110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.301236000, lastModified=2023-10-03 14:53:22.300110000, delta=1126000 ns, racy<=12500 ns 14:53:22.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.301859000, lastModified=2023-10-03 14:53:22.300110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.300110000 to 2023-10-03 14:53:22.301110000 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.302167000, lastModified=2023-10-03 14:53:22.301110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.302167000, lastModified=2023-10-03 14:53:22.301110000, delta=1057000 ns, racy<=12500 ns 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.302535000, lastModified=2023-10-03 14:53:22.301110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.302535000, lastModified=2023-10-03 14:53:22.301110000, delta=1425000 ns, racy<=12500 ns 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.302898000, lastModified=2023-10-03 14:53:22.302110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.302898000, lastModified=2023-10-03 14:53:22.302110000, delta=788000 ns, racy<=12500 ns 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.303280000, lastModified=2023-10-03 14:53:22.302110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.303280000, lastModified=2023-10-03 14:53:22.302110000, delta=1170000 ns, racy<=12500 ns 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.303721000, lastModified=2023-10-03 14:53:22.302110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.302110000 to 2023-10-03 14:53:22.303110000 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.304083000, lastModified=2023-10-03 14:53:22.303110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.304083000, lastModified=2023-10-03 14:53:22.303110000, delta=973000 ns, racy<=12500 ns 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.304465000, lastModified=2023-10-03 14:53:22.303110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.304465000, lastModified=2023-10-03 14:53:22.303110000, delta=1355000 ns, racy<=12500 ns 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.304931000, lastModified=2023-10-03 14:53:22.304110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.304931000, lastModified=2023-10-03 14:53:22.304110000, delta=821000 ns, racy<=12500 ns 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.305293000, lastModified=2023-10-03 14:53:22.304110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.305293000, lastModified=2023-10-03 14:53:22.304110000, delta=1183000 ns, racy<=12500 ns 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.305655000, lastModified=2023-10-03 14:53:22.304110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.304110000 to 2023-10-03 14:53:22.305110000 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.306105000, lastModified=2023-10-03 14:53:22.305110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.306105000, lastModified=2023-10-03 14:53:22.305110000, delta=995000 ns, racy<=12500 ns 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.306529000, lastModified=2023-10-03 14:53:22.305110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.306529000, lastModified=2023-10-03 14:53:22.305110000, delta=1419000 ns, racy<=12500 ns 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.306913000, lastModified=2023-10-03 14:53:22.306110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.306913000, lastModified=2023-10-03 14:53:22.306110000, delta=803000 ns, racy<=12500 ns 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.307282000, lastModified=2023-10-03 14:53:22.306110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.307282000, lastModified=2023-10-03 14:53:22.306110000, delta=1172000 ns, racy<=12500 ns 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.307632000, lastModified=2023-10-03 14:53:22.306110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.306110000 to 2023-10-03 14:53:22.307110000 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.308043000, lastModified=2023-10-03 14:53:22.307110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.308043000, lastModified=2023-10-03 14:53:22.307110000, delta=933000 ns, racy<=12500 ns 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.308418000, lastModified=2023-10-03 14:53:22.307110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.308418000, lastModified=2023-10-03 14:53:22.307110000, delta=1308000 ns, racy<=12500 ns 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.308778000, lastModified=2023-10-03 14:53:22.308110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.308778000, lastModified=2023-10-03 14:53:22.308110000, delta=668000 ns, racy<=12500 ns 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.309146000, lastModified=2023-10-03 14:53:22.308110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.309146000, lastModified=2023-10-03 14:53:22.308110000, delta=1036000 ns, racy<=12500 ns 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.309451000, lastModified=2023-10-03 14:53:22.308110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.309451000, lastModified=2023-10-03 14:53:22.308110000, delta=1341000 ns, racy<=12500 ns 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.309757000, lastModified=2023-10-03 14:53:22.308110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.308110000 to 2023-10-03 14:53:22.309110000 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.310033000, lastModified=2023-10-03 14:53:22.309110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.310033000, lastModified=2023-10-03 14:53:22.309110000, delta=923000 ns, racy<=12500 ns 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.310346000, lastModified=2023-10-03 14:53:22.309110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.310346000, lastModified=2023-10-03 14:53:22.309110000, delta=1236000 ns, racy<=12500 ns 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.310631000, lastModified=2023-10-03 14:53:22.309110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.309110000 to 2023-10-03 14:53:22.310110000 14:53:22.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.310899000, lastModified=2023-10-03 14:53:22.310110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.310899000, lastModified=2023-10-03 14:53:22.310110000, delta=789000 ns, racy<=12500 ns 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.311210000, lastModified=2023-10-03 14:53:22.310110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.311210000, lastModified=2023-10-03 14:53:22.310110000, delta=1100000 ns, racy<=12500 ns 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.311543000, lastModified=2023-10-03 14:53:22.310110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.311543000, lastModified=2023-10-03 14:53:22.310110000, delta=1433000 ns, racy<=12500 ns 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.311938000, lastModified=2023-10-03 14:53:22.311110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.311938000, lastModified=2023-10-03 14:53:22.311110000, delta=828000 ns, racy<=12500 ns 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.312261000, lastModified=2023-10-03 14:53:22.311110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.312261000, lastModified=2023-10-03 14:53:22.311110000, delta=1151000 ns, racy<=12500 ns 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.312566000, lastModified=2023-10-03 14:53:22.311110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.312566000, lastModified=2023-10-03 14:53:22.311110000, delta=1456000 ns, racy<=12500 ns 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.312865000, lastModified=2023-10-03 14:53:22.312110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.312865000, lastModified=2023-10-03 14:53:22.312110000, delta=755000 ns, racy<=12500 ns 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.313170000, lastModified=2023-10-03 14:53:22.312110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.313170000, lastModified=2023-10-03 14:53:22.312110000, delta=1060000 ns, racy<=12500 ns 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.313457000, lastModified=2023-10-03 14:53:22.312110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.313457000, lastModified=2023-10-03 14:53:22.312110000, delta=1347000 ns, racy<=12500 ns 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.313755000, lastModified=2023-10-03 14:53:22.312110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.312110000 to 2023-10-03 14:53:22.313110000 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.314016000, lastModified=2023-10-03 14:53:22.313110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.314016000, lastModified=2023-10-03 14:53:22.313110000, delta=906000 ns, racy<=12500 ns 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.314310000, lastModified=2023-10-03 14:53:22.313110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.314310000, lastModified=2023-10-03 14:53:22.313110000, delta=1200000 ns, racy<=12500 ns 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.314594000, lastModified=2023-10-03 14:53:22.313110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.314594000, lastModified=2023-10-03 14:53:22.313110000, delta=1484000 ns, racy<=12500 ns 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.314884000, lastModified=2023-10-03 14:53:22.314110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.314884000, lastModified=2023-10-03 14:53:22.314110000, delta=774000 ns, racy<=12500 ns 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.315187000, lastModified=2023-10-03 14:53:22.314110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.315187000, lastModified=2023-10-03 14:53:22.314110000, delta=1077000 ns, racy<=12500 ns 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.315473000, lastModified=2023-10-03 14:53:22.314110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.315473000, lastModified=2023-10-03 14:53:22.314110000, delta=1363000 ns, racy<=12500 ns 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.315786000, lastModified=2023-10-03 14:53:22.314110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.314110000 to 2023-10-03 14:53:22.315110000 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.316052000, lastModified=2023-10-03 14:53:22.315110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.316052000, lastModified=2023-10-03 14:53:22.315110000, delta=942000 ns, racy<=12500 ns 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.316354000, lastModified=2023-10-03 14:53:22.315110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.316354000, lastModified=2023-10-03 14:53:22.315110000, delta=1244000 ns, racy<=12500 ns 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.316721000, lastModified=2023-10-03 14:53:22.315110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.315110000 to 2023-10-03 14:53:22.316110000 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.317035000, lastModified=2023-10-03 14:53:22.316110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.317035000, lastModified=2023-10-03 14:53:22.316110000, delta=925000 ns, racy<=12500 ns 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.317343000, lastModified=2023-10-03 14:53:22.316110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.317343000, lastModified=2023-10-03 14:53:22.316110000, delta=1233000 ns, racy<=12500 ns 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.317627000, lastModified=2023-10-03 14:53:22.316110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.316110000 to 2023-10-03 14:53:22.317110000 14:53:22.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.317896000, lastModified=2023-10-03 14:53:22.317110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.317896000, lastModified=2023-10-03 14:53:22.317110000, delta=786000 ns, racy<=12500 ns 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.318194000, lastModified=2023-10-03 14:53:22.317110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.318194000, lastModified=2023-10-03 14:53:22.317110000, delta=1084000 ns, racy<=12500 ns 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.318489000, lastModified=2023-10-03 14:53:22.317110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.318489000, lastModified=2023-10-03 14:53:22.317110000, delta=1379000 ns, racy<=12500 ns 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.318787000, lastModified=2023-10-03 14:53:22.318110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.318787000, lastModified=2023-10-03 14:53:22.318110000, delta=677000 ns, racy<=12500 ns 14:53:22.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.319077000, lastModified=2023-10-03 14:53:22.318110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.319077000, lastModified=2023-10-03 14:53:22.318110000, delta=967000 ns, racy<=12500 ns 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.319391000, lastModified=2023-10-03 14:53:22.318110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.319391000, lastModified=2023-10-03 14:53:22.318110000, delta=1281000 ns, racy<=12500 ns 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.319674000, lastModified=2023-10-03 14:53:22.318110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.318110000 to 2023-10-03 14:53:22.319110000 14:53:22.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.319969000, lastModified=2023-10-03 14:53:22.319110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.319969000, lastModified=2023-10-03 14:53:22.319110000, delta=859000 ns, racy<=12500 ns 14:53:22.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.320270000, lastModified=2023-10-03 14:53:22.319110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.320270000, lastModified=2023-10-03 14:53:22.319110000, delta=1160000 ns, racy<=12500 ns 14:53:22.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.320564000, lastModified=2023-10-03 14:53:22.319110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.320564000, lastModified=2023-10-03 14:53:22.319110000, delta=1454000 ns, racy<=12500 ns 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.321178000, lastModified=2023-10-03 14:53:22.320110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.321178000, lastModified=2023-10-03 14:53:22.320110000, delta=1068000 ns, racy<=12500 ns 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.321469000, lastModified=2023-10-03 14:53:22.320110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.321469000, lastModified=2023-10-03 14:53:22.320110000, delta=1359000 ns, racy<=12500 ns 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.321834000, lastModified=2023-10-03 14:53:22.321110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.321834000, lastModified=2023-10-03 14:53:22.321110000, delta=724000 ns, racy<=12500 ns 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.322149000, lastModified=2023-10-03 14:53:22.321110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.322149000, lastModified=2023-10-03 14:53:22.321110000, delta=1039000 ns, racy<=12500 ns 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.322452000, lastModified=2023-10-03 14:53:22.321110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.322452000, lastModified=2023-10-03 14:53:22.321110000, delta=1342000 ns, racy<=12500 ns 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.322745000, lastModified=2023-10-03 14:53:22.321110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.321110000 to 2023-10-03 14:53:22.322110000 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.323004000, lastModified=2023-10-03 14:53:22.322110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.323004000, lastModified=2023-10-03 14:53:22.322110000, delta=894000 ns, racy<=12500 ns 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.323333000, lastModified=2023-10-03 14:53:22.322110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.323333000, lastModified=2023-10-03 14:53:22.322110000, delta=1223000 ns, racy<=12500 ns 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.323636000, lastModified=2023-10-03 14:53:22.322110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.322110000 to 2023-10-03 14:53:22.323110000 14:53:22.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.323909000, lastModified=2023-10-03 14:53:22.323110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.323909000, lastModified=2023-10-03 14:53:22.323110000, delta=799000 ns, racy<=12500 ns 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.324205000, lastModified=2023-10-03 14:53:22.323110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.324205000, lastModified=2023-10-03 14:53:22.323110000, delta=1095000 ns, racy<=12500 ns 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.324504000, lastModified=2023-10-03 14:53:22.323110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.324504000, lastModified=2023-10-03 14:53:22.323110000, delta=1394000 ns, racy<=12500 ns 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.324811000, lastModified=2023-10-03 14:53:22.324110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.324811000, lastModified=2023-10-03 14:53:22.324110000, delta=701000 ns, racy<=12500 ns 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.325126000, lastModified=2023-10-03 14:53:22.324110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.325126000, lastModified=2023-10-03 14:53:22.324110000, delta=1016000 ns, racy<=12500 ns 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.325438000, lastModified=2023-10-03 14:53:22.324110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.325438000, lastModified=2023-10-03 14:53:22.324110000, delta=1328000 ns, racy<=12500 ns 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.325788000, lastModified=2023-10-03 14:53:22.324110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.324110000 to 2023-10-03 14:53:22.325110000 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.326057000, lastModified=2023-10-03 14:53:22.325110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.326057000, lastModified=2023-10-03 14:53:22.325110000, delta=947000 ns, racy<=12500 ns 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.326389000, lastModified=2023-10-03 14:53:22.325110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.326389000, lastModified=2023-10-03 14:53:22.325110000, delta=1279000 ns, racy<=12500 ns 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.326680000, lastModified=2023-10-03 14:53:22.325110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.325110000 to 2023-10-03 14:53:22.326110000 14:53:22.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.326947000, lastModified=2023-10-03 14:53:22.326110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.326947000, lastModified=2023-10-03 14:53:22.326110000, delta=837000 ns, racy<=12500 ns 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.327237000, lastModified=2023-10-03 14:53:22.326110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.327237000, lastModified=2023-10-03 14:53:22.326110000, delta=1127000 ns, racy<=12500 ns 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.327528000, lastModified=2023-10-03 14:53:22.326110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.327528000, lastModified=2023-10-03 14:53:22.326110000, delta=1418000 ns, racy<=12500 ns 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.327816000, lastModified=2023-10-03 14:53:22.327110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.327816000, lastModified=2023-10-03 14:53:22.327110000, delta=706000 ns, racy<=12500 ns 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.328110000, lastModified=2023-10-03 14:53:22.327110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.328110000, lastModified=2023-10-03 14:53:22.327110000, delta=1000000 ns, racy<=12500 ns 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.328388000, lastModified=2023-10-03 14:53:22.327110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.328388000, lastModified=2023-10-03 14:53:22.327110000, delta=1278000 ns, racy<=12500 ns 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.328669000, lastModified=2023-10-03 14:53:22.327110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.327110000 to 2023-10-03 14:53:22.328110000 14:53:22.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.328935000, lastModified=2023-10-03 14:53:22.328110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.328935000, lastModified=2023-10-03 14:53:22.328110000, delta=825000 ns, racy<=12500 ns 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.329227000, lastModified=2023-10-03 14:53:22.328110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.329227000, lastModified=2023-10-03 14:53:22.328110000, delta=1117000 ns, racy<=12500 ns 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.329512000, lastModified=2023-10-03 14:53:22.328110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.329512000, lastModified=2023-10-03 14:53:22.328110000, delta=1402000 ns, racy<=12500 ns 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.329818000, lastModified=2023-10-03 14:53:22.329110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.329818000, lastModified=2023-10-03 14:53:22.329110000, delta=708000 ns, racy<=12500 ns 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.330115000, lastModified=2023-10-03 14:53:22.329110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.330115000, lastModified=2023-10-03 14:53:22.329110000, delta=1005000 ns, racy<=12500 ns 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.330395000, lastModified=2023-10-03 14:53:22.329110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.330395000, lastModified=2023-10-03 14:53:22.329110000, delta=1285000 ns, racy<=12500 ns 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.330674000, lastModified=2023-10-03 14:53:22.329110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.329110000 to 2023-10-03 14:53:22.330110000 14:53:22.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.330972000, lastModified=2023-10-03 14:53:22.330110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.330972000, lastModified=2023-10-03 14:53:22.330110000, delta=862000 ns, racy<=12500 ns 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.331266000, lastModified=2023-10-03 14:53:22.330110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.331266000, lastModified=2023-10-03 14:53:22.330110000, delta=1156000 ns, racy<=12500 ns 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.331553000, lastModified=2023-10-03 14:53:22.330110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.331553000, lastModified=2023-10-03 14:53:22.330110000, delta=1443000 ns, racy<=12500 ns 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.331846000, lastModified=2023-10-03 14:53:22.331110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.331846000, lastModified=2023-10-03 14:53:22.331110000, delta=736000 ns, racy<=12500 ns 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.332155000, lastModified=2023-10-03 14:53:22.331110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.332155000, lastModified=2023-10-03 14:53:22.331110000, delta=1045000 ns, racy<=12500 ns 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.332437000, lastModified=2023-10-03 14:53:22.331110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.332437000, lastModified=2023-10-03 14:53:22.331110000, delta=1327000 ns, racy<=12500 ns 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.332742000, lastModified=2023-10-03 14:53:22.331110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.331110000 to 2023-10-03 14:53:22.332110000 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.333022000, lastModified=2023-10-03 14:53:22.332110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.333022000, lastModified=2023-10-03 14:53:22.332110000, delta=912000 ns, racy<=12500 ns 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.333353000, lastModified=2023-10-03 14:53:22.332110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.333353000, lastModified=2023-10-03 14:53:22.332110000, delta=1243000 ns, racy<=12500 ns 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.333647000, lastModified=2023-10-03 14:53:22.332110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.332110000 to 2023-10-03 14:53:22.333110000 14:53:22.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.333950000, lastModified=2023-10-03 14:53:22.333110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.333950000, lastModified=2023-10-03 14:53:22.333110000, delta=840000 ns, racy<=12500 ns 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.334260000, lastModified=2023-10-03 14:53:22.333110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.334260000, lastModified=2023-10-03 14:53:22.333110000, delta=1150000 ns, racy<=12500 ns 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.334541000, lastModified=2023-10-03 14:53:22.333110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.334541000, lastModified=2023-10-03 14:53:22.333110000, delta=1431000 ns, racy<=12500 ns 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.334826000, lastModified=2023-10-03 14:53:22.334110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.334826000, lastModified=2023-10-03 14:53:22.334110000, delta=716000 ns, racy<=12500 ns 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.335113000, lastModified=2023-10-03 14:53:22.334110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.335113000, lastModified=2023-10-03 14:53:22.334110000, delta=1003000 ns, racy<=12500 ns 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.335392000, lastModified=2023-10-03 14:53:22.334110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.335392000, lastModified=2023-10-03 14:53:22.334110000, delta=1282000 ns, racy<=12500 ns 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.335759000, lastModified=2023-10-03 14:53:22.334110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.334110000 to 2023-10-03 14:53:22.335110000 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.336020000, lastModified=2023-10-03 14:53:22.335110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.336020000, lastModified=2023-10-03 14:53:22.335110000, delta=910000 ns, racy<=12500 ns 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.336317000, lastModified=2023-10-03 14:53:22.335110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.336317000, lastModified=2023-10-03 14:53:22.335110000, delta=1207000 ns, racy<=12500 ns 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.336599000, lastModified=2023-10-03 14:53:22.335110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.336599000, lastModified=2023-10-03 14:53:22.335110000, delta=1489000 ns, racy<=12500 ns 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.336915000, lastModified=2023-10-03 14:53:22.336110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.336915000, lastModified=2023-10-03 14:53:22.336110000, delta=805000 ns, racy<=12500 ns 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.337213000, lastModified=2023-10-03 14:53:22.336110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.337213000, lastModified=2023-10-03 14:53:22.336110000, delta=1103000 ns, racy<=12500 ns 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.337495000, lastModified=2023-10-03 14:53:22.336110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.337495000, lastModified=2023-10-03 14:53:22.336110000, delta=1385000 ns, racy<=12500 ns 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.337820000, lastModified=2023-10-03 14:53:22.337110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.337820000, lastModified=2023-10-03 14:53:22.337110000, delta=710000 ns, racy<=12500 ns 14:53:22.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.338401000, lastModified=2023-10-03 14:53:22.337110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.338401000, lastModified=2023-10-03 14:53:22.337110000, delta=1291000 ns, racy<=12500 ns 14:53:22.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.392363000, lastModified=2023-10-03 14:53:22.337110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.337110000 to 2023-10-03 14:53:22.392110000 14:53:22.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.392765000, lastModified=2023-10-03 14:53:22.392110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.392765000, lastModified=2023-10-03 14:53:22.392110000, delta=655000 ns, racy<=12500 ns 14:53:22.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.393104000, lastModified=2023-10-03 14:53:22.392110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.393104000, lastModified=2023-10-03 14:53:22.392110000, delta=994000 ns, racy<=12500 ns 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.393405000, lastModified=2023-10-03 14:53:22.392110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.393405000, lastModified=2023-10-03 14:53:22.392110000, delta=1295000 ns, racy<=12500 ns 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.393683000, lastModified=2023-10-03 14:53:22.392110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.392110000 to 2023-10-03 14:53:22.393110000 14:53:22.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.393947000, lastModified=2023-10-03 14:53:22.393110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.393947000, lastModified=2023-10-03 14:53:22.393110000, delta=837000 ns, racy<=12500 ns 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.394239000, lastModified=2023-10-03 14:53:22.393110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.394239000, lastModified=2023-10-03 14:53:22.393110000, delta=1129000 ns, racy<=12500 ns 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.394522000, lastModified=2023-10-03 14:53:22.393110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.394522000, lastModified=2023-10-03 14:53:22.393110000, delta=1412000 ns, racy<=12500 ns 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.394810000, lastModified=2023-10-03 14:53:22.394110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.394810000, lastModified=2023-10-03 14:53:22.394110000, delta=700000 ns, racy<=12500 ns 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.395104000, lastModified=2023-10-03 14:53:22.394110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.395104000, lastModified=2023-10-03 14:53:22.394110000, delta=994000 ns, racy<=12500 ns 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.395390000, lastModified=2023-10-03 14:53:22.394110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.395390000, lastModified=2023-10-03 14:53:22.394110000, delta=1280000 ns, racy<=12500 ns 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.395662000, lastModified=2023-10-03 14:53:22.394110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.394110000 to 2023-10-03 14:53:22.395110000 14:53:22.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.395920000, lastModified=2023-10-03 14:53:22.395110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.395920000, lastModified=2023-10-03 14:53:22.395110000, delta=810000 ns, racy<=12500 ns 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.396218000, lastModified=2023-10-03 14:53:22.395110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.396218000, lastModified=2023-10-03 14:53:22.395110000, delta=1108000 ns, racy<=12500 ns 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.396495000, lastModified=2023-10-03 14:53:22.395110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.396495000, lastModified=2023-10-03 14:53:22.395110000, delta=1385000 ns, racy<=12500 ns 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.396777000, lastModified=2023-10-03 14:53:22.396110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.396777000, lastModified=2023-10-03 14:53:22.396110000, delta=667000 ns, racy<=12500 ns 14:53:22.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.397061000, lastModified=2023-10-03 14:53:22.396110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.397061000, lastModified=2023-10-03 14:53:22.396110000, delta=951000 ns, racy<=12500 ns 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.397348000, lastModified=2023-10-03 14:53:22.396110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.397348000, lastModified=2023-10-03 14:53:22.396110000, delta=1238000 ns, racy<=12500 ns 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.397635000, lastModified=2023-10-03 14:53:22.396110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.396110000 to 2023-10-03 14:53:22.397110000 14:53:22.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.397899000, lastModified=2023-10-03 14:53:22.397110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.397899000, lastModified=2023-10-03 14:53:22.397110000, delta=789000 ns, racy<=12500 ns 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.398189000, lastModified=2023-10-03 14:53:22.397110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.398189000, lastModified=2023-10-03 14:53:22.397110000, delta=1079000 ns, racy<=12500 ns 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.398462000, lastModified=2023-10-03 14:53:22.397110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.398462000, lastModified=2023-10-03 14:53:22.397110000, delta=1352000 ns, racy<=12500 ns 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.398745000, lastModified=2023-10-03 14:53:22.397110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.397110000 to 2023-10-03 14:53:22.398110000 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.399000000, lastModified=2023-10-03 14:53:22.398110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.399000000, lastModified=2023-10-03 14:53:22.398110000, delta=890000 ns, racy<=12500 ns 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.399284000, lastModified=2023-10-03 14:53:22.398110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.399284000, lastModified=2023-10-03 14:53:22.398110000, delta=1174000 ns, racy<=12500 ns 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.399561000, lastModified=2023-10-03 14:53:22.398110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.399561000, lastModified=2023-10-03 14:53:22.398110000, delta=1451000 ns, racy<=12500 ns 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.399871000, lastModified=2023-10-03 14:53:22.399110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.399871000, lastModified=2023-10-03 14:53:22.399110000, delta=761000 ns, racy<=12500 ns 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.400160000, lastModified=2023-10-03 14:53:22.399110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.400160000, lastModified=2023-10-03 14:53:22.399110000, delta=1050000 ns, racy<=12500 ns 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.400417000, lastModified=2023-10-03 14:53:22.399110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.400417000, lastModified=2023-10-03 14:53:22.399110000, delta=1307000 ns, racy<=12500 ns 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.400682000, lastModified=2023-10-03 14:53:22.399110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.399110000 to 2023-10-03 14:53:22.400110000 14:53:22.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.400925000, lastModified=2023-10-03 14:53:22.400110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.400925000, lastModified=2023-10-03 14:53:22.400110000, delta=815000 ns, racy<=12500 ns 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.401186000, lastModified=2023-10-03 14:53:22.400110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.401186000, lastModified=2023-10-03 14:53:22.400110000, delta=1076000 ns, racy<=12500 ns 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.401434000, lastModified=2023-10-03 14:53:22.400110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.401434000, lastModified=2023-10-03 14:53:22.400110000, delta=1324000 ns, racy<=12500 ns 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.401690000, lastModified=2023-10-03 14:53:22.400110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.400110000 to 2023-10-03 14:53:22.401110000 14:53:22.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.401940000, lastModified=2023-10-03 14:53:22.401110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.401940000, lastModified=2023-10-03 14:53:22.401110000, delta=830000 ns, racy<=12500 ns 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.402263000, lastModified=2023-10-03 14:53:22.401110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.402263000, lastModified=2023-10-03 14:53:22.401110000, delta=1153000 ns, racy<=12500 ns 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.402515000, lastModified=2023-10-03 14:53:22.401110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.402515000, lastModified=2023-10-03 14:53:22.401110000, delta=1405000 ns, racy<=12500 ns 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.402791000, lastModified=2023-10-03 14:53:22.402110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.402791000, lastModified=2023-10-03 14:53:22.402110000, delta=681000 ns, racy<=12500 ns 14:53:22.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.403040000, lastModified=2023-10-03 14:53:22.402110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.403040000, lastModified=2023-10-03 14:53:22.402110000, delta=930000 ns, racy<=12500 ns 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.403305000, lastModified=2023-10-03 14:53:22.402110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.403305000, lastModified=2023-10-03 14:53:22.402110000, delta=1195000 ns, racy<=12500 ns 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.403549000, lastModified=2023-10-03 14:53:22.402110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.403549000, lastModified=2023-10-03 14:53:22.402110000, delta=1439000 ns, racy<=12500 ns 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.403799000, lastModified=2023-10-03 14:53:22.403110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.403799000, lastModified=2023-10-03 14:53:22.403110000, delta=689000 ns, racy<=12500 ns 14:53:22.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.404076000, lastModified=2023-10-03 14:53:22.403110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.404076000, lastModified=2023-10-03 14:53:22.403110000, delta=966000 ns, racy<=12500 ns 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.404337000, lastModified=2023-10-03 14:53:22.403110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.404337000, lastModified=2023-10-03 14:53:22.403110000, delta=1227000 ns, racy<=12500 ns 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.404577000, lastModified=2023-10-03 14:53:22.403110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.404577000, lastModified=2023-10-03 14:53:22.403110000, delta=1467000 ns, racy<=12500 ns 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.404830000, lastModified=2023-10-03 14:53:22.404110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.404830000, lastModified=2023-10-03 14:53:22.404110000, delta=720000 ns, racy<=12500 ns 14:53:22.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.405074000, lastModified=2023-10-03 14:53:22.404110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.405074000, lastModified=2023-10-03 14:53:22.404110000, delta=964000 ns, racy<=12500 ns 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.405320000, lastModified=2023-10-03 14:53:22.404110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.405320000, lastModified=2023-10-03 14:53:22.404110000, delta=1210000 ns, racy<=12500 ns 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.405556000, lastModified=2023-10-03 14:53:22.404110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.405556000, lastModified=2023-10-03 14:53:22.404110000, delta=1446000 ns, racy<=12500 ns 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.405855000, lastModified=2023-10-03 14:53:22.405110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.405855000, lastModified=2023-10-03 14:53:22.405110000, delta=745000 ns, racy<=12500 ns 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.406110000, lastModified=2023-10-03 14:53:22.405110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.406110000, lastModified=2023-10-03 14:53:22.405110000, delta=1000000 ns, racy<=12500 ns 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.406352000, lastModified=2023-10-03 14:53:22.405110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.406352000, lastModified=2023-10-03 14:53:22.405110000, delta=1242000 ns, racy<=12500 ns 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.406588000, lastModified=2023-10-03 14:53:22.405110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.406588000, lastModified=2023-10-03 14:53:22.405110000, delta=1478000 ns, racy<=12500 ns 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.406842000, lastModified=2023-10-03 14:53:22.406110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.406842000, lastModified=2023-10-03 14:53:22.406110000, delta=732000 ns, racy<=12500 ns 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.407133000, lastModified=2023-10-03 14:53:22.406110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.407133000, lastModified=2023-10-03 14:53:22.406110000, delta=1023000 ns, racy<=12500 ns 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.407375000, lastModified=2023-10-03 14:53:22.406110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.407375000, lastModified=2023-10-03 14:53:22.406110000, delta=1265000 ns, racy<=12500 ns 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.407614000, lastModified=2023-10-03 14:53:22.406110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.407614000, lastModified=2023-10-03 14:53:22.406110000, delta=1504000 ns, racy<=12500 ns 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.408209000, lastModified=2023-10-03 14:53:22.407110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.408209000, lastModified=2023-10-03 14:53:22.407110000, delta=1099000 ns, racy<=12500 ns 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.408453000, lastModified=2023-10-03 14:53:22.407110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.408453000, lastModified=2023-10-03 14:53:22.407110000, delta=1343000 ns, racy<=12500 ns 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.408685000, lastModified=2023-10-03 14:53:22.407110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.407110000 to 2023-10-03 14:53:22.408110000 14:53:22.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.408949000, lastModified=2023-10-03 14:53:22.408110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.408949000, lastModified=2023-10-03 14:53:22.408110000, delta=839000 ns, racy<=12500 ns 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.409198000, lastModified=2023-10-03 14:53:22.408110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.409198000, lastModified=2023-10-03 14:53:22.408110000, delta=1088000 ns, racy<=12500 ns 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.409434000, lastModified=2023-10-03 14:53:22.408110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.409434000, lastModified=2023-10-03 14:53:22.408110000, delta=1324000 ns, racy<=12500 ns 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.409669000, lastModified=2023-10-03 14:53:22.408110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.408110000 to 2023-10-03 14:53:22.409110000 14:53:22.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.409899000, lastModified=2023-10-03 14:53:22.409110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.409899000, lastModified=2023-10-03 14:53:22.409110000, delta=789000 ns, racy<=12500 ns 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.410149000, lastModified=2023-10-03 14:53:22.409110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.410149000, lastModified=2023-10-03 14:53:22.409110000, delta=1039000 ns, racy<=12500 ns 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.410387000, lastModified=2023-10-03 14:53:22.409110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.410387000, lastModified=2023-10-03 14:53:22.409110000, delta=1277000 ns, racy<=12500 ns 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.410618000, lastModified=2023-10-03 14:53:22.409110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.410618000, lastModified=2023-10-03 14:53:22.409110000, delta=1508000 ns, racy<=12500 ns 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.410851000, lastModified=2023-10-03 14:53:22.410110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.410851000, lastModified=2023-10-03 14:53:22.410110000, delta=741000 ns, racy<=12500 ns 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.411094000, lastModified=2023-10-03 14:53:22.410110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.411094000, lastModified=2023-10-03 14:53:22.410110000, delta=984000 ns, racy<=12500 ns 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.411323000, lastModified=2023-10-03 14:53:22.410110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.411323000, lastModified=2023-10-03 14:53:22.410110000, delta=1213000 ns, racy<=12500 ns 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.411559000, lastModified=2023-10-03 14:53:22.410110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.411559000, lastModified=2023-10-03 14:53:22.410110000, delta=1449000 ns, racy<=12500 ns 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.411796000, lastModified=2023-10-03 14:53:22.411110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.411796000, lastModified=2023-10-03 14:53:22.411110000, delta=686000 ns, racy<=12500 ns 14:53:22.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.412052000, lastModified=2023-10-03 14:53:22.411110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.412052000, lastModified=2023-10-03 14:53:22.411110000, delta=942000 ns, racy<=12500 ns 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.412297000, lastModified=2023-10-03 14:53:22.411110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.412297000, lastModified=2023-10-03 14:53:22.411110000, delta=1187000 ns, racy<=12500 ns 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.412530000, lastModified=2023-10-03 14:53:22.411110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.412530000, lastModified=2023-10-03 14:53:22.411110000, delta=1420000 ns, racy<=12500 ns 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.412774000, lastModified=2023-10-03 14:53:22.412110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.412774000, lastModified=2023-10-03 14:53:22.412110000, delta=664000 ns, racy<=12500 ns 14:53:22.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.413070000, lastModified=2023-10-03 14:53:22.412110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.413070000, lastModified=2023-10-03 14:53:22.412110000, delta=960000 ns, racy<=12500 ns 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.413321000, lastModified=2023-10-03 14:53:22.412110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.413321000, lastModified=2023-10-03 14:53:22.412110000, delta=1211000 ns, racy<=12500 ns 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.413562000, lastModified=2023-10-03 14:53:22.412110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.413562000, lastModified=2023-10-03 14:53:22.412110000, delta=1452000 ns, racy<=12500 ns 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.413833000, lastModified=2023-10-03 14:53:22.413110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.413833000, lastModified=2023-10-03 14:53:22.413110000, delta=723000 ns, racy<=12500 ns 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.414093000, lastModified=2023-10-03 14:53:22.413110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.414093000, lastModified=2023-10-03 14:53:22.413110000, delta=983000 ns, racy<=12500 ns 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.414324000, lastModified=2023-10-03 14:53:22.413110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.414324000, lastModified=2023-10-03 14:53:22.413110000, delta=1214000 ns, racy<=12500 ns 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.414556000, lastModified=2023-10-03 14:53:22.413110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.414556000, lastModified=2023-10-03 14:53:22.413110000, delta=1446000 ns, racy<=12500 ns 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.414837000, lastModified=2023-10-03 14:53:22.414110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.414837000, lastModified=2023-10-03 14:53:22.414110000, delta=727000 ns, racy<=12500 ns 14:53:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.415078000, lastModified=2023-10-03 14:53:22.414110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.415078000, lastModified=2023-10-03 14:53:22.414110000, delta=968000 ns, racy<=12500 ns 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.415325000, lastModified=2023-10-03 14:53:22.414110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.415325000, lastModified=2023-10-03 14:53:22.414110000, delta=1215000 ns, racy<=12500 ns 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.415564000, lastModified=2023-10-03 14:53:22.414110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.415564000, lastModified=2023-10-03 14:53:22.414110000, delta=1454000 ns, racy<=12500 ns 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.415812000, lastModified=2023-10-03 14:53:22.415110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.415812000, lastModified=2023-10-03 14:53:22.415110000, delta=702000 ns, racy<=12500 ns 14:53:22.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.416074000, lastModified=2023-10-03 14:53:22.415110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.416074000, lastModified=2023-10-03 14:53:22.415110000, delta=964000 ns, racy<=12500 ns 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.416314000, lastModified=2023-10-03 14:53:22.415110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.416314000, lastModified=2023-10-03 14:53:22.415110000, delta=1204000 ns, racy<=12500 ns 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.416543000, lastModified=2023-10-03 14:53:22.415110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.416543000, lastModified=2023-10-03 14:53:22.415110000, delta=1433000 ns, racy<=12500 ns 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.416803000, lastModified=2023-10-03 14:53:22.416110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.416803000, lastModified=2023-10-03 14:53:22.416110000, delta=693000 ns, racy<=12500 ns 14:53:22.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.417045000, lastModified=2023-10-03 14:53:22.416110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.417045000, lastModified=2023-10-03 14:53:22.416110000, delta=935000 ns, racy<=12500 ns 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.417293000, lastModified=2023-10-03 14:53:22.416110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.417293000, lastModified=2023-10-03 14:53:22.416110000, delta=1183000 ns, racy<=12500 ns 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.417537000, lastModified=2023-10-03 14:53:22.416110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.417537000, lastModified=2023-10-03 14:53:22.416110000, delta=1427000 ns, racy<=12500 ns 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.417795000, lastModified=2023-10-03 14:53:22.417110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.417795000, lastModified=2023-10-03 14:53:22.417110000, delta=685000 ns, racy<=12500 ns 14:53:22.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.418052000, lastModified=2023-10-03 14:53:22.417110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.418052000, lastModified=2023-10-03 14:53:22.417110000, delta=942000 ns, racy<=12500 ns 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.418341000, lastModified=2023-10-03 14:53:22.417110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.418341000, lastModified=2023-10-03 14:53:22.417110000, delta=1231000 ns, racy<=12500 ns 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.418578000, lastModified=2023-10-03 14:53:22.417110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.418578000, lastModified=2023-10-03 14:53:22.417110000, delta=1468000 ns, racy<=12500 ns 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.418823000, lastModified=2023-10-03 14:53:22.418110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.418823000, lastModified=2023-10-03 14:53:22.418110000, delta=713000 ns, racy<=12500 ns 14:53:22.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.419063000, lastModified=2023-10-03 14:53:22.418110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.419063000, lastModified=2023-10-03 14:53:22.418110000, delta=953000 ns, racy<=12500 ns 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.419321000, lastModified=2023-10-03 14:53:22.418110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.419321000, lastModified=2023-10-03 14:53:22.418110000, delta=1211000 ns, racy<=12500 ns 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.419565000, lastModified=2023-10-03 14:53:22.418110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.419565000, lastModified=2023-10-03 14:53:22.418110000, delta=1455000 ns, racy<=12500 ns 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.419808000, lastModified=2023-10-03 14:53:22.419110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.419808000, lastModified=2023-10-03 14:53:22.419110000, delta=698000 ns, racy<=12500 ns 14:53:22.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.420080000, lastModified=2023-10-03 14:53:22.419110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.420080000, lastModified=2023-10-03 14:53:22.419110000, delta=970000 ns, racy<=12500 ns 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.420332000, lastModified=2023-10-03 14:53:22.419110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.420332000, lastModified=2023-10-03 14:53:22.419110000, delta=1222000 ns, racy<=12500 ns 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.420582000, lastModified=2023-10-03 14:53:22.419110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.420582000, lastModified=2023-10-03 14:53:22.419110000, delta=1472000 ns, racy<=12500 ns 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.420829000, lastModified=2023-10-03 14:53:22.420110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.420829000, lastModified=2023-10-03 14:53:22.420110000, delta=719000 ns, racy<=12500 ns 14:53:22.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.421072000, lastModified=2023-10-03 14:53:22.420110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.421072000, lastModified=2023-10-03 14:53:22.420110000, delta=962000 ns, racy<=12500 ns 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.421348000, lastModified=2023-10-03 14:53:22.420110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.421348000, lastModified=2023-10-03 14:53:22.420110000, delta=1238000 ns, racy<=12500 ns 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.421588000, lastModified=2023-10-03 14:53:22.420110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.421588000, lastModified=2023-10-03 14:53:22.420110000, delta=1478000 ns, racy<=12500 ns 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.421835000, lastModified=2023-10-03 14:53:22.421110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.421835000, lastModified=2023-10-03 14:53:22.421110000, delta=725000 ns, racy<=12500 ns 14:53:22.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.422103000, lastModified=2023-10-03 14:53:22.421110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.422103000, lastModified=2023-10-03 14:53:22.421110000, delta=993000 ns, racy<=12500 ns 14:53:22.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.422785000, lastModified=2023-10-03 14:53:22.421110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.421110000 to 2023-10-03 14:53:22.422110000 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.423032000, lastModified=2023-10-03 14:53:22.422110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.423032000, lastModified=2023-10-03 14:53:22.422110000, delta=922000 ns, racy<=12500 ns 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.423278000, lastModified=2023-10-03 14:53:22.422110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.423278000, lastModified=2023-10-03 14:53:22.422110000, delta=1168000 ns, racy<=12500 ns 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.423511000, lastModified=2023-10-03 14:53:22.422110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.423511000, lastModified=2023-10-03 14:53:22.422110000, delta=1401000 ns, racy<=12500 ns 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.423751000, lastModified=2023-10-03 14:53:22.422110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.422110000 to 2023-10-03 14:53:22.423110000 14:53:22.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.423977000, lastModified=2023-10-03 14:53:22.423110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.423977000, lastModified=2023-10-03 14:53:22.423110000, delta=867000 ns, racy<=12500 ns 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.424217000, lastModified=2023-10-03 14:53:22.423110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.424217000, lastModified=2023-10-03 14:53:22.423110000, delta=1107000 ns, racy<=12500 ns 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.424445000, lastModified=2023-10-03 14:53:22.423110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.424445000, lastModified=2023-10-03 14:53:22.423110000, delta=1335000 ns, racy<=12500 ns 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.424680000, lastModified=2023-10-03 14:53:22.423110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.423110000 to 2023-10-03 14:53:22.424110000 14:53:22.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.424917000, lastModified=2023-10-03 14:53:22.424110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.424917000, lastModified=2023-10-03 14:53:22.424110000, delta=807000 ns, racy<=12500 ns 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.425155000, lastModified=2023-10-03 14:53:22.424110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.425155000, lastModified=2023-10-03 14:53:22.424110000, delta=1045000 ns, racy<=12500 ns 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.425391000, lastModified=2023-10-03 14:53:22.424110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.425391000, lastModified=2023-10-03 14:53:22.424110000, delta=1281000 ns, racy<=12500 ns 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.425622000, lastModified=2023-10-03 14:53:22.424110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.425622000, lastModified=2023-10-03 14:53:22.424110000, delta=1512000 ns, racy<=12500 ns 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.425863000, lastModified=2023-10-03 14:53:22.425110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.425863000, lastModified=2023-10-03 14:53:22.425110000, delta=753000 ns, racy<=12500 ns 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.426102000, lastModified=2023-10-03 14:53:22.425110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.426102000, lastModified=2023-10-03 14:53:22.425110000, delta=992000 ns, racy<=12500 ns 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.426337000, lastModified=2023-10-03 14:53:22.425110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.426337000, lastModified=2023-10-03 14:53:22.425110000, delta=1227000 ns, racy<=12500 ns 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.426604000, lastModified=2023-10-03 14:53:22.425110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.426604000, lastModified=2023-10-03 14:53:22.425110000, delta=1494000 ns, racy<=12500 ns 14:53:22.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.427013000, lastModified=2023-10-03 14:53:22.426110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.427013000, lastModified=2023-10-03 14:53:22.426110000, delta=903000 ns, racy<=12500 ns 14:53:22.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.427655000, lastModified=2023-10-03 14:53:22.426110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.426110000 to 2023-10-03 14:53:22.427110000 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.427988000, lastModified=2023-10-03 14:53:22.427110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.427988000, lastModified=2023-10-03 14:53:22.427110000, delta=878000 ns, racy<=12500 ns 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.428334000, lastModified=2023-10-03 14:53:22.427110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.428334000, lastModified=2023-10-03 14:53:22.427110000, delta=1224000 ns, racy<=12500 ns 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.428650000, lastModified=2023-10-03 14:53:22.427110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.427110000 to 2023-10-03 14:53:22.428110000 14:53:22.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.428953000, lastModified=2023-10-03 14:53:22.428110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.428953000, lastModified=2023-10-03 14:53:22.428110000, delta=843000 ns, racy<=12500 ns 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.429302000, lastModified=2023-10-03 14:53:22.428110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.429302000, lastModified=2023-10-03 14:53:22.428110000, delta=1192000 ns, racy<=12500 ns 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.429618000, lastModified=2023-10-03 14:53:22.428110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.428110000 to 2023-10-03 14:53:22.429110000 14:53:22.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.429937000, lastModified=2023-10-03 14:53:22.429110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.429937000, lastModified=2023-10-03 14:53:22.429110000, delta=827000 ns, racy<=12500 ns 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.430269000, lastModified=2023-10-03 14:53:22.429110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.430269000, lastModified=2023-10-03 14:53:22.429110000, delta=1159000 ns, racy<=12500 ns 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.430589000, lastModified=2023-10-03 14:53:22.429110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.430589000, lastModified=2023-10-03 14:53:22.429110000, delta=1479000 ns, racy<=12500 ns 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.430916000, lastModified=2023-10-03 14:53:22.430110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.430916000, lastModified=2023-10-03 14:53:22.430110000, delta=806000 ns, racy<=12500 ns 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.431247000, lastModified=2023-10-03 14:53:22.430110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.431247000, lastModified=2023-10-03 14:53:22.430110000, delta=1137000 ns, racy<=12500 ns 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.431562000, lastModified=2023-10-03 14:53:22.430110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.431562000, lastModified=2023-10-03 14:53:22.430110000, delta=1452000 ns, racy<=12500 ns 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.431892000, lastModified=2023-10-03 14:53:22.431110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.431892000, lastModified=2023-10-03 14:53:22.431110000, delta=782000 ns, racy<=12500 ns 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.432257000, lastModified=2023-10-03 14:53:22.431110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.432257000, lastModified=2023-10-03 14:53:22.431110000, delta=1147000 ns, racy<=12500 ns 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.432562000, lastModified=2023-10-03 14:53:22.431110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.432562000, lastModified=2023-10-03 14:53:22.431110000, delta=1452000 ns, racy<=12500 ns 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.432832000, lastModified=2023-10-03 14:53:22.432110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.432832000, lastModified=2023-10-03 14:53:22.432110000, delta=722000 ns, racy<=12500 ns 14:53:22.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.433077000, lastModified=2023-10-03 14:53:22.432110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.433077000, lastModified=2023-10-03 14:53:22.432110000, delta=967000 ns, racy<=12500 ns 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.433343000, lastModified=2023-10-03 14:53:22.432110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.433343000, lastModified=2023-10-03 14:53:22.432110000, delta=1233000 ns, racy<=12500 ns 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.433597000, lastModified=2023-10-03 14:53:22.432110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.433597000, lastModified=2023-10-03 14:53:22.432110000, delta=1487000 ns, racy<=12500 ns 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.433851000, lastModified=2023-10-03 14:53:22.433110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.433851000, lastModified=2023-10-03 14:53:22.433110000, delta=741000 ns, racy<=12500 ns 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.434111000, lastModified=2023-10-03 14:53:22.433110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.434111000, lastModified=2023-10-03 14:53:22.433110000, delta=1001000 ns, racy<=12500 ns 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.434365000, lastModified=2023-10-03 14:53:22.433110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.434365000, lastModified=2023-10-03 14:53:22.433110000, delta=1255000 ns, racy<=12500 ns 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.434619000, lastModified=2023-10-03 14:53:22.433110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.434619000, lastModified=2023-10-03 14:53:22.433110000, delta=1509000 ns, racy<=12500 ns 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.434876000, lastModified=2023-10-03 14:53:22.434110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.434876000, lastModified=2023-10-03 14:53:22.434110000, delta=766000 ns, racy<=12500 ns 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.435196000, lastModified=2023-10-03 14:53:22.434110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.435196000, lastModified=2023-10-03 14:53:22.434110000, delta=1086000 ns, racy<=12500 ns 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.435444000, lastModified=2023-10-03 14:53:22.434110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.435444000, lastModified=2023-10-03 14:53:22.434110000, delta=1334000 ns, racy<=12500 ns 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.435693000, lastModified=2023-10-03 14:53:22.434110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.434110000 to 2023-10-03 14:53:22.435110000 14:53:22.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.435932000, lastModified=2023-10-03 14:53:22.435110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.435932000, lastModified=2023-10-03 14:53:22.435110000, delta=822000 ns, racy<=12500 ns 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.436195000, lastModified=2023-10-03 14:53:22.435110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.436195000, lastModified=2023-10-03 14:53:22.435110000, delta=1085000 ns, racy<=12500 ns 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.436473000, lastModified=2023-10-03 14:53:22.435110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.436473000, lastModified=2023-10-03 14:53:22.435110000, delta=1363000 ns, racy<=12500 ns 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.436722000, lastModified=2023-10-03 14:53:22.435110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.435110000 to 2023-10-03 14:53:22.436110000 14:53:22.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.436963000, lastModified=2023-10-03 14:53:22.436110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.436963000, lastModified=2023-10-03 14:53:22.436110000, delta=853000 ns, racy<=12500 ns 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.437217000, lastModified=2023-10-03 14:53:22.436110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.437217000, lastModified=2023-10-03 14:53:22.436110000, delta=1107000 ns, racy<=12500 ns 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.437490000, lastModified=2023-10-03 14:53:22.436110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.437490000, lastModified=2023-10-03 14:53:22.436110000, delta=1380000 ns, racy<=12500 ns 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.437768000, lastModified=2023-10-03 14:53:22.436110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.436110000 to 2023-10-03 14:53:22.437110000 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.438023000, lastModified=2023-10-03 14:53:22.437110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.438023000, lastModified=2023-10-03 14:53:22.437110000, delta=913000 ns, racy<=12500 ns 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.438286000, lastModified=2023-10-03 14:53:22.437110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.438286000, lastModified=2023-10-03 14:53:22.437110000, delta=1176000 ns, racy<=12500 ns 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.438524000, lastModified=2023-10-03 14:53:22.437110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.438524000, lastModified=2023-10-03 14:53:22.437110000, delta=1414000 ns, racy<=12500 ns 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.438781000, lastModified=2023-10-03 14:53:22.438110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.438781000, lastModified=2023-10-03 14:53:22.438110000, delta=671000 ns, racy<=12500 ns 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.439312000, lastModified=2023-10-03 14:53:22.438110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.439312000, lastModified=2023-10-03 14:53:22.438110000, delta=1202000 ns, racy<=12500 ns 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.439554000, lastModified=2023-10-03 14:53:22.438110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.439554000, lastModified=2023-10-03 14:53:22.438110000, delta=1444000 ns, racy<=12500 ns 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.439816000, lastModified=2023-10-03 14:53:22.439110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.439816000, lastModified=2023-10-03 14:53:22.439110000, delta=706000 ns, racy<=12500 ns 14:53:22.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.440063000, lastModified=2023-10-03 14:53:22.439110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.440063000, lastModified=2023-10-03 14:53:22.439110000, delta=953000 ns, racy<=12500 ns 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.440323000, lastModified=2023-10-03 14:53:22.439110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.440323000, lastModified=2023-10-03 14:53:22.439110000, delta=1213000 ns, racy<=12500 ns 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.440564000, lastModified=2023-10-03 14:53:22.439110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.440564000, lastModified=2023-10-03 14:53:22.439110000, delta=1454000 ns, racy<=12500 ns 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.440815000, lastModified=2023-10-03 14:53:22.440110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.440815000, lastModified=2023-10-03 14:53:22.440110000, delta=705000 ns, racy<=12500 ns 14:53:22.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.441058000, lastModified=2023-10-03 14:53:22.440110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.441058000, lastModified=2023-10-03 14:53:22.440110000, delta=948000 ns, racy<=12500 ns 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.441308000, lastModified=2023-10-03 14:53:22.440110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.441308000, lastModified=2023-10-03 14:53:22.440110000, delta=1198000 ns, racy<=12500 ns 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.441546000, lastModified=2023-10-03 14:53:22.440110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.441546000, lastModified=2023-10-03 14:53:22.440110000, delta=1436000 ns, racy<=12500 ns 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.441816000, lastModified=2023-10-03 14:53:22.441110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.441816000, lastModified=2023-10-03 14:53:22.441110000, delta=706000 ns, racy<=12500 ns 14:53:22.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.442064000, lastModified=2023-10-03 14:53:22.441110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.442064000, lastModified=2023-10-03 14:53:22.441110000, delta=954000 ns, racy<=12500 ns 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.442311000, lastModified=2023-10-03 14:53:22.441110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.442311000, lastModified=2023-10-03 14:53:22.441110000, delta=1201000 ns, racy<=12500 ns 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.442556000, lastModified=2023-10-03 14:53:22.441110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.442556000, lastModified=2023-10-03 14:53:22.441110000, delta=1446000 ns, racy<=12500 ns 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.442794000, lastModified=2023-10-03 14:53:22.442110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.442794000, lastModified=2023-10-03 14:53:22.442110000, delta=684000 ns, racy<=12500 ns 14:53:22.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.443035000, lastModified=2023-10-03 14:53:22.442110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.443035000, lastModified=2023-10-03 14:53:22.442110000, delta=925000 ns, racy<=12500 ns 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.443269000, lastModified=2023-10-03 14:53:22.442110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.443269000, lastModified=2023-10-03 14:53:22.442110000, delta=1159000 ns, racy<=12500 ns 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.443492000, lastModified=2023-10-03 14:53:22.442110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.443492000, lastModified=2023-10-03 14:53:22.442110000, delta=1382000 ns, racy<=12500 ns 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.443722000, lastModified=2023-10-03 14:53:22.442110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.442110000 to 2023-10-03 14:53:22.443110000 14:53:22.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.443947000, lastModified=2023-10-03 14:53:22.443110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.443947000, lastModified=2023-10-03 14:53:22.443110000, delta=837000 ns, racy<=12500 ns 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.444187000, lastModified=2023-10-03 14:53:22.443110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.444187000, lastModified=2023-10-03 14:53:22.443110000, delta=1077000 ns, racy<=12500 ns 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.444410000, lastModified=2023-10-03 14:53:22.443110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.444410000, lastModified=2023-10-03 14:53:22.443110000, delta=1300000 ns, racy<=12500 ns 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.444637000, lastModified=2023-10-03 14:53:22.443110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.444637000, lastModified=2023-10-03 14:53:22.443110000, delta=1527000 ns, racy<=12500 ns 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.444866000, lastModified=2023-10-03 14:53:22.444110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.444866000, lastModified=2023-10-03 14:53:22.444110000, delta=756000 ns, racy<=12500 ns 14:53:22.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.445100000, lastModified=2023-10-03 14:53:22.444110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.445100000, lastModified=2023-10-03 14:53:22.444110000, delta=990000 ns, racy<=12500 ns 14:53:22.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.509839000, lastModified=2023-10-03 14:53:22.509110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.509839000, lastModified=2023-10-03 14:53:22.509110000, delta=729000 ns, racy<=12500 ns 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.510187000, lastModified=2023-10-03 14:53:22.509110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.510187000, lastModified=2023-10-03 14:53:22.509110000, delta=1077000 ns, racy<=12500 ns 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.510457000, lastModified=2023-10-03 14:53:22.509110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.510457000, lastModified=2023-10-03 14:53:22.509110000, delta=1347000 ns, racy<=12500 ns 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.510713000, lastModified=2023-10-03 14:53:22.509110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.509110000 to 2023-10-03 14:53:22.510110000 14:53:22.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.510978000, lastModified=2023-10-03 14:53:22.510110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.510978000, lastModified=2023-10-03 14:53:22.510110000, delta=868000 ns, racy<=12500 ns 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.511244000, lastModified=2023-10-03 14:53:22.510110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.511244000, lastModified=2023-10-03 14:53:22.510110000, delta=1134000 ns, racy<=12500 ns 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.511499000, lastModified=2023-10-03 14:53:22.510110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.511499000, lastModified=2023-10-03 14:53:22.510110000, delta=1389000 ns, racy<=12500 ns 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.511764000, lastModified=2023-10-03 14:53:22.510110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.510110000 to 2023-10-03 14:53:22.511110000 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.512009000, lastModified=2023-10-03 14:53:22.511110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.512009000, lastModified=2023-10-03 14:53:22.511110000, delta=899000 ns, racy<=12500 ns 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.512285000, lastModified=2023-10-03 14:53:22.511110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.512285000, lastModified=2023-10-03 14:53:22.511110000, delta=1175000 ns, racy<=12500 ns 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.512540000, lastModified=2023-10-03 14:53:22.511110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.512540000, lastModified=2023-10-03 14:53:22.511110000, delta=1430000 ns, racy<=12500 ns 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.512796000, lastModified=2023-10-03 14:53:22.512110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.512796000, lastModified=2023-10-03 14:53:22.512110000, delta=686000 ns, racy<=12500 ns 14:53:22.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.513057000, lastModified=2023-10-03 14:53:22.512110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.513057000, lastModified=2023-10-03 14:53:22.512110000, delta=947000 ns, racy<=12500 ns 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.513328000, lastModified=2023-10-03 14:53:22.512110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.513328000, lastModified=2023-10-03 14:53:22.512110000, delta=1218000 ns, racy<=12500 ns 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.513579000, lastModified=2023-10-03 14:53:22.512110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.513579000, lastModified=2023-10-03 14:53:22.512110000, delta=1469000 ns, racy<=12500 ns 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.513838000, lastModified=2023-10-03 14:53:22.513110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.513838000, lastModified=2023-10-03 14:53:22.513110000, delta=728000 ns, racy<=12500 ns 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.514106000, lastModified=2023-10-03 14:53:22.513110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.514106000, lastModified=2023-10-03 14:53:22.513110000, delta=996000 ns, racy<=12500 ns 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.514326000, lastModified=2023-10-03 14:53:22.513110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.514326000, lastModified=2023-10-03 14:53:22.513110000, delta=1216000 ns, racy<=12500 ns 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.514577000, lastModified=2023-10-03 14:53:22.513110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.514577000, lastModified=2023-10-03 14:53:22.513110000, delta=1467000 ns, racy<=12500 ns 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.514825000, lastModified=2023-10-03 14:53:22.514110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.514825000, lastModified=2023-10-03 14:53:22.514110000, delta=715000 ns, racy<=12500 ns 14:53:22.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.515084000, lastModified=2023-10-03 14:53:22.514110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.515084000, lastModified=2023-10-03 14:53:22.514110000, delta=974000 ns, racy<=12500 ns 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.515339000, lastModified=2023-10-03 14:53:22.514110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.515339000, lastModified=2023-10-03 14:53:22.514110000, delta=1229000 ns, racy<=12500 ns 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.515575000, lastModified=2023-10-03 14:53:22.514110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.515575000, lastModified=2023-10-03 14:53:22.514110000, delta=1465000 ns, racy<=12500 ns 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.515826000, lastModified=2023-10-03 14:53:22.515110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.515826000, lastModified=2023-10-03 14:53:22.515110000, delta=716000 ns, racy<=12500 ns 14:53:22.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.516050000, lastModified=2023-10-03 14:53:22.515110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.516050000, lastModified=2023-10-03 14:53:22.515110000, delta=940000 ns, racy<=12500 ns 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.516266000, lastModified=2023-10-03 14:53:22.515110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.516266000, lastModified=2023-10-03 14:53:22.515110000, delta=1156000 ns, racy<=12500 ns 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.516471000, lastModified=2023-10-03 14:53:22.515110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.516471000, lastModified=2023-10-03 14:53:22.515110000, delta=1361000 ns, racy<=12500 ns 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.516671000, lastModified=2023-10-03 14:53:22.515110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.515110000 to 2023-10-03 14:53:22.516110000 14:53:22.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.516889000, lastModified=2023-10-03 14:53:22.516110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.516889000, lastModified=2023-10-03 14:53:22.516110000, delta=779000 ns, racy<=12500 ns 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.517161000, lastModified=2023-10-03 14:53:22.516110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.517161000, lastModified=2023-10-03 14:53:22.516110000, delta=1051000 ns, racy<=12500 ns 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.517400000, lastModified=2023-10-03 14:53:22.516110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.517400000, lastModified=2023-10-03 14:53:22.516110000, delta=1290000 ns, racy<=12500 ns 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.517648000, lastModified=2023-10-03 14:53:22.516110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.516110000 to 2023-10-03 14:53:22.517110000 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.518436000, lastModified=2023-10-03 14:53:22.517110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.518436000, lastModified=2023-10-03 14:53:22.517110000, delta=1326000 ns, racy<=12500 ns 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.518699000, lastModified=2023-10-03 14:53:22.517110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.517110000 to 2023-10-03 14:53:22.518110000 14:53:22.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.518951000, lastModified=2023-10-03 14:53:22.518110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.518951000, lastModified=2023-10-03 14:53:22.518110000, delta=841000 ns, racy<=12500 ns 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.519227000, lastModified=2023-10-03 14:53:22.518110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.519227000, lastModified=2023-10-03 14:53:22.518110000, delta=1117000 ns, racy<=12500 ns 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.519481000, lastModified=2023-10-03 14:53:22.518110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.519481000, lastModified=2023-10-03 14:53:22.518110000, delta=1371000 ns, racy<=12500 ns 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.519740000, lastModified=2023-10-03 14:53:22.518110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.518110000 to 2023-10-03 14:53:22.519110000 14:53:22.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.519987000, lastModified=2023-10-03 14:53:22.519110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.519987000, lastModified=2023-10-03 14:53:22.519110000, delta=877000 ns, racy<=12500 ns 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.520227000, lastModified=2023-10-03 14:53:22.519110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.520227000, lastModified=2023-10-03 14:53:22.519110000, delta=1117000 ns, racy<=12500 ns 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.520433000, lastModified=2023-10-03 14:53:22.519110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.520433000, lastModified=2023-10-03 14:53:22.519110000, delta=1323000 ns, racy<=12500 ns 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.520658000, lastModified=2023-10-03 14:53:22.519110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.519110000 to 2023-10-03 14:53:22.520110000 14:53:22.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.520849000, lastModified=2023-10-03 14:53:22.520110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.520849000, lastModified=2023-10-03 14:53:22.520110000, delta=739000 ns, racy<=12500 ns 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.521138000, lastModified=2023-10-03 14:53:22.520110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.521138000, lastModified=2023-10-03 14:53:22.520110000, delta=1028000 ns, racy<=12500 ns 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.521387000, lastModified=2023-10-03 14:53:22.520110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.521387000, lastModified=2023-10-03 14:53:22.520110000, delta=1277000 ns, racy<=12500 ns 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.521582000, lastModified=2023-10-03 14:53:22.520110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.521582000, lastModified=2023-10-03 14:53:22.520110000, delta=1472000 ns, racy<=12500 ns 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.521778000, lastModified=2023-10-03 14:53:22.521110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.521778000, lastModified=2023-10-03 14:53:22.521110000, delta=668000 ns, racy<=12500 ns 14:53:22.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.522082000, lastModified=2023-10-03 14:53:22.521110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.522082000, lastModified=2023-10-03 14:53:22.521110000, delta=972000 ns, racy<=12500 ns 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.522353000, lastModified=2023-10-03 14:53:22.521110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.522353000, lastModified=2023-10-03 14:53:22.521110000, delta=1243000 ns, racy<=12500 ns 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.522615000, lastModified=2023-10-03 14:53:22.521110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.522615000, lastModified=2023-10-03 14:53:22.521110000, delta=1505000 ns, racy<=12500 ns 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.522876000, lastModified=2023-10-03 14:53:22.522110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.522876000, lastModified=2023-10-03 14:53:22.522110000, delta=766000 ns, racy<=12500 ns 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.523115000, lastModified=2023-10-03 14:53:22.522110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.523115000, lastModified=2023-10-03 14:53:22.522110000, delta=1005000 ns, racy<=12500 ns 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.523359000, lastModified=2023-10-03 14:53:22.522110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.523359000, lastModified=2023-10-03 14:53:22.522110000, delta=1249000 ns, racy<=12500 ns 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.523607000, lastModified=2023-10-03 14:53:22.522110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.523607000, lastModified=2023-10-03 14:53:22.522110000, delta=1497000 ns, racy<=12500 ns 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.523846000, lastModified=2023-10-03 14:53:22.523110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.523846000, lastModified=2023-10-03 14:53:22.523110000, delta=736000 ns, racy<=12500 ns 14:53:22.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.524081000, lastModified=2023-10-03 14:53:22.523110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.524081000, lastModified=2023-10-03 14:53:22.523110000, delta=971000 ns, racy<=12500 ns 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.524321000, lastModified=2023-10-03 14:53:22.523110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.524321000, lastModified=2023-10-03 14:53:22.523110000, delta=1211000 ns, racy<=12500 ns 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.524552000, lastModified=2023-10-03 14:53:22.523110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.524552000, lastModified=2023-10-03 14:53:22.523110000, delta=1442000 ns, racy<=12500 ns 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.524806000, lastModified=2023-10-03 14:53:22.524110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.524806000, lastModified=2023-10-03 14:53:22.524110000, delta=696000 ns, racy<=12500 ns 14:53:22.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.525083000, lastModified=2023-10-03 14:53:22.524110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.525083000, lastModified=2023-10-03 14:53:22.524110000, delta=973000 ns, racy<=12500 ns 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.525344000, lastModified=2023-10-03 14:53:22.524110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.525344000, lastModified=2023-10-03 14:53:22.524110000, delta=1234000 ns, racy<=12500 ns 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.525589000, lastModified=2023-10-03 14:53:22.524110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.524110000 to 2023-10-03 14:53:22.525110000 14:53:22.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.525965000, lastModified=2023-10-03 14:53:22.525110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.525965000, lastModified=2023-10-03 14:53:22.525110000, delta=855000 ns, racy<=12500 ns 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.526259000, lastModified=2023-10-03 14:53:22.525110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.526259000, lastModified=2023-10-03 14:53:22.525110000, delta=1149000 ns, racy<=12500 ns 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.526503000, lastModified=2023-10-03 14:53:22.525110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.526503000, lastModified=2023-10-03 14:53:22.525110000, delta=1393000 ns, racy<=12500 ns 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.526797000, lastModified=2023-10-03 14:53:22.526110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.526797000, lastModified=2023-10-03 14:53:22.526110000, delta=687000 ns, racy<=12500 ns 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.527119000, lastModified=2023-10-03 14:53:22.526110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.527119000, lastModified=2023-10-03 14:53:22.526110000, delta=1009000 ns, racy<=12500 ns 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.527369000, lastModified=2023-10-03 14:53:22.526110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.527369000, lastModified=2023-10-03 14:53:22.526110000, delta=1259000 ns, racy<=12500 ns 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.527627000, lastModified=2023-10-03 14:53:22.526110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.526110000 to 2023-10-03 14:53:22.527110000 14:53:22.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.527912000, lastModified=2023-10-03 14:53:22.527110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.527912000, lastModified=2023-10-03 14:53:22.527110000, delta=802000 ns, racy<=12500 ns 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.528221000, lastModified=2023-10-03 14:53:22.527110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.528221000, lastModified=2023-10-03 14:53:22.527110000, delta=1111000 ns, racy<=12500 ns 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.528466000, lastModified=2023-10-03 14:53:22.527110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.528466000, lastModified=2023-10-03 14:53:22.527110000, delta=1356000 ns, racy<=12500 ns 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.528710000, lastModified=2023-10-03 14:53:22.527110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.527110000 to 2023-10-03 14:53:22.528110000 14:53:22.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.528931000, lastModified=2023-10-03 14:53:22.528110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.528931000, lastModified=2023-10-03 14:53:22.528110000, delta=821000 ns, racy<=12500 ns 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.529207000, lastModified=2023-10-03 14:53:22.528110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.529207000, lastModified=2023-10-03 14:53:22.528110000, delta=1097000 ns, racy<=12500 ns 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.529455000, lastModified=2023-10-03 14:53:22.528110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.529455000, lastModified=2023-10-03 14:53:22.528110000, delta=1345000 ns, racy<=12500 ns 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.529691000, lastModified=2023-10-03 14:53:22.528110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.528110000 to 2023-10-03 14:53:22.529110000 14:53:22.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.529895000, lastModified=2023-10-03 14:53:22.529110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.529895000, lastModified=2023-10-03 14:53:22.529110000, delta=785000 ns, racy<=12500 ns 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.530149000, lastModified=2023-10-03 14:53:22.529110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.530149000, lastModified=2023-10-03 14:53:22.529110000, delta=1039000 ns, racy<=12500 ns 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.530406000, lastModified=2023-10-03 14:53:22.529110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.530406000, lastModified=2023-10-03 14:53:22.529110000, delta=1296000 ns, racy<=12500 ns 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.530639000, lastModified=2023-10-03 14:53:22.529110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.529110000 to 2023-10-03 14:53:22.530110000 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.530989000, lastModified=2023-10-03 14:53:22.530110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.530989000, lastModified=2023-10-03 14:53:22.530110000, delta=879000 ns, racy<=12500 ns 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.531241000, lastModified=2023-10-03 14:53:22.530110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.531241000, lastModified=2023-10-03 14:53:22.530110000, delta=1131000 ns, racy<=12500 ns 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.531498000, lastModified=2023-10-03 14:53:22.530110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.531498000, lastModified=2023-10-03 14:53:22.530110000, delta=1388000 ns, racy<=12500 ns 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.531768000, lastModified=2023-10-03 14:53:22.530110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.530110000 to 2023-10-03 14:53:22.531110000 14:53:22.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.532044000, lastModified=2023-10-03 14:53:22.531110000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.532044000, lastModified=2023-10-03 14:53:22.531110000, delta=934000 ns, racy<=12500 ns 14:53:22.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.592843000, lastModified=2023-10-03 14:53:22.592109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.592843000, lastModified=2023-10-03 14:53:22.592109000, delta=734000 ns, racy<=12500 ns 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.593182000, lastModified=2023-10-03 14:53:22.592109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.593182000, lastModified=2023-10-03 14:53:22.592109000, delta=1073000 ns, racy<=12500 ns 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.593498000, lastModified=2023-10-03 14:53:22.592109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.593498000, lastModified=2023-10-03 14:53:22.592109000, delta=1389000 ns, racy<=12500 ns 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.593848000, lastModified=2023-10-03 14:53:22.593109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.593848000, lastModified=2023-10-03 14:53:22.593109000, delta=739000 ns, racy<=12500 ns 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.594492000, lastModified=2023-10-03 14:53:22.593109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.594492000, lastModified=2023-10-03 14:53:22.593109000, delta=1383000 ns, racy<=12500 ns 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.594760000, lastModified=2023-10-03 14:53:22.593109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.593109000 to 2023-10-03 14:53:22.594109000 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.594997000, lastModified=2023-10-03 14:53:22.594109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.594997000, lastModified=2023-10-03 14:53:22.594109000, delta=888000 ns, racy<=12500 ns 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.595254000, lastModified=2023-10-03 14:53:22.594109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.595254000, lastModified=2023-10-03 14:53:22.594109000, delta=1145000 ns, racy<=12500 ns 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.595500000, lastModified=2023-10-03 14:53:22.594109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.595500000, lastModified=2023-10-03 14:53:22.594109000, delta=1391000 ns, racy<=12500 ns 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.595779000, lastModified=2023-10-03 14:53:22.595109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.595779000, lastModified=2023-10-03 14:53:22.595109000, delta=670000 ns, racy<=12500 ns 14:53:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.596034000, lastModified=2023-10-03 14:53:22.595109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.596034000, lastModified=2023-10-03 14:53:22.595109000, delta=925000 ns, racy<=12500 ns 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.596301000, lastModified=2023-10-03 14:53:22.595109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.596301000, lastModified=2023-10-03 14:53:22.595109000, delta=1192000 ns, racy<=12500 ns 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.596556000, lastModified=2023-10-03 14:53:22.595109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.596556000, lastModified=2023-10-03 14:53:22.595109000, delta=1447000 ns, racy<=12500 ns 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.596815000, lastModified=2023-10-03 14:53:22.596109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.596815000, lastModified=2023-10-03 14:53:22.596109000, delta=706000 ns, racy<=12500 ns 14:53:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.597072000, lastModified=2023-10-03 14:53:22.596109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.597072000, lastModified=2023-10-03 14:53:22.596109000, delta=963000 ns, racy<=12500 ns 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.597346000, lastModified=2023-10-03 14:53:22.596109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.597346000, lastModified=2023-10-03 14:53:22.596109000, delta=1237000 ns, racy<=12500 ns 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.597599000, lastModified=2023-10-03 14:53:22.596109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.597599000, lastModified=2023-10-03 14:53:22.596109000, delta=1490000 ns, racy<=12500 ns 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.597856000, lastModified=2023-10-03 14:53:22.597109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.597856000, lastModified=2023-10-03 14:53:22.597109000, delta=747000 ns, racy<=12500 ns 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.598159000, lastModified=2023-10-03 14:53:22.597109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.598159000, lastModified=2023-10-03 14:53:22.597109000, delta=1050000 ns, racy<=12500 ns 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.598412000, lastModified=2023-10-03 14:53:22.597109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.598412000, lastModified=2023-10-03 14:53:22.597109000, delta=1303000 ns, racy<=12500 ns 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.598668000, lastModified=2023-10-03 14:53:22.597109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.597109000 to 2023-10-03 14:53:22.598109000 14:53:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.598922000, lastModified=2023-10-03 14:53:22.598109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.598922000, lastModified=2023-10-03 14:53:22.598109000, delta=813000 ns, racy<=12500 ns 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.599193000, lastModified=2023-10-03 14:53:22.598109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.599193000, lastModified=2023-10-03 14:53:22.598109000, delta=1084000 ns, racy<=12500 ns 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.599477000, lastModified=2023-10-03 14:53:22.598109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.599477000, lastModified=2023-10-03 14:53:22.598109000, delta=1368000 ns, racy<=12500 ns 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.599813000, lastModified=2023-10-03 14:53:22.599109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.599813000, lastModified=2023-10-03 14:53:22.599109000, delta=704000 ns, racy<=12500 ns 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.600137000, lastModified=2023-10-03 14:53:22.599109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.600137000, lastModified=2023-10-03 14:53:22.599109000, delta=1028000 ns, racy<=12500 ns 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.600448000, lastModified=2023-10-03 14:53:22.599109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.600448000, lastModified=2023-10-03 14:53:22.599109000, delta=1339000 ns, racy<=12500 ns 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.600706000, lastModified=2023-10-03 14:53:22.599109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.599109000 to 2023-10-03 14:53:22.600109000 14:53:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.600966000, lastModified=2023-10-03 14:53:22.600109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.600966000, lastModified=2023-10-03 14:53:22.600109000, delta=857000 ns, racy<=12500 ns 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.601239000, lastModified=2023-10-03 14:53:22.600109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.601239000, lastModified=2023-10-03 14:53:22.600109000, delta=1130000 ns, racy<=12500 ns 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.601594000, lastModified=2023-10-03 14:53:22.600109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.600109000 to 2023-10-03 14:53:22.601109000 14:53:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.601929000, lastModified=2023-10-03 14:53:22.601109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.601929000, lastModified=2023-10-03 14:53:22.601109000, delta=820000 ns, racy<=12500 ns 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.602224000, lastModified=2023-10-03 14:53:22.601109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.602224000, lastModified=2023-10-03 14:53:22.601109000, delta=1115000 ns, racy<=12500 ns 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.602478000, lastModified=2023-10-03 14:53:22.601109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.602478000, lastModified=2023-10-03 14:53:22.601109000, delta=1369000 ns, racy<=12500 ns 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.602760000, lastModified=2023-10-03 14:53:22.601109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.601109000 to 2023-10-03 14:53:22.602109000 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.603035000, lastModified=2023-10-03 14:53:22.602109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.603035000, lastModified=2023-10-03 14:53:22.602109000, delta=926000 ns, racy<=12500 ns 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.603300000, lastModified=2023-10-03 14:53:22.602109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.603300000, lastModified=2023-10-03 14:53:22.602109000, delta=1191000 ns, racy<=12500 ns 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.603547000, lastModified=2023-10-03 14:53:22.602109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.603547000, lastModified=2023-10-03 14:53:22.602109000, delta=1438000 ns, racy<=12500 ns 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.603840000, lastModified=2023-10-03 14:53:22.603109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.603840000, lastModified=2023-10-03 14:53:22.603109000, delta=731000 ns, racy<=12500 ns 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.604110000, lastModified=2023-10-03 14:53:22.603109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.604110000, lastModified=2023-10-03 14:53:22.603109000, delta=1001000 ns, racy<=12500 ns 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.604366000, lastModified=2023-10-03 14:53:22.603109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.604366000, lastModified=2023-10-03 14:53:22.603109000, delta=1257000 ns, racy<=12500 ns 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.604626000, lastModified=2023-10-03 14:53:22.603109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.603109000 to 2023-10-03 14:53:22.604109000 14:53:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.604929000, lastModified=2023-10-03 14:53:22.604109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.604929000, lastModified=2023-10-03 14:53:22.604109000, delta=820000 ns, racy<=12500 ns 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.605192000, lastModified=2023-10-03 14:53:22.604109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.605192000, lastModified=2023-10-03 14:53:22.604109000, delta=1083000 ns, racy<=12500 ns 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.605474000, lastModified=2023-10-03 14:53:22.604109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.605474000, lastModified=2023-10-03 14:53:22.604109000, delta=1365000 ns, racy<=12500 ns 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.605740000, lastModified=2023-10-03 14:53:22.604109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.604109000 to 2023-10-03 14:53:22.605109000 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.605996000, lastModified=2023-10-03 14:53:22.605109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.605996000, lastModified=2023-10-03 14:53:22.605109000, delta=887000 ns, racy<=12500 ns 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.606261000, lastModified=2023-10-03 14:53:22.605109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.606261000, lastModified=2023-10-03 14:53:22.605109000, delta=1152000 ns, racy<=12500 ns 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.606532000, lastModified=2023-10-03 14:53:22.605109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.606532000, lastModified=2023-10-03 14:53:22.605109000, delta=1423000 ns, racy<=12500 ns 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.606791000, lastModified=2023-10-03 14:53:22.606109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.606791000, lastModified=2023-10-03 14:53:22.606109000, delta=682000 ns, racy<=12500 ns 14:53:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.607051000, lastModified=2023-10-03 14:53:22.606109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.607051000, lastModified=2023-10-03 14:53:22.606109000, delta=942000 ns, racy<=12500 ns 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.607341000, lastModified=2023-10-03 14:53:22.606109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.607341000, lastModified=2023-10-03 14:53:22.606109000, delta=1232000 ns, racy<=12500 ns 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.607602000, lastModified=2023-10-03 14:53:22.606109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.607602000, lastModified=2023-10-03 14:53:22.606109000, delta=1493000 ns, racy<=12500 ns 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.607923000, lastModified=2023-10-03 14:53:22.607109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.607923000, lastModified=2023-10-03 14:53:22.607109000, delta=814000 ns, racy<=12500 ns 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.608197000, lastModified=2023-10-03 14:53:22.607109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.608197000, lastModified=2023-10-03 14:53:22.607109000, delta=1088000 ns, racy<=12500 ns 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.608450000, lastModified=2023-10-03 14:53:22.607109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.608450000, lastModified=2023-10-03 14:53:22.607109000, delta=1341000 ns, racy<=12500 ns 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.608719000, lastModified=2023-10-03 14:53:22.607109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.607109000 to 2023-10-03 14:53:22.608109000 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.608983000, lastModified=2023-10-03 14:53:22.608109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.608983000, lastModified=2023-10-03 14:53:22.608109000, delta=874000 ns, racy<=12500 ns 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.609241000, lastModified=2023-10-03 14:53:22.608109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.609241000, lastModified=2023-10-03 14:53:22.608109000, delta=1132000 ns, racy<=12500 ns 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.609488000, lastModified=2023-10-03 14:53:22.608109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.609488000, lastModified=2023-10-03 14:53:22.608109000, delta=1379000 ns, racy<=12500 ns 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.609758000, lastModified=2023-10-03 14:53:22.608109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.608109000 to 2023-10-03 14:53:22.609109000 14:53:22.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.610849000, lastModified=2023-10-03 14:53:22.609109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.609109000 to 2023-10-03 14:53:22.610109000 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.611257000, lastModified=2023-10-03 14:53:22.610109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.611257000, lastModified=2023-10-03 14:53:22.610109000, delta=1148000 ns, racy<=12500 ns 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.611569000, lastModified=2023-10-03 14:53:22.610109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.611569000, lastModified=2023-10-03 14:53:22.610109000, delta=1460000 ns, racy<=12500 ns 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.611873000, lastModified=2023-10-03 14:53:22.611109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.611873000, lastModified=2023-10-03 14:53:22.611109000, delta=764000 ns, racy<=12500 ns 14:53:22.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.612148000, lastModified=2023-10-03 14:53:22.611109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.612148000, lastModified=2023-10-03 14:53:22.611109000, delta=1039000 ns, racy<=12500 ns 14:53:22.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.643619000, lastModified=2023-10-03 14:53:22.642109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.642109000 to 2023-10-03 14:53:22.643109000 14:53:22.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.643958000, lastModified=2023-10-03 14:53:22.643109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.643958000, lastModified=2023-10-03 14:53:22.643109000, delta=849000 ns, racy<=12500 ns 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.644249000, lastModified=2023-10-03 14:53:22.643109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.644249000, lastModified=2023-10-03 14:53:22.643109000, delta=1140000 ns, racy<=12500 ns 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.644527000, lastModified=2023-10-03 14:53:22.643109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.644527000, lastModified=2023-10-03 14:53:22.643109000, delta=1418000 ns, racy<=12500 ns 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.644784000, lastModified=2023-10-03 14:53:22.644109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.644784000, lastModified=2023-10-03 14:53:22.644109000, delta=675000 ns, racy<=12500 ns 14:53:22.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.645040000, lastModified=2023-10-03 14:53:22.644109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.645040000, lastModified=2023-10-03 14:53:22.644109000, delta=931000 ns, racy<=12500 ns 14:53:22.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.645300000, lastModified=2023-10-03 14:53:22.644109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.644109000 to 2023-10-03 14:53:22.691109000 14:53:22.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.692867000, lastModified=2023-10-03 14:53:22.692109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.692867000, lastModified=2023-10-03 14:53:22.692109000, delta=758000 ns, racy<=12500 ns 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.693184000, lastModified=2023-10-03 14:53:22.692109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.693184000, lastModified=2023-10-03 14:53:22.692109000, delta=1075000 ns, racy<=12500 ns 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.693447000, lastModified=2023-10-03 14:53:22.692109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.693447000, lastModified=2023-10-03 14:53:22.692109000, delta=1338000 ns, racy<=12500 ns 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.693765000, lastModified=2023-10-03 14:53:22.692109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.692109000 to 2023-10-03 14:53:22.693109000 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.694030000, lastModified=2023-10-03 14:53:22.693109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.694030000, lastModified=2023-10-03 14:53:22.693109000, delta=921000 ns, racy<=12500 ns 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.694299000, lastModified=2023-10-03 14:53:22.693109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.694299000, lastModified=2023-10-03 14:53:22.693109000, delta=1190000 ns, racy<=12500 ns 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.694553000, lastModified=2023-10-03 14:53:22.693109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.694553000, lastModified=2023-10-03 14:53:22.693109000, delta=1444000 ns, racy<=12500 ns 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.694856000, lastModified=2023-10-03 14:53:22.694109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.694856000, lastModified=2023-10-03 14:53:22.694109000, delta=747000 ns, racy<=12500 ns 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.695129000, lastModified=2023-10-03 14:53:22.694109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.695129000, lastModified=2023-10-03 14:53:22.694109000, delta=1020000 ns, racy<=12500 ns 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.695376000, lastModified=2023-10-03 14:53:22.694109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.695376000, lastModified=2023-10-03 14:53:22.694109000, delta=1267000 ns, racy<=12500 ns 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.695628000, lastModified=2023-10-03 14:53:22.694109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.695628000, lastModified=2023-10-03 14:53:22.694109000, delta=1519000 ns, racy<=12500 ns 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.695885000, lastModified=2023-10-03 14:53:22.695109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.695885000, lastModified=2023-10-03 14:53:22.695109000, delta=776000 ns, racy<=12500 ns 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.696149000, lastModified=2023-10-03 14:53:22.695109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.696149000, lastModified=2023-10-03 14:53:22.695109000, delta=1040000 ns, racy<=12500 ns 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.696397000, lastModified=2023-10-03 14:53:22.695109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.696397000, lastModified=2023-10-03 14:53:22.695109000, delta=1288000 ns, racy<=12500 ns 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.696640000, lastModified=2023-10-03 14:53:22.695109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.695109000 to 2023-10-03 14:53:22.696109000 14:53:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.696896000, lastModified=2023-10-03 14:53:22.696109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.696896000, lastModified=2023-10-03 14:53:22.696109000, delta=787000 ns, racy<=12500 ns 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.697163000, lastModified=2023-10-03 14:53:22.696109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.697163000, lastModified=2023-10-03 14:53:22.696109000, delta=1054000 ns, racy<=12500 ns 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.697414000, lastModified=2023-10-03 14:53:22.696109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.697414000, lastModified=2023-10-03 14:53:22.696109000, delta=1305000 ns, racy<=12500 ns 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.697667000, lastModified=2023-10-03 14:53:22.696109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.696109000 to 2023-10-03 14:53:22.697109000 14:53:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.697930000, lastModified=2023-10-03 14:53:22.697109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.697930000, lastModified=2023-10-03 14:53:22.697109000, delta=821000 ns, racy<=12500 ns 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.698208000, lastModified=2023-10-03 14:53:22.697109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.698208000, lastModified=2023-10-03 14:53:22.697109000, delta=1099000 ns, racy<=12500 ns 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.698456000, lastModified=2023-10-03 14:53:22.697109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.698456000, lastModified=2023-10-03 14:53:22.697109000, delta=1347000 ns, racy<=12500 ns 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.698749000, lastModified=2023-10-03 14:53:22.697109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.697109000 to 2023-10-03 14:53:22.698109000 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.698996000, lastModified=2023-10-03 14:53:22.698109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.698996000, lastModified=2023-10-03 14:53:22.698109000, delta=887000 ns, racy<=12500 ns 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.699301000, lastModified=2023-10-03 14:53:22.698109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.699301000, lastModified=2023-10-03 14:53:22.698109000, delta=1192000 ns, racy<=12500 ns 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.699581000, lastModified=2023-10-03 14:53:22.698109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.699581000, lastModified=2023-10-03 14:53:22.698109000, delta=1472000 ns, racy<=12500 ns 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.699855000, lastModified=2023-10-03 14:53:22.699109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.699855000, lastModified=2023-10-03 14:53:22.699109000, delta=746000 ns, racy<=12500 ns 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.700130000, lastModified=2023-10-03 14:53:22.699109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.700130000, lastModified=2023-10-03 14:53:22.699109000, delta=1021000 ns, racy<=12500 ns 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.700390000, lastModified=2023-10-03 14:53:22.699109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.700390000, lastModified=2023-10-03 14:53:22.699109000, delta=1281000 ns, racy<=12500 ns 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.700642000, lastModified=2023-10-03 14:53:22.699109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.699109000 to 2023-10-03 14:53:22.700109000 14:53:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.700915000, lastModified=2023-10-03 14:53:22.700109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.700915000, lastModified=2023-10-03 14:53:22.700109000, delta=806000 ns, racy<=12500 ns 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.701257000, lastModified=2023-10-03 14:53:22.700109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.701257000, lastModified=2023-10-03 14:53:22.700109000, delta=1148000 ns, racy<=12500 ns 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.701584000, lastModified=2023-10-03 14:53:22.700109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.701584000, lastModified=2023-10-03 14:53:22.700109000, delta=1475000 ns, racy<=12500 ns 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.701873000, lastModified=2023-10-03 14:53:22.701109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.701873000, lastModified=2023-10-03 14:53:22.701109000, delta=764000 ns, racy<=12500 ns 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.702241000, lastModified=2023-10-03 14:53:22.701109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.702241000, lastModified=2023-10-03 14:53:22.701109000, delta=1132000 ns, racy<=12500 ns 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.702508000, lastModified=2023-10-03 14:53:22.701109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.702508000, lastModified=2023-10-03 14:53:22.701109000, delta=1399000 ns, racy<=12500 ns 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.702780000, lastModified=2023-10-03 14:53:22.702109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.702780000, lastModified=2023-10-03 14:53:22.702109000, delta=671000 ns, racy<=12500 ns 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.703119000, lastModified=2023-10-03 14:53:22.702109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.703119000, lastModified=2023-10-03 14:53:22.702109000, delta=1010000 ns, racy<=12500 ns 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.703390000, lastModified=2023-10-03 14:53:22.702109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.703390000, lastModified=2023-10-03 14:53:22.702109000, delta=1281000 ns, racy<=12500 ns 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.703691000, lastModified=2023-10-03 14:53:22.702109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.702109000 to 2023-10-03 14:53:22.703109000 14:53:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.703949000, lastModified=2023-10-03 14:53:22.703109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.703949000, lastModified=2023-10-03 14:53:22.703109000, delta=840000 ns, racy<=12500 ns 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.704230000, lastModified=2023-10-03 14:53:22.703109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.704230000, lastModified=2023-10-03 14:53:22.703109000, delta=1121000 ns, racy<=12500 ns 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.704490000, lastModified=2023-10-03 14:53:22.703109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.704490000, lastModified=2023-10-03 14:53:22.703109000, delta=1381000 ns, racy<=12500 ns 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.704755000, lastModified=2023-10-03 14:53:22.703109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.703109000 to 2023-10-03 14:53:22.704109000 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.704999000, lastModified=2023-10-03 14:53:22.704109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.704999000, lastModified=2023-10-03 14:53:22.704109000, delta=890000 ns, racy<=12500 ns 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.705271000, lastModified=2023-10-03 14:53:22.704109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.705271000, lastModified=2023-10-03 14:53:22.704109000, delta=1162000 ns, racy<=12500 ns 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.705888000, lastModified=2023-10-03 14:53:22.705109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.705888000, lastModified=2023-10-03 14:53:22.705109000, delta=779000 ns, racy<=12500 ns 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.706159000, lastModified=2023-10-03 14:53:22.705109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.706159000, lastModified=2023-10-03 14:53:22.705109000, delta=1050000 ns, racy<=12500 ns 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.706466000, lastModified=2023-10-03 14:53:22.705109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.706466000, lastModified=2023-10-03 14:53:22.705109000, delta=1357000 ns, racy<=12500 ns 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.706744000, lastModified=2023-10-03 14:53:22.705109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.705109000 to 2023-10-03 14:53:22.706109000 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.706987000, lastModified=2023-10-03 14:53:22.706109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.706987000, lastModified=2023-10-03 14:53:22.706109000, delta=878000 ns, racy<=12500 ns 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.707265000, lastModified=2023-10-03 14:53:22.706109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.707265000, lastModified=2023-10-03 14:53:22.706109000, delta=1156000 ns, racy<=12500 ns 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.707543000, lastModified=2023-10-03 14:53:22.706109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.707543000, lastModified=2023-10-03 14:53:22.706109000, delta=1434000 ns, racy<=12500 ns 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.707811000, lastModified=2023-10-03 14:53:22.707109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.707811000, lastModified=2023-10-03 14:53:22.707109000, delta=702000 ns, racy<=12500 ns 14:53:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.708064000, lastModified=2023-10-03 14:53:22.707109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.708064000, lastModified=2023-10-03 14:53:22.707109000, delta=955000 ns, racy<=12500 ns 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.708329000, lastModified=2023-10-03 14:53:22.707109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.708329000, lastModified=2023-10-03 14:53:22.707109000, delta=1220000 ns, racy<=12500 ns 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.708596000, lastModified=2023-10-03 14:53:22.707109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.708596000, lastModified=2023-10-03 14:53:22.707109000, delta=1487000 ns, racy<=12500 ns 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.708881000, lastModified=2023-10-03 14:53:22.708109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.708881000, lastModified=2023-10-03 14:53:22.708109000, delta=772000 ns, racy<=12500 ns 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.709145000, lastModified=2023-10-03 14:53:22.708109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.709145000, lastModified=2023-10-03 14:53:22.708109000, delta=1036000 ns, racy<=12500 ns 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.709394000, lastModified=2023-10-03 14:53:22.708109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.709394000, lastModified=2023-10-03 14:53:22.708109000, delta=1285000 ns, racy<=12500 ns 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.709645000, lastModified=2023-10-03 14:53:22.708109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.708109000 to 2023-10-03 14:53:22.709109000 14:53:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.709910000, lastModified=2023-10-03 14:53:22.709109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.709910000, lastModified=2023-10-03 14:53:22.709109000, delta=801000 ns, racy<=12500 ns 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.710183000, lastModified=2023-10-03 14:53:22.709109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.710183000, lastModified=2023-10-03 14:53:22.709109000, delta=1074000 ns, racy<=12500 ns 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.710442000, lastModified=2023-10-03 14:53:22.709109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.710442000, lastModified=2023-10-03 14:53:22.709109000, delta=1333000 ns, racy<=12500 ns 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.710720000, lastModified=2023-10-03 14:53:22.709109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.709109000 to 2023-10-03 14:53:22.710109000 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.710996000, lastModified=2023-10-03 14:53:22.710109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.710996000, lastModified=2023-10-03 14:53:22.710109000, delta=887000 ns, racy<=12500 ns 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.711282000, lastModified=2023-10-03 14:53:22.710109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.711282000, lastModified=2023-10-03 14:53:22.710109000, delta=1173000 ns, racy<=12500 ns 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.711532000, lastModified=2023-10-03 14:53:22.710109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.711532000, lastModified=2023-10-03 14:53:22.710109000, delta=1423000 ns, racy<=12500 ns 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.711795000, lastModified=2023-10-03 14:53:22.711109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.711795000, lastModified=2023-10-03 14:53:22.711109000, delta=686000 ns, racy<=12500 ns 14:53:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.712053000, lastModified=2023-10-03 14:53:22.711109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.712053000, lastModified=2023-10-03 14:53:22.711109000, delta=944000 ns, racy<=12500 ns 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.712339000, lastModified=2023-10-03 14:53:22.711109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.712339000, lastModified=2023-10-03 14:53:22.711109000, delta=1230000 ns, racy<=12500 ns 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.712586000, lastModified=2023-10-03 14:53:22.711109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.712586000, lastModified=2023-10-03 14:53:22.711109000, delta=1477000 ns, racy<=12500 ns 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.712885000, lastModified=2023-10-03 14:53:22.712109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.712885000, lastModified=2023-10-03 14:53:22.712109000, delta=776000 ns, racy<=12500 ns 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.713152000, lastModified=2023-10-03 14:53:22.712109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.713152000, lastModified=2023-10-03 14:53:22.712109000, delta=1043000 ns, racy<=12500 ns 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.713425000, lastModified=2023-10-03 14:53:22.712109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.713425000, lastModified=2023-10-03 14:53:22.712109000, delta=1316000 ns, racy<=12500 ns 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.713680000, lastModified=2023-10-03 14:53:22.712109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.712109000 to 2023-10-03 14:53:22.713109000 14:53:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.713926000, lastModified=2023-10-03 14:53:22.713109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.713926000, lastModified=2023-10-03 14:53:22.713109000, delta=817000 ns, racy<=12500 ns 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.714190000, lastModified=2023-10-03 14:53:22.713109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.714190000, lastModified=2023-10-03 14:53:22.713109000, delta=1081000 ns, racy<=12500 ns 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.714444000, lastModified=2023-10-03 14:53:22.713109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.714444000, lastModified=2023-10-03 14:53:22.713109000, delta=1335000 ns, racy<=12500 ns 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.714713000, lastModified=2023-10-03 14:53:22.713109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.713109000 to 2023-10-03 14:53:22.714109000 14:53:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.714960000, lastModified=2023-10-03 14:53:22.714109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.714960000, lastModified=2023-10-03 14:53:22.714109000, delta=851000 ns, racy<=12500 ns 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.715241000, lastModified=2023-10-03 14:53:22.714109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.715241000, lastModified=2023-10-03 14:53:22.714109000, delta=1132000 ns, racy<=12500 ns 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.715497000, lastModified=2023-10-03 14:53:22.714109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.715497000, lastModified=2023-10-03 14:53:22.714109000, delta=1388000 ns, racy<=12500 ns 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.715778000, lastModified=2023-10-03 14:53:22.715109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.715778000, lastModified=2023-10-03 14:53:22.715109000, delta=669000 ns, racy<=12500 ns 14:53:22.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.716083000, lastModified=2023-10-03 14:53:22.715109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.716083000, lastModified=2023-10-03 14:53:22.715109000, delta=974000 ns, racy<=12500 ns 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.716401000, lastModified=2023-10-03 14:53:22.715109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.716401000, lastModified=2023-10-03 14:53:22.715109000, delta=1292000 ns, racy<=12500 ns 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.716679000, lastModified=2023-10-03 14:53:22.715109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.715109000 to 2023-10-03 14:53:22.716109000 14:53:22.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.716935000, lastModified=2023-10-03 14:53:22.716109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.716935000, lastModified=2023-10-03 14:53:22.716109000, delta=826000 ns, racy<=12500 ns 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.717224000, lastModified=2023-10-03 14:53:22.716109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.717224000, lastModified=2023-10-03 14:53:22.716109000, delta=1115000 ns, racy<=12500 ns 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.717481000, lastModified=2023-10-03 14:53:22.716109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.717481000, lastModified=2023-10-03 14:53:22.716109000, delta=1372000 ns, racy<=12500 ns 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.717764000, lastModified=2023-10-03 14:53:22.716109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.716109000 to 2023-10-03 14:53:22.717109000 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.718014000, lastModified=2023-10-03 14:53:22.717109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.718014000, lastModified=2023-10-03 14:53:22.717109000, delta=905000 ns, racy<=12500 ns 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.718302000, lastModified=2023-10-03 14:53:22.717109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.718302000, lastModified=2023-10-03 14:53:22.717109000, delta=1193000 ns, racy<=12500 ns 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.718573000, lastModified=2023-10-03 14:53:22.717109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.718573000, lastModified=2023-10-03 14:53:22.717109000, delta=1464000 ns, racy<=12500 ns 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.718908000, lastModified=2023-10-03 14:53:22.718109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.718908000, lastModified=2023-10-03 14:53:22.718109000, delta=799000 ns, racy<=12500 ns 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.719182000, lastModified=2023-10-03 14:53:22.718109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.719182000, lastModified=2023-10-03 14:53:22.718109000, delta=1073000 ns, racy<=12500 ns 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.719440000, lastModified=2023-10-03 14:53:22.718109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.719440000, lastModified=2023-10-03 14:53:22.718109000, delta=1331000 ns, racy<=12500 ns 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.719702000, lastModified=2023-10-03 14:53:22.718109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.718109000 to 2023-10-03 14:53:22.719109000 14:53:22.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.719971000, lastModified=2023-10-03 14:53:22.719109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.719971000, lastModified=2023-10-03 14:53:22.719109000, delta=862000 ns, racy<=12500 ns 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.720247000, lastModified=2023-10-03 14:53:22.719109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.720247000, lastModified=2023-10-03 14:53:22.719109000, delta=1138000 ns, racy<=12500 ns 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.720503000, lastModified=2023-10-03 14:53:22.719109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.720503000, lastModified=2023-10-03 14:53:22.719109000, delta=1394000 ns, racy<=12500 ns 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.720793000, lastModified=2023-10-03 14:53:22.720109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.720793000, lastModified=2023-10-03 14:53:22.720109000, delta=684000 ns, racy<=12500 ns 14:53:22.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.721090000, lastModified=2023-10-03 14:53:22.720109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.721090000, lastModified=2023-10-03 14:53:22.720109000, delta=981000 ns, racy<=12500 ns 14:53:22.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.721719000, lastModified=2023-10-03 14:53:22.720109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.720109000 to 2023-10-03 14:53:22.721109000 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.722075000, lastModified=2023-10-03 14:53:22.721109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.722075000, lastModified=2023-10-03 14:53:22.721109000, delta=966000 ns, racy<=12500 ns 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.722370000, lastModified=2023-10-03 14:53:22.721109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.722370000, lastModified=2023-10-03 14:53:22.721109000, delta=1261000 ns, racy<=12500 ns 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.722622000, lastModified=2023-10-03 14:53:22.721109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.722622000, lastModified=2023-10-03 14:53:22.721109000, delta=1513000 ns, racy<=12500 ns 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.722884000, lastModified=2023-10-03 14:53:22.722109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.722884000, lastModified=2023-10-03 14:53:22.722109000, delta=775000 ns, racy<=12500 ns 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.723156000, lastModified=2023-10-03 14:53:22.722109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.723156000, lastModified=2023-10-03 14:53:22.722109000, delta=1047000 ns, racy<=12500 ns 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.723428000, lastModified=2023-10-03 14:53:22.722109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.723428000, lastModified=2023-10-03 14:53:22.722109000, delta=1319000 ns, racy<=12500 ns 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.723686000, lastModified=2023-10-03 14:53:22.722109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.722109000 to 2023-10-03 14:53:22.723109000 14:53:22.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.723936000, lastModified=2023-10-03 14:53:22.723109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.723936000, lastModified=2023-10-03 14:53:22.723109000, delta=827000 ns, racy<=12500 ns 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.724204000, lastModified=2023-10-03 14:53:22.723109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.724204000, lastModified=2023-10-03 14:53:22.723109000, delta=1095000 ns, racy<=12500 ns 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.724462000, lastModified=2023-10-03 14:53:22.723109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.724462000, lastModified=2023-10-03 14:53:22.723109000, delta=1353000 ns, racy<=12500 ns 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.724720000, lastModified=2023-10-03 14:53:22.723109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.723109000 to 2023-10-03 14:53:22.724109000 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.724985000, lastModified=2023-10-03 14:53:22.724109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.724985000, lastModified=2023-10-03 14:53:22.724109000, delta=876000 ns, racy<=12500 ns 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.725262000, lastModified=2023-10-03 14:53:22.724109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.725262000, lastModified=2023-10-03 14:53:22.724109000, delta=1153000 ns, racy<=12500 ns 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.725511000, lastModified=2023-10-03 14:53:22.724109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.725511000, lastModified=2023-10-03 14:53:22.724109000, delta=1402000 ns, racy<=12500 ns 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.725767000, lastModified=2023-10-03 14:53:22.724109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.724109000 to 2023-10-03 14:53:22.725109000 14:53:22.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.726014000, lastModified=2023-10-03 14:53:22.725109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.726014000, lastModified=2023-10-03 14:53:22.725109000, delta=905000 ns, racy<=12500 ns 14:53:22.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.726667000, lastModified=2023-10-03 14:53:22.725109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.725109000 to 2023-10-03 14:53:22.726109000 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.726988000, lastModified=2023-10-03 14:53:22.726109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.726988000, lastModified=2023-10-03 14:53:22.726109000, delta=879000 ns, racy<=12500 ns 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.727257000, lastModified=2023-10-03 14:53:22.726109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.727257000, lastModified=2023-10-03 14:53:22.726109000, delta=1148000 ns, racy<=12500 ns 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.727515000, lastModified=2023-10-03 14:53:22.726109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.727515000, lastModified=2023-10-03 14:53:22.726109000, delta=1406000 ns, racy<=12500 ns 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.727778000, lastModified=2023-10-03 14:53:22.727109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.727778000, lastModified=2023-10-03 14:53:22.727109000, delta=669000 ns, racy<=12500 ns 14:53:22.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.728050000, lastModified=2023-10-03 14:53:22.727109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.728050000, lastModified=2023-10-03 14:53:22.727109000, delta=941000 ns, racy<=12500 ns 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.728335000, lastModified=2023-10-03 14:53:22.727109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.728335000, lastModified=2023-10-03 14:53:22.727109000, delta=1226000 ns, racy<=12500 ns 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.728588000, lastModified=2023-10-03 14:53:22.727109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.728588000, lastModified=2023-10-03 14:53:22.727109000, delta=1479000 ns, racy<=12500 ns 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.728857000, lastModified=2023-10-03 14:53:22.728109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.728857000, lastModified=2023-10-03 14:53:22.728109000, delta=748000 ns, racy<=12500 ns 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.729124000, lastModified=2023-10-03 14:53:22.728109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.729124000, lastModified=2023-10-03 14:53:22.728109000, delta=1015000 ns, racy<=12500 ns 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.729395000, lastModified=2023-10-03 14:53:22.728109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.729395000, lastModified=2023-10-03 14:53:22.728109000, delta=1286000 ns, racy<=12500 ns 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.729680000, lastModified=2023-10-03 14:53:22.728109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.728109000 to 2023-10-03 14:53:22.729109000 14:53:22.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.792604000, lastModified=2023-10-03 14:53:22.791109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.791109000 to 2023-10-03 14:53:22.792109000 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.793022000, lastModified=2023-10-03 14:53:22.792109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.793022000, lastModified=2023-10-03 14:53:22.792109000, delta=913000 ns, racy<=12500 ns 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.793309000, lastModified=2023-10-03 14:53:22.792109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.793309000, lastModified=2023-10-03 14:53:22.792109000, delta=1200000 ns, racy<=12500 ns 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.793616000, lastModified=2023-10-03 14:53:22.792109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.793616000, lastModified=2023-10-03 14:53:22.792109000, delta=1507000 ns, racy<=12500 ns 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.793887000, lastModified=2023-10-03 14:53:22.793109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.793887000, lastModified=2023-10-03 14:53:22.793109000, delta=778000 ns, racy<=12500 ns 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.794176000, lastModified=2023-10-03 14:53:22.793109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.794176000, lastModified=2023-10-03 14:53:22.793109000, delta=1067000 ns, racy<=12500 ns 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.794448000, lastModified=2023-10-03 14:53:22.793109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.794448000, lastModified=2023-10-03 14:53:22.793109000, delta=1339000 ns, racy<=12500 ns 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.794717000, lastModified=2023-10-03 14:53:22.793109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.793109000 to 2023-10-03 14:53:22.794109000 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.794987000, lastModified=2023-10-03 14:53:22.794109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.794987000, lastModified=2023-10-03 14:53:22.794109000, delta=878000 ns, racy<=12500 ns 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.795268000, lastModified=2023-10-03 14:53:22.794109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.795268000, lastModified=2023-10-03 14:53:22.794109000, delta=1159000 ns, racy<=12500 ns 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.795531000, lastModified=2023-10-03 14:53:22.794109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.795531000, lastModified=2023-10-03 14:53:22.794109000, delta=1422000 ns, racy<=12500 ns 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.795797000, lastModified=2023-10-03 14:53:22.795109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.795797000, lastModified=2023-10-03 14:53:22.795109000, delta=688000 ns, racy<=12500 ns 14:53:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.796094000, lastModified=2023-10-03 14:53:22.795109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.796094000, lastModified=2023-10-03 14:53:22.795109000, delta=985000 ns, racy<=12500 ns 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.796430000, lastModified=2023-10-03 14:53:22.795109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.796430000, lastModified=2023-10-03 14:53:22.795109000, delta=1321000 ns, racy<=12500 ns 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.796752000, lastModified=2023-10-03 14:53:22.795109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.795109000 to 2023-10-03 14:53:22.796109000 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.797076000, lastModified=2023-10-03 14:53:22.796109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.797076000, lastModified=2023-10-03 14:53:22.796109000, delta=967000 ns, racy<=12500 ns 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.797386000, lastModified=2023-10-03 14:53:22.796109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.797386000, lastModified=2023-10-03 14:53:22.796109000, delta=1277000 ns, racy<=12500 ns 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.797645000, lastModified=2023-10-03 14:53:22.796109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.796109000 to 2023-10-03 14:53:22.797109000 14:53:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.797901000, lastModified=2023-10-03 14:53:22.797109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.797901000, lastModified=2023-10-03 14:53:22.797109000, delta=792000 ns, racy<=12500 ns 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.798177000, lastModified=2023-10-03 14:53:22.797109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.798177000, lastModified=2023-10-03 14:53:22.797109000, delta=1068000 ns, racy<=12500 ns 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.798447000, lastModified=2023-10-03 14:53:22.797109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.798447000, lastModified=2023-10-03 14:53:22.797109000, delta=1338000 ns, racy<=12500 ns 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.798697000, lastModified=2023-10-03 14:53:22.797109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.797109000 to 2023-10-03 14:53:22.798109000 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.799003000, lastModified=2023-10-03 14:53:22.798109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.799003000, lastModified=2023-10-03 14:53:22.798109000, delta=894000 ns, racy<=12500 ns 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.799286000, lastModified=2023-10-03 14:53:22.798109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.799286000, lastModified=2023-10-03 14:53:22.798109000, delta=1177000 ns, racy<=12500 ns 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.799597000, lastModified=2023-10-03 14:53:22.798109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.799597000, lastModified=2023-10-03 14:53:22.798109000, delta=1488000 ns, racy<=12500 ns 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.799864000, lastModified=2023-10-03 14:53:22.799109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.799864000, lastModified=2023-10-03 14:53:22.799109000, delta=755000 ns, racy<=12500 ns 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.800144000, lastModified=2023-10-03 14:53:22.799109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.800144000, lastModified=2023-10-03 14:53:22.799109000, delta=1035000 ns, racy<=12500 ns 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.800431000, lastModified=2023-10-03 14:53:22.799109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.800431000, lastModified=2023-10-03 14:53:22.799109000, delta=1322000 ns, racy<=12500 ns 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.800685000, lastModified=2023-10-03 14:53:22.799109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.799109000 to 2023-10-03 14:53:22.800109000 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.801293000, lastModified=2023-10-03 14:53:22.800109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.801293000, lastModified=2023-10-03 14:53:22.800109000, delta=1184000 ns, racy<=12500 ns 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.801554000, lastModified=2023-10-03 14:53:22.800109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.801554000, lastModified=2023-10-03 14:53:22.800109000, delta=1445000 ns, racy<=12500 ns 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.801832000, lastModified=2023-10-03 14:53:22.801109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.801832000, lastModified=2023-10-03 14:53:22.801109000, delta=723000 ns, racy<=12500 ns 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.802101000, lastModified=2023-10-03 14:53:22.801109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.802101000, lastModified=2023-10-03 14:53:22.801109000, delta=992000 ns, racy<=12500 ns 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.802352000, lastModified=2023-10-03 14:53:22.801109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.802352000, lastModified=2023-10-03 14:53:22.801109000, delta=1243000 ns, racy<=12500 ns 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.802604000, lastModified=2023-10-03 14:53:22.801109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.802604000, lastModified=2023-10-03 14:53:22.801109000, delta=1495000 ns, racy<=12500 ns 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.802867000, lastModified=2023-10-03 14:53:22.802109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.802867000, lastModified=2023-10-03 14:53:22.802109000, delta=758000 ns, racy<=12500 ns 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.803139000, lastModified=2023-10-03 14:53:22.802109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.803139000, lastModified=2023-10-03 14:53:22.802109000, delta=1030000 ns, racy<=12500 ns 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.803411000, lastModified=2023-10-03 14:53:22.802109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.803411000, lastModified=2023-10-03 14:53:22.802109000, delta=1302000 ns, racy<=12500 ns 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.803659000, lastModified=2023-10-03 14:53:22.802109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.802109000 to 2023-10-03 14:53:22.803109000 14:53:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.803905000, lastModified=2023-10-03 14:53:22.803109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.803905000, lastModified=2023-10-03 14:53:22.803109000, delta=796000 ns, racy<=12500 ns 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.804165000, lastModified=2023-10-03 14:53:22.803109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.804165000, lastModified=2023-10-03 14:53:22.803109000, delta=1056000 ns, racy<=12500 ns 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.804411000, lastModified=2023-10-03 14:53:22.803109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.804411000, lastModified=2023-10-03 14:53:22.803109000, delta=1302000 ns, racy<=12500 ns 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.804653000, lastModified=2023-10-03 14:53:22.803109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.803109000 to 2023-10-03 14:53:22.804109000 14:53:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.804939000, lastModified=2023-10-03 14:53:22.804109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.804939000, lastModified=2023-10-03 14:53:22.804109000, delta=830000 ns, racy<=12500 ns 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.805210000, lastModified=2023-10-03 14:53:22.804109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.805210000, lastModified=2023-10-03 14:53:22.804109000, delta=1101000 ns, racy<=12500 ns 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.805462000, lastModified=2023-10-03 14:53:22.804109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.805462000, lastModified=2023-10-03 14:53:22.804109000, delta=1353000 ns, racy<=12500 ns 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.805707000, lastModified=2023-10-03 14:53:22.804109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.804109000 to 2023-10-03 14:53:22.805109000 14:53:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.805954000, lastModified=2023-10-03 14:53:22.805109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.805954000, lastModified=2023-10-03 14:53:22.805109000, delta=845000 ns, racy<=12500 ns 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.806213000, lastModified=2023-10-03 14:53:22.805109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.806213000, lastModified=2023-10-03 14:53:22.805109000, delta=1104000 ns, racy<=12500 ns 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.806483000, lastModified=2023-10-03 14:53:22.805109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.806483000, lastModified=2023-10-03 14:53:22.805109000, delta=1374000 ns, racy<=12500 ns 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.806748000, lastModified=2023-10-03 14:53:22.805109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.805109000 to 2023-10-03 14:53:22.806109000 14:53:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.806984000, lastModified=2023-10-03 14:53:22.806109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.806984000, lastModified=2023-10-03 14:53:22.806109000, delta=875000 ns, racy<=12500 ns 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.807243000, lastModified=2023-10-03 14:53:22.806109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.807243000, lastModified=2023-10-03 14:53:22.806109000, delta=1134000 ns, racy<=12500 ns 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.807504000, lastModified=2023-10-03 14:53:22.806109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.807504000, lastModified=2023-10-03 14:53:22.806109000, delta=1395000 ns, racy<=12500 ns 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.807750000, lastModified=2023-10-03 14:53:22.806109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.806109000 to 2023-10-03 14:53:22.807109000 14:53:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.807983000, lastModified=2023-10-03 14:53:22.807109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.807983000, lastModified=2023-10-03 14:53:22.807109000, delta=874000 ns, racy<=12500 ns 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.808238000, lastModified=2023-10-03 14:53:22.807109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.808238000, lastModified=2023-10-03 14:53:22.807109000, delta=1129000 ns, racy<=12500 ns 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.808477000, lastModified=2023-10-03 14:53:22.807109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.808477000, lastModified=2023-10-03 14:53:22.807109000, delta=1368000 ns, racy<=12500 ns 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.808713000, lastModified=2023-10-03 14:53:22.807109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.807109000 to 2023-10-03 14:53:22.808109000 14:53:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.808975000, lastModified=2023-10-03 14:53:22.808109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.808975000, lastModified=2023-10-03 14:53:22.808109000, delta=866000 ns, racy<=12500 ns 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.809234000, lastModified=2023-10-03 14:53:22.808109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.809234000, lastModified=2023-10-03 14:53:22.808109000, delta=1125000 ns, racy<=12500 ns 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.809505000, lastModified=2023-10-03 14:53:22.808109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.809505000, lastModified=2023-10-03 14:53:22.808109000, delta=1396000 ns, racy<=12500 ns 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.809784000, lastModified=2023-10-03 14:53:22.808109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.808109000 to 2023-10-03 14:53:22.809109000 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.810021000, lastModified=2023-10-03 14:53:22.809109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.810021000, lastModified=2023-10-03 14:53:22.809109000, delta=912000 ns, racy<=12500 ns 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.810307000, lastModified=2023-10-03 14:53:22.809109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.810307000, lastModified=2023-10-03 14:53:22.809109000, delta=1198000 ns, racy<=12500 ns 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.810548000, lastModified=2023-10-03 14:53:22.809109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.810548000, lastModified=2023-10-03 14:53:22.809109000, delta=1439000 ns, racy<=12500 ns 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.810815000, lastModified=2023-10-03 14:53:22.810109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.810815000, lastModified=2023-10-03 14:53:22.810109000, delta=706000 ns, racy<=12500 ns 14:53:22.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.811079000, lastModified=2023-10-03 14:53:22.810109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.811079000, lastModified=2023-10-03 14:53:22.810109000, delta=970000 ns, racy<=12500 ns 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.811336000, lastModified=2023-10-03 14:53:22.810109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.811336000, lastModified=2023-10-03 14:53:22.810109000, delta=1227000 ns, racy<=12500 ns 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.811579000, lastModified=2023-10-03 14:53:22.810109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.811579000, lastModified=2023-10-03 14:53:22.810109000, delta=1470000 ns, racy<=12500 ns 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.811829000, lastModified=2023-10-03 14:53:22.811109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.811829000, lastModified=2023-10-03 14:53:22.811109000, delta=720000 ns, racy<=12500 ns 14:53:22.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.812077000, lastModified=2023-10-03 14:53:22.811109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.812077000, lastModified=2023-10-03 14:53:22.811109000, delta=968000 ns, racy<=12500 ns 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.812332000, lastModified=2023-10-03 14:53:22.811109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.812332000, lastModified=2023-10-03 14:53:22.811109000, delta=1223000 ns, racy<=12500 ns 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.812577000, lastModified=2023-10-03 14:53:22.811109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.812577000, lastModified=2023-10-03 14:53:22.811109000, delta=1468000 ns, racy<=12500 ns 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.812858000, lastModified=2023-10-03 14:53:22.812109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.812858000, lastModified=2023-10-03 14:53:22.812109000, delta=749000 ns, racy<=12500 ns 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.813125000, lastModified=2023-10-03 14:53:22.812109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.813125000, lastModified=2023-10-03 14:53:22.812109000, delta=1016000 ns, racy<=12500 ns 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.813383000, lastModified=2023-10-03 14:53:22.812109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.813383000, lastModified=2023-10-03 14:53:22.812109000, delta=1274000 ns, racy<=12500 ns 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.813670000, lastModified=2023-10-03 14:53:22.812109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.812109000 to 2023-10-03 14:53:22.813109000 14:53:22.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.813935000, lastModified=2023-10-03 14:53:22.813109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.813935000, lastModified=2023-10-03 14:53:22.813109000, delta=826000 ns, racy<=12500 ns 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.814307000, lastModified=2023-10-03 14:53:22.813109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.814307000, lastModified=2023-10-03 14:53:22.813109000, delta=1198000 ns, racy<=12500 ns 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.814589000, lastModified=2023-10-03 14:53:22.813109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.814589000, lastModified=2023-10-03 14:53:22.813109000, delta=1480000 ns, racy<=12500 ns 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.814865000, lastModified=2023-10-03 14:53:22.814109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.814865000, lastModified=2023-10-03 14:53:22.814109000, delta=756000 ns, racy<=12500 ns 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.815192000, lastModified=2023-10-03 14:53:22.814109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.815192000, lastModified=2023-10-03 14:53:22.814109000, delta=1083000 ns, racy<=12500 ns 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.815491000, lastModified=2023-10-03 14:53:22.814109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.815491000, lastModified=2023-10-03 14:53:22.814109000, delta=1382000 ns, racy<=12500 ns 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.815778000, lastModified=2023-10-03 14:53:22.815109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.815778000, lastModified=2023-10-03 14:53:22.815109000, delta=669000 ns, racy<=12500 ns 14:53:22.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.816038000, lastModified=2023-10-03 14:53:22.815109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.816038000, lastModified=2023-10-03 14:53:22.815109000, delta=929000 ns, racy<=12500 ns 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.816585000, lastModified=2023-10-03 14:53:22.815109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.816585000, lastModified=2023-10-03 14:53:22.815109000, delta=1476000 ns, racy<=12500 ns 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.816879000, lastModified=2023-10-03 14:53:22.816109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.816879000, lastModified=2023-10-03 14:53:22.816109000, delta=770000 ns, racy<=12500 ns 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.817139000, lastModified=2023-10-03 14:53:22.816109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.817139000, lastModified=2023-10-03 14:53:22.816109000, delta=1030000 ns, racy<=12500 ns 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.817393000, lastModified=2023-10-03 14:53:22.816109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.817393000, lastModified=2023-10-03 14:53:22.816109000, delta=1284000 ns, racy<=12500 ns 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.817641000, lastModified=2023-10-03 14:53:22.816109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.816109000 to 2023-10-03 14:53:22.817109000 14:53:22.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.817882000, lastModified=2023-10-03 14:53:22.817109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.817882000, lastModified=2023-10-03 14:53:22.817109000, delta=773000 ns, racy<=12500 ns 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.818141000, lastModified=2023-10-03 14:53:22.817109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.818141000, lastModified=2023-10-03 14:53:22.817109000, delta=1032000 ns, racy<=12500 ns 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.818385000, lastModified=2023-10-03 14:53:22.817109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.818385000, lastModified=2023-10-03 14:53:22.817109000, delta=1276000 ns, racy<=12500 ns 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.818641000, lastModified=2023-10-03 14:53:22.817109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.817109000 to 2023-10-03 14:53:22.818109000 14:53:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.818951000, lastModified=2023-10-03 14:53:22.818109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.818951000, lastModified=2023-10-03 14:53:22.818109000, delta=842000 ns, racy<=12500 ns 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.819209000, lastModified=2023-10-03 14:53:22.818109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.819209000, lastModified=2023-10-03 14:53:22.818109000, delta=1100000 ns, racy<=12500 ns 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.819466000, lastModified=2023-10-03 14:53:22.818109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.819466000, lastModified=2023-10-03 14:53:22.818109000, delta=1357000 ns, racy<=12500 ns 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.819703000, lastModified=2023-10-03 14:53:22.818109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.818109000 to 2023-10-03 14:53:22.819109000 14:53:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.819937000, lastModified=2023-10-03 14:53:22.819109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.819937000, lastModified=2023-10-03 14:53:22.819109000, delta=828000 ns, racy<=12500 ns 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.820193000, lastModified=2023-10-03 14:53:22.819109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.820193000, lastModified=2023-10-03 14:53:22.819109000, delta=1084000 ns, racy<=12500 ns 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.820450000, lastModified=2023-10-03 14:53:22.819109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.820450000, lastModified=2023-10-03 14:53:22.819109000, delta=1341000 ns, racy<=12500 ns 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.820691000, lastModified=2023-10-03 14:53:22.819109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.819109000 to 2023-10-03 14:53:22.820109000 14:53:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.820930000, lastModified=2023-10-03 14:53:22.820109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.820930000, lastModified=2023-10-03 14:53:22.820109000, delta=821000 ns, racy<=12500 ns 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.821196000, lastModified=2023-10-03 14:53:22.820109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.821196000, lastModified=2023-10-03 14:53:22.820109000, delta=1087000 ns, racy<=12500 ns 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.821450000, lastModified=2023-10-03 14:53:22.820109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.821450000, lastModified=2023-10-03 14:53:22.820109000, delta=1341000 ns, racy<=12500 ns 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.821700000, lastModified=2023-10-03 14:53:22.820109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.820109000 to 2023-10-03 14:53:22.821109000 14:53:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.821945000, lastModified=2023-10-03 14:53:22.821109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.821945000, lastModified=2023-10-03 14:53:22.821109000, delta=836000 ns, racy<=12500 ns 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.822203000, lastModified=2023-10-03 14:53:22.821109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.822203000, lastModified=2023-10-03 14:53:22.821109000, delta=1094000 ns, racy<=12500 ns 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.822462000, lastModified=2023-10-03 14:53:22.821109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.822462000, lastModified=2023-10-03 14:53:22.821109000, delta=1353000 ns, racy<=12500 ns 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.822707000, lastModified=2023-10-03 14:53:22.821109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.821109000 to 2023-10-03 14:53:22.822109000 14:53:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.822984000, lastModified=2023-10-03 14:53:22.822109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.822984000, lastModified=2023-10-03 14:53:22.822109000, delta=875000 ns, racy<=12500 ns 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.823237000, lastModified=2023-10-03 14:53:22.822109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.823237000, lastModified=2023-10-03 14:53:22.822109000, delta=1128000 ns, racy<=12500 ns 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.823481000, lastModified=2023-10-03 14:53:22.822109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.823481000, lastModified=2023-10-03 14:53:22.822109000, delta=1372000 ns, racy<=12500 ns 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.823718000, lastModified=2023-10-03 14:53:22.822109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.822109000 to 2023-10-03 14:53:22.823109000 14:53:22.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.823953000, lastModified=2023-10-03 14:53:22.823109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.823953000, lastModified=2023-10-03 14:53:22.823109000, delta=844000 ns, racy<=12500 ns 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.824208000, lastModified=2023-10-03 14:53:22.823109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.824208000, lastModified=2023-10-03 14:53:22.823109000, delta=1099000 ns, racy<=12500 ns 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.824450000, lastModified=2023-10-03 14:53:22.823109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.824450000, lastModified=2023-10-03 14:53:22.823109000, delta=1341000 ns, racy<=12500 ns 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.824688000, lastModified=2023-10-03 14:53:22.823109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.823109000 to 2023-10-03 14:53:22.824109000 14:53:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.824931000, lastModified=2023-10-03 14:53:22.824109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.824931000, lastModified=2023-10-03 14:53:22.824109000, delta=822000 ns, racy<=12500 ns 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.825186000, lastModified=2023-10-03 14:53:22.824109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.825186000, lastModified=2023-10-03 14:53:22.824109000, delta=1077000 ns, racy<=12500 ns 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.825425000, lastModified=2023-10-03 14:53:22.824109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.825425000, lastModified=2023-10-03 14:53:22.824109000, delta=1316000 ns, racy<=12500 ns 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.825667000, lastModified=2023-10-03 14:53:22.824109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.824109000 to 2023-10-03 14:53:22.825109000 14:53:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.825927000, lastModified=2023-10-03 14:53:22.825109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.825927000, lastModified=2023-10-03 14:53:22.825109000, delta=818000 ns, racy<=12500 ns 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.826186000, lastModified=2023-10-03 14:53:22.825109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.826186000, lastModified=2023-10-03 14:53:22.825109000, delta=1077000 ns, racy<=12500 ns 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.826435000, lastModified=2023-10-03 14:53:22.825109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.826435000, lastModified=2023-10-03 14:53:22.825109000, delta=1326000 ns, racy<=12500 ns 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.826704000, lastModified=2023-10-03 14:53:22.825109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.825109000 to 2023-10-03 14:53:22.826109000 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.826999000, lastModified=2023-10-03 14:53:22.826109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.826999000, lastModified=2023-10-03 14:53:22.826109000, delta=890000 ns, racy<=12500 ns 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.827258000, lastModified=2023-10-03 14:53:22.826109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.827258000, lastModified=2023-10-03 14:53:22.826109000, delta=1149000 ns, racy<=12500 ns 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.827506000, lastModified=2023-10-03 14:53:22.826109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.827506000, lastModified=2023-10-03 14:53:22.826109000, delta=1397000 ns, racy<=12500 ns 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.827758000, lastModified=2023-10-03 14:53:22.826109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.826109000 to 2023-10-03 14:53:22.827109000 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.827998000, lastModified=2023-10-03 14:53:22.827109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.827998000, lastModified=2023-10-03 14:53:22.827109000, delta=889000 ns, racy<=12500 ns 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.828323000, lastModified=2023-10-03 14:53:22.827109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.828323000, lastModified=2023-10-03 14:53:22.827109000, delta=1214000 ns, racy<=12500 ns 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.828684000, lastModified=2023-10-03 14:53:22.827109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.827109000 to 2023-10-03 14:53:22.828109000 14:53:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.828945000, lastModified=2023-10-03 14:53:22.828109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.828945000, lastModified=2023-10-03 14:53:22.828109000, delta=836000 ns, racy<=12500 ns 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.829211000, lastModified=2023-10-03 14:53:22.828109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.829211000, lastModified=2023-10-03 14:53:22.828109000, delta=1102000 ns, racy<=12500 ns 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.829463000, lastModified=2023-10-03 14:53:22.828109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.829463000, lastModified=2023-10-03 14:53:22.828109000, delta=1354000 ns, racy<=12500 ns 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.829723000, lastModified=2023-10-03 14:53:22.828109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.828109000 to 2023-10-03 14:53:22.829109000 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.830005000, lastModified=2023-10-03 14:53:22.829109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.830005000, lastModified=2023-10-03 14:53:22.829109000, delta=896000 ns, racy<=12500 ns 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.830272000, lastModified=2023-10-03 14:53:22.829109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.830272000, lastModified=2023-10-03 14:53:22.829109000, delta=1163000 ns, racy<=12500 ns 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.830518000, lastModified=2023-10-03 14:53:22.829109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.830518000, lastModified=2023-10-03 14:53:22.829109000, delta=1409000 ns, racy<=12500 ns 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.830789000, lastModified=2023-10-03 14:53:22.829109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.829109000 to 2023-10-03 14:53:22.830109000 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.831024000, lastModified=2023-10-03 14:53:22.830109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.831024000, lastModified=2023-10-03 14:53:22.830109000, delta=915000 ns, racy<=12500 ns 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.831279000, lastModified=2023-10-03 14:53:22.830109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.831279000, lastModified=2023-10-03 14:53:22.830109000, delta=1170000 ns, racy<=12500 ns 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.831857000, lastModified=2023-10-03 14:53:22.831109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.831857000, lastModified=2023-10-03 14:53:22.831109000, delta=748000 ns, racy<=12500 ns 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.832121000, lastModified=2023-10-03 14:53:22.831109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.832121000, lastModified=2023-10-03 14:53:22.831109000, delta=1012000 ns, racy<=12500 ns 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.832368000, lastModified=2023-10-03 14:53:22.831109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.832368000, lastModified=2023-10-03 14:53:22.831109000, delta=1259000 ns, racy<=12500 ns 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.832608000, lastModified=2023-10-03 14:53:22.831109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.832608000, lastModified=2023-10-03 14:53:22.831109000, delta=1499000 ns, racy<=12500 ns 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.832870000, lastModified=2023-10-03 14:53:22.832109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.832870000, lastModified=2023-10-03 14:53:22.832109000, delta=761000 ns, racy<=12500 ns 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.833127000, lastModified=2023-10-03 14:53:22.832109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.833127000, lastModified=2023-10-03 14:53:22.832109000, delta=1018000 ns, racy<=12500 ns 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.833366000, lastModified=2023-10-03 14:53:22.832109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.833366000, lastModified=2023-10-03 14:53:22.832109000, delta=1257000 ns, racy<=12500 ns 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.833601000, lastModified=2023-10-03 14:53:22.832109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.833601000, lastModified=2023-10-03 14:53:22.832109000, delta=1492000 ns, racy<=12500 ns 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.833849000, lastModified=2023-10-03 14:53:22.833109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.833849000, lastModified=2023-10-03 14:53:22.833109000, delta=740000 ns, racy<=12500 ns 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.834109000, lastModified=2023-10-03 14:53:22.833109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.834109000, lastModified=2023-10-03 14:53:22.833109000, delta=1000000 ns, racy<=12500 ns 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.834386000, lastModified=2023-10-03 14:53:22.833109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.834386000, lastModified=2023-10-03 14:53:22.833109000, delta=1277000 ns, racy<=12500 ns 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.834629000, lastModified=2023-10-03 14:53:22.833109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.834629000, lastModified=2023-10-03 14:53:22.833109000, delta=1520000 ns, racy<=12500 ns 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.834908000, lastModified=2023-10-03 14:53:22.834109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.834908000, lastModified=2023-10-03 14:53:22.834109000, delta=799000 ns, racy<=12500 ns 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.835171000, lastModified=2023-10-03 14:53:22.834109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.835171000, lastModified=2023-10-03 14:53:22.834109000, delta=1062000 ns, racy<=12500 ns 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.835412000, lastModified=2023-10-03 14:53:22.834109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.835412000, lastModified=2023-10-03 14:53:22.834109000, delta=1303000 ns, racy<=12500 ns 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.835646000, lastModified=2023-10-03 14:53:22.834109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.834109000 to 2023-10-03 14:53:22.835109000 14:53:22.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.835882000, lastModified=2023-10-03 14:53:22.835109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.835882000, lastModified=2023-10-03 14:53:22.835109000, delta=773000 ns, racy<=12500 ns 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.836129000, lastModified=2023-10-03 14:53:22.835109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.836129000, lastModified=2023-10-03 14:53:22.835109000, delta=1020000 ns, racy<=12500 ns 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.836363000, lastModified=2023-10-03 14:53:22.835109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.836363000, lastModified=2023-10-03 14:53:22.835109000, delta=1254000 ns, racy<=12500 ns 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.836599000, lastModified=2023-10-03 14:53:22.835109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.836599000, lastModified=2023-10-03 14:53:22.835109000, delta=1490000 ns, racy<=12500 ns 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.836844000, lastModified=2023-10-03 14:53:22.836109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.836844000, lastModified=2023-10-03 14:53:22.836109000, delta=735000 ns, racy<=12500 ns 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.837101000, lastModified=2023-10-03 14:53:22.836109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.837101000, lastModified=2023-10-03 14:53:22.836109000, delta=992000 ns, racy<=12500 ns 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.837335000, lastModified=2023-10-03 14:53:22.836109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.837335000, lastModified=2023-10-03 14:53:22.836109000, delta=1226000 ns, racy<=12500 ns 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.837569000, lastModified=2023-10-03 14:53:22.836109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.837569000, lastModified=2023-10-03 14:53:22.836109000, delta=1460000 ns, racy<=12500 ns 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.837852000, lastModified=2023-10-03 14:53:22.837109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.837852000, lastModified=2023-10-03 14:53:22.837109000, delta=743000 ns, racy<=12500 ns 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.838115000, lastModified=2023-10-03 14:53:22.837109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.838115000, lastModified=2023-10-03 14:53:22.837109000, delta=1006000 ns, racy<=12500 ns 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.838370000, lastModified=2023-10-03 14:53:22.837109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.838370000, lastModified=2023-10-03 14:53:22.837109000, delta=1261000 ns, racy<=12500 ns 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.838616000, lastModified=2023-10-03 14:53:22.837109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.838616000, lastModified=2023-10-03 14:53:22.837109000, delta=1507000 ns, racy<=12500 ns 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.838897000, lastModified=2023-10-03 14:53:22.838109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.838897000, lastModified=2023-10-03 14:53:22.838109000, delta=788000 ns, racy<=12500 ns 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.839169000, lastModified=2023-10-03 14:53:22.838109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.839169000, lastModified=2023-10-03 14:53:22.838109000, delta=1060000 ns, racy<=12500 ns 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.839399000, lastModified=2023-10-03 14:53:22.838109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.839399000, lastModified=2023-10-03 14:53:22.838109000, delta=1290000 ns, racy<=12500 ns 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.839633000, lastModified=2023-10-03 14:53:22.838109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.839633000, lastModified=2023-10-03 14:53:22.838109000, delta=1524000 ns, racy<=12500 ns 14:53:22.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.892417000, lastModified=2023-10-03 14:53:22.891109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.892417000, lastModified=2023-10-03 14:53:22.891109000, delta=1308000 ns, racy<=12500 ns 14:53:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.892775000, lastModified=2023-10-03 14:53:22.891109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.891109000 to 2023-10-03 14:53:22.892109000 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.893024000, lastModified=2023-10-03 14:53:22.892109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.893024000, lastModified=2023-10-03 14:53:22.892109000, delta=915000 ns, racy<=12500 ns 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.893315000, lastModified=2023-10-03 14:53:22.892109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.893315000, lastModified=2023-10-03 14:53:22.892109000, delta=1206000 ns, racy<=12500 ns 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.893572000, lastModified=2023-10-03 14:53:22.892109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.893572000, lastModified=2023-10-03 14:53:22.892109000, delta=1463000 ns, racy<=12500 ns 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.893831000, lastModified=2023-10-03 14:53:22.893109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.893831000, lastModified=2023-10-03 14:53:22.893109000, delta=722000 ns, racy<=12500 ns 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.894106000, lastModified=2023-10-03 14:53:22.893109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.894106000, lastModified=2023-10-03 14:53:22.893109000, delta=997000 ns, racy<=12500 ns 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.894353000, lastModified=2023-10-03 14:53:22.893109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.894353000, lastModified=2023-10-03 14:53:22.893109000, delta=1244000 ns, racy<=12500 ns 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.894592000, lastModified=2023-10-03 14:53:22.893109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.894592000, lastModified=2023-10-03 14:53:22.893109000, delta=1483000 ns, racy<=12500 ns 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.894895000, lastModified=2023-10-03 14:53:22.894109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.894895000, lastModified=2023-10-03 14:53:22.894109000, delta=786000 ns, racy<=12500 ns 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.895156000, lastModified=2023-10-03 14:53:22.894109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.895156000, lastModified=2023-10-03 14:53:22.894109000, delta=1047000 ns, racy<=12500 ns 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.895425000, lastModified=2023-10-03 14:53:22.894109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.895425000, lastModified=2023-10-03 14:53:22.894109000, delta=1316000 ns, racy<=12500 ns 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.895678000, lastModified=2023-10-03 14:53:22.894109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.894109000 to 2023-10-03 14:53:22.895109000 14:53:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.895918000, lastModified=2023-10-03 14:53:22.895109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.895918000, lastModified=2023-10-03 14:53:22.895109000, delta=809000 ns, racy<=12500 ns 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.896187000, lastModified=2023-10-03 14:53:22.895109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.896187000, lastModified=2023-10-03 14:53:22.895109000, delta=1078000 ns, racy<=12500 ns 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.896427000, lastModified=2023-10-03 14:53:22.895109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.896427000, lastModified=2023-10-03 14:53:22.895109000, delta=1318000 ns, racy<=12500 ns 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.896677000, lastModified=2023-10-03 14:53:22.895109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.895109000 to 2023-10-03 14:53:22.896109000 14:53:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.896915000, lastModified=2023-10-03 14:53:22.896109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.896915000, lastModified=2023-10-03 14:53:22.896109000, delta=806000 ns, racy<=12500 ns 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.897180000, lastModified=2023-10-03 14:53:22.896109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.897180000, lastModified=2023-10-03 14:53:22.896109000, delta=1071000 ns, racy<=12500 ns 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.897432000, lastModified=2023-10-03 14:53:22.896109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.897432000, lastModified=2023-10-03 14:53:22.896109000, delta=1323000 ns, racy<=12500 ns 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.897683000, lastModified=2023-10-03 14:53:22.896109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.896109000 to 2023-10-03 14:53:22.897109000 14:53:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.897921000, lastModified=2023-10-03 14:53:22.897109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.897921000, lastModified=2023-10-03 14:53:22.897109000, delta=812000 ns, racy<=12500 ns 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.898173000, lastModified=2023-10-03 14:53:22.897109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.898173000, lastModified=2023-10-03 14:53:22.897109000, delta=1064000 ns, racy<=12500 ns 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.898412000, lastModified=2023-10-03 14:53:22.897109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.898412000, lastModified=2023-10-03 14:53:22.897109000, delta=1303000 ns, racy<=12500 ns 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.898651000, lastModified=2023-10-03 14:53:22.897109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.897109000 to 2023-10-03 14:53:22.898109000 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.899208000, lastModified=2023-10-03 14:53:22.898109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.899208000, lastModified=2023-10-03 14:53:22.898109000, delta=1099000 ns, racy<=12500 ns 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.899492000, lastModified=2023-10-03 14:53:22.898109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.899492000, lastModified=2023-10-03 14:53:22.898109000, delta=1383000 ns, racy<=12500 ns 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.899737000, lastModified=2023-10-03 14:53:22.898109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.898109000 to 2023-10-03 14:53:22.899109000 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.900013000, lastModified=2023-10-03 14:53:22.899109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.900013000, lastModified=2023-10-03 14:53:22.899109000, delta=904000 ns, racy<=12500 ns 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.900292000, lastModified=2023-10-03 14:53:22.899109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.900292000, lastModified=2023-10-03 14:53:22.899109000, delta=1183000 ns, racy<=12500 ns 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.900544000, lastModified=2023-10-03 14:53:22.899109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.900544000, lastModified=2023-10-03 14:53:22.899109000, delta=1435000 ns, racy<=12500 ns 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.900800000, lastModified=2023-10-03 14:53:22.900109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.900800000, lastModified=2023-10-03 14:53:22.900109000, delta=691000 ns, racy<=12500 ns 14:53:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.901044000, lastModified=2023-10-03 14:53:22.900109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.901044000, lastModified=2023-10-03 14:53:22.900109000, delta=935000 ns, racy<=12500 ns 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.901302000, lastModified=2023-10-03 14:53:22.900109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.901302000, lastModified=2023-10-03 14:53:22.900109000, delta=1193000 ns, racy<=12500 ns 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.901541000, lastModified=2023-10-03 14:53:22.900109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.901541000, lastModified=2023-10-03 14:53:22.900109000, delta=1432000 ns, racy<=12500 ns 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.901784000, lastModified=2023-10-03 14:53:22.901109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.901784000, lastModified=2023-10-03 14:53:22.901109000, delta=675000 ns, racy<=12500 ns 14:53:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.902054000, lastModified=2023-10-03 14:53:22.901109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.902054000, lastModified=2023-10-03 14:53:22.901109000, delta=945000 ns, racy<=12500 ns 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.902322000, lastModified=2023-10-03 14:53:22.901109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.902322000, lastModified=2023-10-03 14:53:22.901109000, delta=1213000 ns, racy<=12500 ns 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.902565000, lastModified=2023-10-03 14:53:22.901109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.902565000, lastModified=2023-10-03 14:53:22.901109000, delta=1456000 ns, racy<=12500 ns 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.902811000, lastModified=2023-10-03 14:53:22.902109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.902811000, lastModified=2023-10-03 14:53:22.902109000, delta=702000 ns, racy<=12500 ns 14:53:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.903057000, lastModified=2023-10-03 14:53:22.902109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.903057000, lastModified=2023-10-03 14:53:22.902109000, delta=948000 ns, racy<=12500 ns 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.903332000, lastModified=2023-10-03 14:53:22.902109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.903332000, lastModified=2023-10-03 14:53:22.902109000, delta=1223000 ns, racy<=12500 ns 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.903579000, lastModified=2023-10-03 14:53:22.902109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.903579000, lastModified=2023-10-03 14:53:22.902109000, delta=1470000 ns, racy<=12500 ns 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.903829000, lastModified=2023-10-03 14:53:22.903109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.903829000, lastModified=2023-10-03 14:53:22.903109000, delta=720000 ns, racy<=12500 ns 14:53:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.904075000, lastModified=2023-10-03 14:53:22.903109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.904075000, lastModified=2023-10-03 14:53:22.903109000, delta=966000 ns, racy<=12500 ns 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.904332000, lastModified=2023-10-03 14:53:22.903109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.904332000, lastModified=2023-10-03 14:53:22.903109000, delta=1223000 ns, racy<=12500 ns 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.904568000, lastModified=2023-10-03 14:53:22.903109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.904568000, lastModified=2023-10-03 14:53:22.903109000, delta=1459000 ns, racy<=12500 ns 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.904822000, lastModified=2023-10-03 14:53:22.904109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.904822000, lastModified=2023-10-03 14:53:22.904109000, delta=713000 ns, racy<=12500 ns 14:53:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.905078000, lastModified=2023-10-03 14:53:22.904109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.905078000, lastModified=2023-10-03 14:53:22.904109000, delta=969000 ns, racy<=12500 ns 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.905328000, lastModified=2023-10-03 14:53:22.904109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.905328000, lastModified=2023-10-03 14:53:22.904109000, delta=1219000 ns, racy<=12500 ns 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.905566000, lastModified=2023-10-03 14:53:22.904109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.905566000, lastModified=2023-10-03 14:53:22.904109000, delta=1457000 ns, racy<=12500 ns 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.905809000, lastModified=2023-10-03 14:53:22.905109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.905809000, lastModified=2023-10-03 14:53:22.905109000, delta=700000 ns, racy<=12500 ns 14:53:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.906048000, lastModified=2023-10-03 14:53:22.905109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.906048000, lastModified=2023-10-03 14:53:22.905109000, delta=939000 ns, racy<=12500 ns 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.906291000, lastModified=2023-10-03 14:53:22.905109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.906291000, lastModified=2023-10-03 14:53:22.905109000, delta=1182000 ns, racy<=12500 ns 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.906526000, lastModified=2023-10-03 14:53:22.905109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.906526000, lastModified=2023-10-03 14:53:22.905109000, delta=1417000 ns, racy<=12500 ns 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.906767000, lastModified=2023-10-03 14:53:22.905109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.905109000 to 2023-10-03 14:53:22.906109000 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.907012000, lastModified=2023-10-03 14:53:22.906109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.907012000, lastModified=2023-10-03 14:53:22.906109000, delta=903000 ns, racy<=12500 ns 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.907269000, lastModified=2023-10-03 14:53:22.906109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.907269000, lastModified=2023-10-03 14:53:22.906109000, delta=1160000 ns, racy<=12500 ns 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.907519000, lastModified=2023-10-03 14:53:22.906109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.907519000, lastModified=2023-10-03 14:53:22.906109000, delta=1410000 ns, racy<=12500 ns 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.907780000, lastModified=2023-10-03 14:53:22.907109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.907780000, lastModified=2023-10-03 14:53:22.907109000, delta=671000 ns, racy<=12500 ns 14:53:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.908022000, lastModified=2023-10-03 14:53:22.907109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.908022000, lastModified=2023-10-03 14:53:22.907109000, delta=913000 ns, racy<=12500 ns 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.908274000, lastModified=2023-10-03 14:53:22.907109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.908274000, lastModified=2023-10-03 14:53:22.907109000, delta=1165000 ns, racy<=12500 ns 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.908535000, lastModified=2023-10-03 14:53:22.907109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.908535000, lastModified=2023-10-03 14:53:22.907109000, delta=1426000 ns, racy<=12500 ns 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.908865000, lastModified=2023-10-03 14:53:22.908109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.908865000, lastModified=2023-10-03 14:53:22.908109000, delta=756000 ns, racy<=12500 ns 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.909198000, lastModified=2023-10-03 14:53:22.908109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.909198000, lastModified=2023-10-03 14:53:22.908109000, delta=1089000 ns, racy<=12500 ns 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.909448000, lastModified=2023-10-03 14:53:22.908109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.909448000, lastModified=2023-10-03 14:53:22.908109000, delta=1339000 ns, racy<=12500 ns 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.909757000, lastModified=2023-10-03 14:53:22.908109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.908109000 to 2023-10-03 14:53:22.909109000 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.910037000, lastModified=2023-10-03 14:53:22.909109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.910037000, lastModified=2023-10-03 14:53:22.909109000, delta=928000 ns, racy<=12500 ns 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.910319000, lastModified=2023-10-03 14:53:22.909109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.910319000, lastModified=2023-10-03 14:53:22.909109000, delta=1210000 ns, racy<=12500 ns 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.910583000, lastModified=2023-10-03 14:53:22.909109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.910583000, lastModified=2023-10-03 14:53:22.909109000, delta=1474000 ns, racy<=12500 ns 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.910856000, lastModified=2023-10-03 14:53:22.910109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.910856000, lastModified=2023-10-03 14:53:22.910109000, delta=747000 ns, racy<=12500 ns 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.911124000, lastModified=2023-10-03 14:53:22.910109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.911124000, lastModified=2023-10-03 14:53:22.910109000, delta=1015000 ns, racy<=12500 ns 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.911383000, lastModified=2023-10-03 14:53:22.910109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.911383000, lastModified=2023-10-03 14:53:22.910109000, delta=1274000 ns, racy<=12500 ns 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.911624000, lastModified=2023-10-03 14:53:22.910109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.911624000, lastModified=2023-10-03 14:53:22.910109000, delta=1515000 ns, racy<=12500 ns 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.911880000, lastModified=2023-10-03 14:53:22.911109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.911880000, lastModified=2023-10-03 14:53:22.911109000, delta=771000 ns, racy<=12500 ns 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.912142000, lastModified=2023-10-03 14:53:22.911109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.912142000, lastModified=2023-10-03 14:53:22.911109000, delta=1033000 ns, racy<=12500 ns 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.912390000, lastModified=2023-10-03 14:53:22.911109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.912390000, lastModified=2023-10-03 14:53:22.911109000, delta=1281000 ns, racy<=12500 ns 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.912630000, lastModified=2023-10-03 14:53:22.911109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.912630000, lastModified=2023-10-03 14:53:22.911109000, delta=1521000 ns, racy<=12500 ns 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.912894000, lastModified=2023-10-03 14:53:22.912109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.912894000, lastModified=2023-10-03 14:53:22.912109000, delta=785000 ns, racy<=12500 ns 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.913162000, lastModified=2023-10-03 14:53:22.912109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.913162000, lastModified=2023-10-03 14:53:22.912109000, delta=1053000 ns, racy<=12500 ns 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.913418000, lastModified=2023-10-03 14:53:22.912109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.913418000, lastModified=2023-10-03 14:53:22.912109000, delta=1309000 ns, racy<=12500 ns 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.913666000, lastModified=2023-10-03 14:53:22.912109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.912109000 to 2023-10-03 14:53:22.913109000 14:53:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.913924000, lastModified=2023-10-03 14:53:22.913109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.913924000, lastModified=2023-10-03 14:53:22.913109000, delta=815000 ns, racy<=12500 ns 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.914545000, lastModified=2023-10-03 14:53:22.913109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.914545000, lastModified=2023-10-03 14:53:22.913109000, delta=1436000 ns, racy<=12500 ns 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.914810000, lastModified=2023-10-03 14:53:22.914109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.914810000, lastModified=2023-10-03 14:53:22.914109000, delta=701000 ns, racy<=12500 ns 14:53:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.915064000, lastModified=2023-10-03 14:53:22.914109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.915064000, lastModified=2023-10-03 14:53:22.914109000, delta=955000 ns, racy<=12500 ns 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.915325000, lastModified=2023-10-03 14:53:22.914109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.915325000, lastModified=2023-10-03 14:53:22.914109000, delta=1216000 ns, racy<=12500 ns 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.915565000, lastModified=2023-10-03 14:53:22.914109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.915565000, lastModified=2023-10-03 14:53:22.914109000, delta=1456000 ns, racy<=12500 ns 14:53:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.917174000, lastModified=2023-10-03 14:53:22.916109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.917174000, lastModified=2023-10-03 14:53:22.916109000, delta=1065000 ns, racy<=12500 ns 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.917488000, lastModified=2023-10-03 14:53:22.916109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.917488000, lastModified=2023-10-03 14:53:22.916109000, delta=1379000 ns, racy<=12500 ns 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.917767000, lastModified=2023-10-03 14:53:22.916109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.916109000 to 2023-10-03 14:53:22.917109000 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.918095000, lastModified=2023-10-03 14:53:22.917109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.918095000, lastModified=2023-10-03 14:53:22.917109000, delta=986000 ns, racy<=12500 ns 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.918376000, lastModified=2023-10-03 14:53:22.917109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.918376000, lastModified=2023-10-03 14:53:22.917109000, delta=1267000 ns, racy<=12500 ns 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.918641000, lastModified=2023-10-03 14:53:22.917109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.917109000 to 2023-10-03 14:53:22.918109000 14:53:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.918918000, lastModified=2023-10-03 14:53:22.918109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.918918000, lastModified=2023-10-03 14:53:22.918109000, delta=809000 ns, racy<=12500 ns 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.919172000, lastModified=2023-10-03 14:53:22.918109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.919172000, lastModified=2023-10-03 14:53:22.918109000, delta=1063000 ns, racy<=12500 ns 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.919413000, lastModified=2023-10-03 14:53:22.918109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.919413000, lastModified=2023-10-03 14:53:22.918109000, delta=1304000 ns, racy<=12500 ns 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.919670000, lastModified=2023-10-03 14:53:22.918109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.918109000 to 2023-10-03 14:53:22.919109000 14:53:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.919915000, lastModified=2023-10-03 14:53:22.919109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.919915000, lastModified=2023-10-03 14:53:22.919109000, delta=806000 ns, racy<=12500 ns 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.920173000, lastModified=2023-10-03 14:53:22.919109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.920173000, lastModified=2023-10-03 14:53:22.919109000, delta=1064000 ns, racy<=12500 ns 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.920421000, lastModified=2023-10-03 14:53:22.919109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.920421000, lastModified=2023-10-03 14:53:22.919109000, delta=1312000 ns, racy<=12500 ns 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.920667000, lastModified=2023-10-03 14:53:22.919109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.919109000 to 2023-10-03 14:53:22.920109000 14:53:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.920945000, lastModified=2023-10-03 14:53:22.920109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.920945000, lastModified=2023-10-03 14:53:22.920109000, delta=836000 ns, racy<=12500 ns 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.921237000, lastModified=2023-10-03 14:53:22.920109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.921237000, lastModified=2023-10-03 14:53:22.920109000, delta=1128000 ns, racy<=12500 ns 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.921475000, lastModified=2023-10-03 14:53:22.920109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.921475000, lastModified=2023-10-03 14:53:22.920109000, delta=1366000 ns, racy<=12500 ns 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.921715000, lastModified=2023-10-03 14:53:22.920109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.920109000 to 2023-10-03 14:53:22.921109000 14:53:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.921982000, lastModified=2023-10-03 14:53:22.921109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.921982000, lastModified=2023-10-03 14:53:22.921109000, delta=873000 ns, racy<=12500 ns 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.922257000, lastModified=2023-10-03 14:53:22.921109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.922257000, lastModified=2023-10-03 14:53:22.921109000, delta=1148000 ns, racy<=12500 ns 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.922575000, lastModified=2023-10-03 14:53:22.921109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.922575000, lastModified=2023-10-03 14:53:22.921109000, delta=1466000 ns, racy<=12500 ns 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.922841000, lastModified=2023-10-03 14:53:22.922109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.922841000, lastModified=2023-10-03 14:53:22.922109000, delta=732000 ns, racy<=12500 ns 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.923110000, lastModified=2023-10-03 14:53:22.922109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.923110000, lastModified=2023-10-03 14:53:22.922109000, delta=1001000 ns, racy<=12500 ns 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.923355000, lastModified=2023-10-03 14:53:22.922109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.923355000, lastModified=2023-10-03 14:53:22.922109000, delta=1246000 ns, racy<=12500 ns 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.923603000, lastModified=2023-10-03 14:53:22.922109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.923603000, lastModified=2023-10-03 14:53:22.922109000, delta=1494000 ns, racy<=12500 ns 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.923877000, lastModified=2023-10-03 14:53:22.923109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.923877000, lastModified=2023-10-03 14:53:22.923109000, delta=768000 ns, racy<=12500 ns 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.924139000, lastModified=2023-10-03 14:53:22.923109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.924139000, lastModified=2023-10-03 14:53:22.923109000, delta=1030000 ns, racy<=12500 ns 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.924406000, lastModified=2023-10-03 14:53:22.923109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.924406000, lastModified=2023-10-03 14:53:22.923109000, delta=1297000 ns, racy<=12500 ns 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.924705000, lastModified=2023-10-03 14:53:22.923109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.923109000 to 2023-10-03 14:53:22.924109000 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.925023000, lastModified=2023-10-03 14:53:22.924109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.925023000, lastModified=2023-10-03 14:53:22.924109000, delta=914000 ns, racy<=12500 ns 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.925339000, lastModified=2023-10-03 14:53:22.924109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.925339000, lastModified=2023-10-03 14:53:22.924109000, delta=1230000 ns, racy<=12500 ns 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.925620000, lastModified=2023-10-03 14:53:22.924109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.925620000, lastModified=2023-10-03 14:53:22.924109000, delta=1511000 ns, racy<=12500 ns 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.925886000, lastModified=2023-10-03 14:53:22.925109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.925886000, lastModified=2023-10-03 14:53:22.925109000, delta=777000 ns, racy<=12500 ns 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.926172000, lastModified=2023-10-03 14:53:22.925109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.926172000, lastModified=2023-10-03 14:53:22.925109000, delta=1063000 ns, racy<=12500 ns 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.926430000, lastModified=2023-10-03 14:53:22.925109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.926430000, lastModified=2023-10-03 14:53:22.925109000, delta=1321000 ns, racy<=12500 ns 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.926683000, lastModified=2023-10-03 14:53:22.925109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.925109000 to 2023-10-03 14:53:22.926109000 14:53:22.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.926954000, lastModified=2023-10-03 14:53:22.926109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.926954000, lastModified=2023-10-03 14:53:22.926109000, delta=845000 ns, racy<=12500 ns 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.927275000, lastModified=2023-10-03 14:53:22.926109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.927275000, lastModified=2023-10-03 14:53:22.926109000, delta=1166000 ns, racy<=12500 ns 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.927587000, lastModified=2023-10-03 14:53:22.926109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.927587000, lastModified=2023-10-03 14:53:22.926109000, delta=1478000 ns, racy<=12500 ns 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.927866000, lastModified=2023-10-03 14:53:22.927109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.927866000, lastModified=2023-10-03 14:53:22.927109000, delta=757000 ns, racy<=12500 ns 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.928131000, lastModified=2023-10-03 14:53:22.927109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.928131000, lastModified=2023-10-03 14:53:22.927109000, delta=1022000 ns, racy<=12500 ns 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.928385000, lastModified=2023-10-03 14:53:22.927109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.928385000, lastModified=2023-10-03 14:53:22.927109000, delta=1276000 ns, racy<=12500 ns 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.928650000, lastModified=2023-10-03 14:53:22.927109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.927109000 to 2023-10-03 14:53:22.928109000 14:53:22.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.928976000, lastModified=2023-10-03 14:53:22.928109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.928976000, lastModified=2023-10-03 14:53:22.928109000, delta=867000 ns, racy<=12500 ns 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.929269000, lastModified=2023-10-03 14:53:22.928109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.929269000, lastModified=2023-10-03 14:53:22.928109000, delta=1160000 ns, racy<=12500 ns 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.929578000, lastModified=2023-10-03 14:53:22.928109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.929578000, lastModified=2023-10-03 14:53:22.928109000, delta=1469000 ns, racy<=12500 ns 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.929843000, lastModified=2023-10-03 14:53:22.929109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.929843000, lastModified=2023-10-03 14:53:22.929109000, delta=734000 ns, racy<=12500 ns 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.930111000, lastModified=2023-10-03 14:53:22.929109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.930111000, lastModified=2023-10-03 14:53:22.929109000, delta=1002000 ns, racy<=12500 ns 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.930368000, lastModified=2023-10-03 14:53:22.929109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.930368000, lastModified=2023-10-03 14:53:22.929109000, delta=1259000 ns, racy<=12500 ns 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.930618000, lastModified=2023-10-03 14:53:22.929109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.930618000, lastModified=2023-10-03 14:53:22.929109000, delta=1509000 ns, racy<=12500 ns 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.930881000, lastModified=2023-10-03 14:53:22.930109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.930881000, lastModified=2023-10-03 14:53:22.930109000, delta=772000 ns, racy<=12500 ns 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.931148000, lastModified=2023-10-03 14:53:22.930109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.931148000, lastModified=2023-10-03 14:53:22.930109000, delta=1039000 ns, racy<=12500 ns 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.931741000, lastModified=2023-10-03 14:53:22.930109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.930109000 to 2023-10-03 14:53:22.931109000 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.932032000, lastModified=2023-10-03 14:53:22.931109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.932032000, lastModified=2023-10-03 14:53:22.931109000, delta=923000 ns, racy<=12500 ns 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.932334000, lastModified=2023-10-03 14:53:22.931109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.932334000, lastModified=2023-10-03 14:53:22.931109000, delta=1225000 ns, racy<=12500 ns 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.932630000, lastModified=2023-10-03 14:53:22.931109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.932630000, lastModified=2023-10-03 14:53:22.931109000, delta=1521000 ns, racy<=12500 ns 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.932908000, lastModified=2023-10-03 14:53:22.932109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.932908000, lastModified=2023-10-03 14:53:22.932109000, delta=799000 ns, racy<=12500 ns 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.933176000, lastModified=2023-10-03 14:53:22.932109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.933176000, lastModified=2023-10-03 14:53:22.932109000, delta=1067000 ns, racy<=12500 ns 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.933427000, lastModified=2023-10-03 14:53:22.932109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.933427000, lastModified=2023-10-03 14:53:22.932109000, delta=1318000 ns, racy<=12500 ns 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.933689000, lastModified=2023-10-03 14:53:22.932109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.932109000 to 2023-10-03 14:53:22.933109000 14:53:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.933936000, lastModified=2023-10-03 14:53:22.933109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.933936000, lastModified=2023-10-03 14:53:22.933109000, delta=827000 ns, racy<=12500 ns 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.934199000, lastModified=2023-10-03 14:53:22.933109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.934199000, lastModified=2023-10-03 14:53:22.933109000, delta=1090000 ns, racy<=12500 ns 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.934448000, lastModified=2023-10-03 14:53:22.933109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.934448000, lastModified=2023-10-03 14:53:22.933109000, delta=1339000 ns, racy<=12500 ns 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.934695000, lastModified=2023-10-03 14:53:22.933109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.933109000 to 2023-10-03 14:53:22.934109000 14:53:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.934941000, lastModified=2023-10-03 14:53:22.934109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.934109000 to 2023-10-03 14:53:22.991109000 14:53:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.992832000, lastModified=2023-10-03 14:53:22.992109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.992832000, lastModified=2023-10-03 14:53:22.992109000, delta=723000 ns, racy<=12500 ns 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.993162000, lastModified=2023-10-03 14:53:22.992109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.993162000, lastModified=2023-10-03 14:53:22.992109000, delta=1053000 ns, racy<=12500 ns 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.993460000, lastModified=2023-10-03 14:53:22.992109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.993460000, lastModified=2023-10-03 14:53:22.992109000, delta=1351000 ns, racy<=12500 ns 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.993766000, lastModified=2023-10-03 14:53:22.992109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.992109000 to 2023-10-03 14:53:22.993109000 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.994002000, lastModified=2023-10-03 14:53:22.993109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.994002000, lastModified=2023-10-03 14:53:22.993109000, delta=893000 ns, racy<=12500 ns 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.994302000, lastModified=2023-10-03 14:53:22.993109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.994302000, lastModified=2023-10-03 14:53:22.993109000, delta=1193000 ns, racy<=12500 ns 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.994566000, lastModified=2023-10-03 14:53:22.993109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.994566000, lastModified=2023-10-03 14:53:22.993109000, delta=1457000 ns, racy<=12500 ns 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.994825000, lastModified=2023-10-03 14:53:22.994109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.994825000, lastModified=2023-10-03 14:53:22.994109000, delta=716000 ns, racy<=12500 ns 14:53:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.995066000, lastModified=2023-10-03 14:53:22.994109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.995066000, lastModified=2023-10-03 14:53:22.994109000, delta=957000 ns, racy<=12500 ns 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.995319000, lastModified=2023-10-03 14:53:22.994109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.995319000, lastModified=2023-10-03 14:53:22.994109000, delta=1210000 ns, racy<=12500 ns 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.995581000, lastModified=2023-10-03 14:53:22.994109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.995581000, lastModified=2023-10-03 14:53:22.994109000, delta=1472000 ns, racy<=12500 ns 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.995871000, lastModified=2023-10-03 14:53:22.995109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.995871000, lastModified=2023-10-03 14:53:22.995109000, delta=762000 ns, racy<=12500 ns 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.996142000, lastModified=2023-10-03 14:53:22.995109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.996142000, lastModified=2023-10-03 14:53:22.995109000, delta=1033000 ns, racy<=12500 ns 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.996383000, lastModified=2023-10-03 14:53:22.995109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.996383000, lastModified=2023-10-03 14:53:22.995109000, delta=1274000 ns, racy<=12500 ns 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.996691000, lastModified=2023-10-03 14:53:22.995109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.995109000 to 2023-10-03 14:53:22.996109000 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.997007000, lastModified=2023-10-03 14:53:22.996109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.997007000, lastModified=2023-10-03 14:53:22.996109000, delta=898000 ns, racy<=12500 ns 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.997288000, lastModified=2023-10-03 14:53:22.996109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.997288000, lastModified=2023-10-03 14:53:22.996109000, delta=1179000 ns, racy<=12500 ns 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.997542000, lastModified=2023-10-03 14:53:22.996109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.997542000, lastModified=2023-10-03 14:53:22.996109000, delta=1433000 ns, racy<=12500 ns 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.997824000, lastModified=2023-10-03 14:53:22.997109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.997824000, lastModified=2023-10-03 14:53:22.997109000, delta=715000 ns, racy<=12500 ns 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.998097000, lastModified=2023-10-03 14:53:22.997109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.998097000, lastModified=2023-10-03 14:53:22.997109000, delta=988000 ns, racy<=12500 ns 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.998351000, lastModified=2023-10-03 14:53:22.997109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.998351000, lastModified=2023-10-03 14:53:22.997109000, delta=1242000 ns, racy<=12500 ns 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.998621000, lastModified=2023-10-03 14:53:22.997109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.997109000 to 2023-10-03 14:53:22.998109000 14:53:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.998959000, lastModified=2023-10-03 14:53:22.998109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.998959000, lastModified=2023-10-03 14:53:22.998109000, delta=850000 ns, racy<=12500 ns 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.999236000, lastModified=2023-10-03 14:53:22.998109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.999236000, lastModified=2023-10-03 14:53:22.998109000, delta=1127000 ns, racy<=12500 ns 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.999489000, lastModified=2023-10-03 14:53:22.998109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:22.999489000, lastModified=2023-10-03 14:53:22.998109000, delta=1380000 ns, racy<=12500 ns 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:22.999754000, lastModified=2023-10-03 14:53:22.998109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:22.998109000 to 2023-10-03 14:53:22.999109000 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.000001000, lastModified=2023-10-03 14:53:22.999109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.000001000, lastModified=2023-10-03 14:53:22.999109000, delta=892000 ns, racy<=12500 ns 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.000269000, lastModified=2023-10-03 14:53:22.999109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.000269000, lastModified=2023-10-03 14:53:22.999109000, delta=1160000 ns, racy<=12500 ns 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.000524000, lastModified=2023-10-03 14:53:22.999109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.000524000, lastModified=2023-10-03 14:53:22.999109000, delta=1415000 ns, racy<=12500 ns 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.000781000, lastModified=2023-10-03 14:53:23.000109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.000781000, lastModified=2023-10-03 14:53:23.000109000, delta=672000 ns, racy<=12500 ns 14:53:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.001036000, lastModified=2023-10-03 14:53:23.000109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.001036000, lastModified=2023-10-03 14:53:23.000109000, delta=927000 ns, racy<=12500 ns 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.001302000, lastModified=2023-10-03 14:53:23.000109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.001302000, lastModified=2023-10-03 14:53:23.000109000, delta=1193000 ns, racy<=12500 ns 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.001554000, lastModified=2023-10-03 14:53:23.000109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.001554000, lastModified=2023-10-03 14:53:23.000109000, delta=1445000 ns, racy<=12500 ns 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.001816000, lastModified=2023-10-03 14:53:23.001109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.001816000, lastModified=2023-10-03 14:53:23.001109000, delta=707000 ns, racy<=12500 ns 14:53:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.002071000, lastModified=2023-10-03 14:53:23.001109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.002071000, lastModified=2023-10-03 14:53:23.001109000, delta=962000 ns, racy<=12500 ns 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.002352000, lastModified=2023-10-03 14:53:23.001109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.002352000, lastModified=2023-10-03 14:53:23.001109000, delta=1243000 ns, racy<=12500 ns 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.002602000, lastModified=2023-10-03 14:53:23.001109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.002602000, lastModified=2023-10-03 14:53:23.001109000, delta=1493000 ns, racy<=12500 ns 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.002910000, lastModified=2023-10-03 14:53:23.002109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.002910000, lastModified=2023-10-03 14:53:23.002109000, delta=801000 ns, racy<=12500 ns 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.003184000, lastModified=2023-10-03 14:53:23.002109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.003184000, lastModified=2023-10-03 14:53:23.002109000, delta=1075000 ns, racy<=12500 ns 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.003448000, lastModified=2023-10-03 14:53:23.002109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.003448000, lastModified=2023-10-03 14:53:23.002109000, delta=1339000 ns, racy<=12500 ns 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.003727000, lastModified=2023-10-03 14:53:23.002109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.002109000 to 2023-10-03 14:53:23.003109000 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.004005000, lastModified=2023-10-03 14:53:23.003109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.004005000, lastModified=2023-10-03 14:53:23.003109000, delta=896000 ns, racy<=12500 ns 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.004272000, lastModified=2023-10-03 14:53:23.003109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.004272000, lastModified=2023-10-03 14:53:23.003109000, delta=1163000 ns, racy<=12500 ns 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.004520000, lastModified=2023-10-03 14:53:23.003109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.004520000, lastModified=2023-10-03 14:53:23.003109000, delta=1411000 ns, racy<=12500 ns 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.004779000, lastModified=2023-10-03 14:53:23.004109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.004779000, lastModified=2023-10-03 14:53:23.004109000, delta=670000 ns, racy<=12500 ns 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.005368000, lastModified=2023-10-03 14:53:23.004109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.005368000, lastModified=2023-10-03 14:53:23.004109000, delta=1259000 ns, racy<=12500 ns 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.005626000, lastModified=2023-10-03 14:53:23.004109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.005626000, lastModified=2023-10-03 14:53:23.004109000, delta=1517000 ns, racy<=12500 ns 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.005905000, lastModified=2023-10-03 14:53:23.005109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.005905000, lastModified=2023-10-03 14:53:23.005109000, delta=796000 ns, racy<=12500 ns 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.006175000, lastModified=2023-10-03 14:53:23.005109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.006175000, lastModified=2023-10-03 14:53:23.005109000, delta=1066000 ns, racy<=12500 ns 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.006446000, lastModified=2023-10-03 14:53:23.005109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.006446000, lastModified=2023-10-03 14:53:23.005109000, delta=1337000 ns, racy<=12500 ns 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.006728000, lastModified=2023-10-03 14:53:23.005109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.005109000 to 2023-10-03 14:53:23.006109000 14:53:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.006979000, lastModified=2023-10-03 14:53:23.006109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.006979000, lastModified=2023-10-03 14:53:23.006109000, delta=870000 ns, racy<=12500 ns 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.007241000, lastModified=2023-10-03 14:53:23.006109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.007241000, lastModified=2023-10-03 14:53:23.006109000, delta=1132000 ns, racy<=12500 ns 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.007488000, lastModified=2023-10-03 14:53:23.006109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.007488000, lastModified=2023-10-03 14:53:23.006109000, delta=1379000 ns, racy<=12500 ns 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.007762000, lastModified=2023-10-03 14:53:23.006109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.006109000 to 2023-10-03 14:53:23.007109000 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.008003000, lastModified=2023-10-03 14:53:23.007109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.008003000, lastModified=2023-10-03 14:53:23.007109000, delta=894000 ns, racy<=12500 ns 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.008270000, lastModified=2023-10-03 14:53:23.007109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.008270000, lastModified=2023-10-03 14:53:23.007109000, delta=1161000 ns, racy<=12500 ns 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.008715000, lastModified=2023-10-03 14:53:23.007109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.007109000 to 2023-10-03 14:53:23.008109000 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.009034000, lastModified=2023-10-03 14:53:23.008109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.009034000, lastModified=2023-10-03 14:53:23.008109000, delta=925000 ns, racy<=12500 ns 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.009350000, lastModified=2023-10-03 14:53:23.008109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.009350000, lastModified=2023-10-03 14:53:23.008109000, delta=1241000 ns, racy<=12500 ns 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.009606000, lastModified=2023-10-03 14:53:23.008109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.009606000, lastModified=2023-10-03 14:53:23.008109000, delta=1497000 ns, racy<=12500 ns 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.009868000, lastModified=2023-10-03 14:53:23.009109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.009868000, lastModified=2023-10-03 14:53:23.009109000, delta=759000 ns, racy<=12500 ns 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.010138000, lastModified=2023-10-03 14:53:23.009109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.010138000, lastModified=2023-10-03 14:53:23.009109000, delta=1029000 ns, racy<=12500 ns 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.010414000, lastModified=2023-10-03 14:53:23.009109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.010414000, lastModified=2023-10-03 14:53:23.009109000, delta=1305000 ns, racy<=12500 ns 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.010677000, lastModified=2023-10-03 14:53:23.009109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.009109000 to 2023-10-03 14:53:23.010109000 14:53:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.010965000, lastModified=2023-10-03 14:53:23.010109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.010965000, lastModified=2023-10-03 14:53:23.010109000, delta=856000 ns, racy<=12500 ns 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.011236000, lastModified=2023-10-03 14:53:23.010109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.011236000, lastModified=2023-10-03 14:53:23.010109000, delta=1127000 ns, racy<=12500 ns 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.011486000, lastModified=2023-10-03 14:53:23.010109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.011486000, lastModified=2023-10-03 14:53:23.010109000, delta=1377000 ns, racy<=12500 ns 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.011738000, lastModified=2023-10-03 14:53:23.010109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.010109000 to 2023-10-03 14:53:23.011109000 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.012088000, lastModified=2023-10-03 14:53:23.011109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.012088000, lastModified=2023-10-03 14:53:23.011109000, delta=979000 ns, racy<=12500 ns 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.012392000, lastModified=2023-10-03 14:53:23.011109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.012392000, lastModified=2023-10-03 14:53:23.011109000, delta=1283000 ns, racy<=12500 ns 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.012833000, lastModified=2023-10-03 14:53:23.012109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.012833000, lastModified=2023-10-03 14:53:23.012109000, delta=724000 ns, racy<=12500 ns 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.013164000, lastModified=2023-10-03 14:53:23.012109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.013164000, lastModified=2023-10-03 14:53:23.012109000, delta=1055000 ns, racy<=12500 ns 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.013460000, lastModified=2023-10-03 14:53:23.012109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.013460000, lastModified=2023-10-03 14:53:23.012109000, delta=1351000 ns, racy<=12500 ns 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.013719000, lastModified=2023-10-03 14:53:23.012109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.012109000 to 2023-10-03 14:53:23.013109000 14:53:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.013989000, lastModified=2023-10-03 14:53:23.013109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.013989000, lastModified=2023-10-03 14:53:23.013109000, delta=880000 ns, racy<=12500 ns 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.014248000, lastModified=2023-10-03 14:53:23.013109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.014248000, lastModified=2023-10-03 14:53:23.013109000, delta=1139000 ns, racy<=12500 ns 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.014499000, lastModified=2023-10-03 14:53:23.013109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.014499000, lastModified=2023-10-03 14:53:23.013109000, delta=1390000 ns, racy<=12500 ns 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.014763000, lastModified=2023-10-03 14:53:23.013109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.013109000 to 2023-10-03 14:53:23.014109000 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.015009000, lastModified=2023-10-03 14:53:23.014109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.015009000, lastModified=2023-10-03 14:53:23.014109000, delta=900000 ns, racy<=12500 ns 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.015277000, lastModified=2023-10-03 14:53:23.014109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.015277000, lastModified=2023-10-03 14:53:23.014109000, delta=1168000 ns, racy<=12500 ns 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.015530000, lastModified=2023-10-03 14:53:23.014109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.015530000, lastModified=2023-10-03 14:53:23.014109000, delta=1421000 ns, racy<=12500 ns 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.015805000, lastModified=2023-10-03 14:53:23.015109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.015805000, lastModified=2023-10-03 14:53:23.015109000, delta=696000 ns, racy<=12500 ns 14:53:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.016070000, lastModified=2023-10-03 14:53:23.015109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.016070000, lastModified=2023-10-03 14:53:23.015109000, delta=961000 ns, racy<=12500 ns 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.016330000, lastModified=2023-10-03 14:53:23.015109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.016330000, lastModified=2023-10-03 14:53:23.015109000, delta=1221000 ns, racy<=12500 ns 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.016579000, lastModified=2023-10-03 14:53:23.015109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.016579000, lastModified=2023-10-03 14:53:23.015109000, delta=1470000 ns, racy<=12500 ns 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.016844000, lastModified=2023-10-03 14:53:23.016109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.016844000, lastModified=2023-10-03 14:53:23.016109000, delta=735000 ns, racy<=12500 ns 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.017114000, lastModified=2023-10-03 14:53:23.016109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.017114000, lastModified=2023-10-03 14:53:23.016109000, delta=1005000 ns, racy<=12500 ns 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.017370000, lastModified=2023-10-03 14:53:23.016109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.017370000, lastModified=2023-10-03 14:53:23.016109000, delta=1261000 ns, racy<=12500 ns 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.017624000, lastModified=2023-10-03 14:53:23.016109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.017624000, lastModified=2023-10-03 14:53:23.016109000, delta=1515000 ns, racy<=12500 ns 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.017935000, lastModified=2023-10-03 14:53:23.017109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.017935000, lastModified=2023-10-03 14:53:23.017109000, delta=826000 ns, racy<=12500 ns 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.018199000, lastModified=2023-10-03 14:53:23.017109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.018199000, lastModified=2023-10-03 14:53:23.017109000, delta=1090000 ns, racy<=12500 ns 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.018454000, lastModified=2023-10-03 14:53:23.017109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.018454000, lastModified=2023-10-03 14:53:23.017109000, delta=1345000 ns, racy<=12500 ns 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.018708000, lastModified=2023-10-03 14:53:23.017109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.017109000 to 2023-10-03 14:53:23.018109000 14:53:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.018961000, lastModified=2023-10-03 14:53:23.018109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.018961000, lastModified=2023-10-03 14:53:23.018109000, delta=852000 ns, racy<=12500 ns 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.019224000, lastModified=2023-10-03 14:53:23.018109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.019224000, lastModified=2023-10-03 14:53:23.018109000, delta=1115000 ns, racy<=12500 ns 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.019470000, lastModified=2023-10-03 14:53:23.018109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.019470000, lastModified=2023-10-03 14:53:23.018109000, delta=1361000 ns, racy<=12500 ns 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.019746000, lastModified=2023-10-03 14:53:23.018109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.018109000 to 2023-10-03 14:53:23.019109000 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.020017000, lastModified=2023-10-03 14:53:23.019109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.020017000, lastModified=2023-10-03 14:53:23.019109000, delta=908000 ns, racy<=12500 ns 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.020287000, lastModified=2023-10-03 14:53:23.019109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.020287000, lastModified=2023-10-03 14:53:23.019109000, delta=1178000 ns, racy<=12500 ns 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.020537000, lastModified=2023-10-03 14:53:23.019109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.020537000, lastModified=2023-10-03 14:53:23.019109000, delta=1428000 ns, racy<=12500 ns 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.020804000, lastModified=2023-10-03 14:53:23.020109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.020804000, lastModified=2023-10-03 14:53:23.020109000, delta=695000 ns, racy<=12500 ns 14:53:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.021367000, lastModified=2023-10-03 14:53:23.020109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.021367000, lastModified=2023-10-03 14:53:23.020109000, delta=1258000 ns, racy<=12500 ns 14:53:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.021645000, lastModified=2023-10-03 14:53:23.020109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.020109000 to 2023-10-03 14:53:23.021109000 14:53:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.021946000, lastModified=2023-10-03 14:53:23.021109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.021946000, lastModified=2023-10-03 14:53:23.021109000, delta=837000 ns, racy<=12500 ns 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.022234000, lastModified=2023-10-03 14:53:23.021109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.022234000, lastModified=2023-10-03 14:53:23.021109000, delta=1125000 ns, racy<=12500 ns 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.022511000, lastModified=2023-10-03 14:53:23.021109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.022511000, lastModified=2023-10-03 14:53:23.021109000, delta=1402000 ns, racy<=12500 ns 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.022773000, lastModified=2023-10-03 14:53:23.022109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.022773000, lastModified=2023-10-03 14:53:23.022109000, delta=664000 ns, racy<=12500 ns 14:53:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.023024000, lastModified=2023-10-03 14:53:23.022109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.023024000, lastModified=2023-10-03 14:53:23.022109000, delta=915000 ns, racy<=12500 ns 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.023300000, lastModified=2023-10-03 14:53:23.022109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.023300000, lastModified=2023-10-03 14:53:23.022109000, delta=1191000 ns, racy<=12500 ns 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.023558000, lastModified=2023-10-03 14:53:23.022109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.023558000, lastModified=2023-10-03 14:53:23.022109000, delta=1449000 ns, racy<=12500 ns 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.023820000, lastModified=2023-10-03 14:53:23.023109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.023820000, lastModified=2023-10-03 14:53:23.023109000, delta=711000 ns, racy<=12500 ns 14:53:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.024077000, lastModified=2023-10-03 14:53:23.023109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.024077000, lastModified=2023-10-03 14:53:23.023109000, delta=968000 ns, racy<=12500 ns 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.024349000, lastModified=2023-10-03 14:53:23.023109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.024349000, lastModified=2023-10-03 14:53:23.023109000, delta=1240000 ns, racy<=12500 ns 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.024595000, lastModified=2023-10-03 14:53:23.023109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.024595000, lastModified=2023-10-03 14:53:23.023109000, delta=1486000 ns, racy<=12500 ns 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.024862000, lastModified=2023-10-03 14:53:23.024109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.024862000, lastModified=2023-10-03 14:53:23.024109000, delta=753000 ns, racy<=12500 ns 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.025132000, lastModified=2023-10-03 14:53:23.024109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.025132000, lastModified=2023-10-03 14:53:23.024109000, delta=1023000 ns, racy<=12500 ns 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.025380000, lastModified=2023-10-03 14:53:23.024109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.025380000, lastModified=2023-10-03 14:53:23.024109000, delta=1271000 ns, racy<=12500 ns 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.025622000, lastModified=2023-10-03 14:53:23.024109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.025622000, lastModified=2023-10-03 14:53:23.024109000, delta=1513000 ns, racy<=12500 ns 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.025912000, lastModified=2023-10-03 14:53:23.025109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.025912000, lastModified=2023-10-03 14:53:23.025109000, delta=803000 ns, racy<=12500 ns 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.026210000, lastModified=2023-10-03 14:53:23.025109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.026210000, lastModified=2023-10-03 14:53:23.025109000, delta=1101000 ns, racy<=12500 ns 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.026468000, lastModified=2023-10-03 14:53:23.025109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.026468000, lastModified=2023-10-03 14:53:23.025109000, delta=1359000 ns, racy<=12500 ns 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.026706000, lastModified=2023-10-03 14:53:23.025109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.025109000 to 2023-10-03 14:53:23.026109000 14:53:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.026952000, lastModified=2023-10-03 14:53:23.026109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.026952000, lastModified=2023-10-03 14:53:23.026109000, delta=843000 ns, racy<=12500 ns 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.027242000, lastModified=2023-10-03 14:53:23.026109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.027242000, lastModified=2023-10-03 14:53:23.026109000, delta=1133000 ns, racy<=12500 ns 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.027500000, lastModified=2023-10-03 14:53:23.026109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.027500000, lastModified=2023-10-03 14:53:23.026109000, delta=1391000 ns, racy<=12500 ns 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.027756000, lastModified=2023-10-03 14:53:23.026109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.026109000 to 2023-10-03 14:53:23.027109000 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.027994000, lastModified=2023-10-03 14:53:23.027109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.027994000, lastModified=2023-10-03 14:53:23.027109000, delta=885000 ns, racy<=12500 ns 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.028257000, lastModified=2023-10-03 14:53:23.027109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.028257000, lastModified=2023-10-03 14:53:23.027109000, delta=1148000 ns, racy<=12500 ns 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.028508000, lastModified=2023-10-03 14:53:23.027109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.028508000, lastModified=2023-10-03 14:53:23.027109000, delta=1399000 ns, racy<=12500 ns 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.028771000, lastModified=2023-10-03 14:53:23.028109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.028771000, lastModified=2023-10-03 14:53:23.028109000, delta=662000 ns, racy<=12500 ns 14:53:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.029030000, lastModified=2023-10-03 14:53:23.028109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.029030000, lastModified=2023-10-03 14:53:23.028109000, delta=921000 ns, racy<=12500 ns 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.029302000, lastModified=2023-10-03 14:53:23.028109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.029302000, lastModified=2023-10-03 14:53:23.028109000, delta=1193000 ns, racy<=12500 ns 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.029551000, lastModified=2023-10-03 14:53:23.028109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.029551000, lastModified=2023-10-03 14:53:23.028109000, delta=1442000 ns, racy<=12500 ns 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.029829000, lastModified=2023-10-03 14:53:23.029109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.029829000, lastModified=2023-10-03 14:53:23.029109000, delta=720000 ns, racy<=12500 ns 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.030122000, lastModified=2023-10-03 14:53:23.029109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.030122000, lastModified=2023-10-03 14:53:23.029109000, delta=1013000 ns, racy<=12500 ns 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.030370000, lastModified=2023-10-03 14:53:23.029109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.030370000, lastModified=2023-10-03 14:53:23.029109000, delta=1261000 ns, racy<=12500 ns 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.030620000, lastModified=2023-10-03 14:53:23.029109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.030620000, lastModified=2023-10-03 14:53:23.029109000, delta=1511000 ns, racy<=12500 ns 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.030904000, lastModified=2023-10-03 14:53:23.030109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.030904000, lastModified=2023-10-03 14:53:23.030109000, delta=795000 ns, racy<=12500 ns 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.031180000, lastModified=2023-10-03 14:53:23.030109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.031180000, lastModified=2023-10-03 14:53:23.030109000, delta=1071000 ns, racy<=12500 ns 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.031430000, lastModified=2023-10-03 14:53:23.030109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.031430000, lastModified=2023-10-03 14:53:23.030109000, delta=1321000 ns, racy<=12500 ns 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.031680000, lastModified=2023-10-03 14:53:23.030109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.030109000 to 2023-10-03 14:53:23.031109000 14:53:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.031935000, lastModified=2023-10-03 14:53:23.031109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.031935000, lastModified=2023-10-03 14:53:23.031109000, delta=826000 ns, racy<=12500 ns 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.032210000, lastModified=2023-10-03 14:53:23.031109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.032210000, lastModified=2023-10-03 14:53:23.031109000, delta=1101000 ns, racy<=12500 ns 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.032459000, lastModified=2023-10-03 14:53:23.031109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.032459000, lastModified=2023-10-03 14:53:23.031109000, delta=1350000 ns, racy<=12500 ns 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.032703000, lastModified=2023-10-03 14:53:23.031109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.031109000 to 2023-10-03 14:53:23.032109000 14:53:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.032939000, lastModified=2023-10-03 14:53:23.032109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.032939000, lastModified=2023-10-03 14:53:23.032109000, delta=830000 ns, racy<=12500 ns 14:53:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.033205000, lastModified=2023-10-03 14:53:23.032109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.032109000 to 2023-10-03 14:53:23.091109000 14:53:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.092671000, lastModified=2023-10-03 14:53:23.091109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.091109000 to 2023-10-03 14:53:23.092109000 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.093003000, lastModified=2023-10-03 14:53:23.092109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.093003000, lastModified=2023-10-03 14:53:23.092109000, delta=894000 ns, racy<=12500 ns 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.093353000, lastModified=2023-10-03 14:53:23.092109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.093353000, lastModified=2023-10-03 14:53:23.092109000, delta=1244000 ns, racy<=12500 ns 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.093678000, lastModified=2023-10-03 14:53:23.092109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.092109000 to 2023-10-03 14:53:23.093109000 14:53:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.093945000, lastModified=2023-10-03 14:53:23.093109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.093945000, lastModified=2023-10-03 14:53:23.093109000, delta=836000 ns, racy<=12500 ns 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.094214000, lastModified=2023-10-03 14:53:23.093109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.094214000, lastModified=2023-10-03 14:53:23.093109000, delta=1105000 ns, racy<=12500 ns 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.094488000, lastModified=2023-10-03 14:53:23.093109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.094488000, lastModified=2023-10-03 14:53:23.093109000, delta=1379000 ns, racy<=12500 ns 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.094779000, lastModified=2023-10-03 14:53:23.094109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.094779000, lastModified=2023-10-03 14:53:23.094109000, delta=670000 ns, racy<=12500 ns 14:53:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.095037000, lastModified=2023-10-03 14:53:23.094109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.095037000, lastModified=2023-10-03 14:53:23.094109000, delta=928000 ns, racy<=12500 ns 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.095320000, lastModified=2023-10-03 14:53:23.094109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.095320000, lastModified=2023-10-03 14:53:23.094109000, delta=1211000 ns, racy<=12500 ns 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.095567000, lastModified=2023-10-03 14:53:23.094109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.095567000, lastModified=2023-10-03 14:53:23.094109000, delta=1458000 ns, racy<=12500 ns 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.095828000, lastModified=2023-10-03 14:53:23.095109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.095828000, lastModified=2023-10-03 14:53:23.095109000, delta=719000 ns, racy<=12500 ns 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.096432000, lastModified=2023-10-03 14:53:23.095109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.096432000, lastModified=2023-10-03 14:53:23.095109000, delta=1323000 ns, racy<=12500 ns 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.096690000, lastModified=2023-10-03 14:53:23.095109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.095109000 to 2023-10-03 14:53:23.096109000 14:53:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.096963000, lastModified=2023-10-03 14:53:23.096109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.096963000, lastModified=2023-10-03 14:53:23.096109000, delta=854000 ns, racy<=12500 ns 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.097262000, lastModified=2023-10-03 14:53:23.096109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.097262000, lastModified=2023-10-03 14:53:23.096109000, delta=1153000 ns, racy<=12500 ns 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.097521000, lastModified=2023-10-03 14:53:23.096109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.097521000, lastModified=2023-10-03 14:53:23.096109000, delta=1412000 ns, racy<=12500 ns 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.097803000, lastModified=2023-10-03 14:53:23.097109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.097803000, lastModified=2023-10-03 14:53:23.097109000, delta=694000 ns, racy<=12500 ns 14:53:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.098066000, lastModified=2023-10-03 14:53:23.097109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.098066000, lastModified=2023-10-03 14:53:23.097109000, delta=957000 ns, racy<=12500 ns 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.098333000, lastModified=2023-10-03 14:53:23.097109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.098333000, lastModified=2023-10-03 14:53:23.097109000, delta=1224000 ns, racy<=12500 ns 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.098573000, lastModified=2023-10-03 14:53:23.097109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.098573000, lastModified=2023-10-03 14:53:23.097109000, delta=1464000 ns, racy<=12500 ns 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.098868000, lastModified=2023-10-03 14:53:23.098109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.098868000, lastModified=2023-10-03 14:53:23.098109000, delta=759000 ns, racy<=12500 ns 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.099174000, lastModified=2023-10-03 14:53:23.098109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.099174000, lastModified=2023-10-03 14:53:23.098109000, delta=1065000 ns, racy<=12500 ns 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.099415000, lastModified=2023-10-03 14:53:23.098109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.099415000, lastModified=2023-10-03 14:53:23.098109000, delta=1306000 ns, racy<=12500 ns 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.099655000, lastModified=2023-10-03 14:53:23.098109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.098109000 to 2023-10-03 14:53:23.099109000 14:53:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.099902000, lastModified=2023-10-03 14:53:23.099109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.099902000, lastModified=2023-10-03 14:53:23.099109000, delta=793000 ns, racy<=12500 ns 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.100164000, lastModified=2023-10-03 14:53:23.099109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.100164000, lastModified=2023-10-03 14:53:23.099109000, delta=1055000 ns, racy<=12500 ns 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.100413000, lastModified=2023-10-03 14:53:23.099109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.100413000, lastModified=2023-10-03 14:53:23.099109000, delta=1304000 ns, racy<=12500 ns 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.100657000, lastModified=2023-10-03 14:53:23.099109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.099109000 to 2023-10-03 14:53:23.100109000 14:53:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.100935000, lastModified=2023-10-03 14:53:23.100109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.100935000, lastModified=2023-10-03 14:53:23.100109000, delta=826000 ns, racy<=12500 ns 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.101206000, lastModified=2023-10-03 14:53:23.100109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.101206000, lastModified=2023-10-03 14:53:23.100109000, delta=1097000 ns, racy<=12500 ns 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.101453000, lastModified=2023-10-03 14:53:23.100109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.101453000, lastModified=2023-10-03 14:53:23.100109000, delta=1344000 ns, racy<=12500 ns 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.101701000, lastModified=2023-10-03 14:53:23.100109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.100109000 to 2023-10-03 14:53:23.101109000 14:53:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.101956000, lastModified=2023-10-03 14:53:23.101109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.101956000, lastModified=2023-10-03 14:53:23.101109000, delta=847000 ns, racy<=12500 ns 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.102212000, lastModified=2023-10-03 14:53:23.101109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.102212000, lastModified=2023-10-03 14:53:23.101109000, delta=1103000 ns, racy<=12500 ns 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.102497000, lastModified=2023-10-03 14:53:23.101109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.102497000, lastModified=2023-10-03 14:53:23.101109000, delta=1388000 ns, racy<=12500 ns 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.102806000, lastModified=2023-10-03 14:53:23.102109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.102806000, lastModified=2023-10-03 14:53:23.102109000, delta=697000 ns, racy<=12500 ns 14:53:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.103073000, lastModified=2023-10-03 14:53:23.102109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.103073000, lastModified=2023-10-03 14:53:23.102109000, delta=964000 ns, racy<=12500 ns 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.103338000, lastModified=2023-10-03 14:53:23.102109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.103338000, lastModified=2023-10-03 14:53:23.102109000, delta=1229000 ns, racy<=12500 ns 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.103579000, lastModified=2023-10-03 14:53:23.102109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.103579000, lastModified=2023-10-03 14:53:23.102109000, delta=1470000 ns, racy<=12500 ns 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.103851000, lastModified=2023-10-03 14:53:23.103109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.103851000, lastModified=2023-10-03 14:53:23.103109000, delta=742000 ns, racy<=12500 ns 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.104117000, lastModified=2023-10-03 14:53:23.103109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.104117000, lastModified=2023-10-03 14:53:23.103109000, delta=1008000 ns, racy<=12500 ns 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.104356000, lastModified=2023-10-03 14:53:23.103109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.104356000, lastModified=2023-10-03 14:53:23.103109000, delta=1247000 ns, racy<=12500 ns 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.104644000, lastModified=2023-10-03 14:53:23.103109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.103109000 to 2023-10-03 14:53:23.104109000 14:53:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.104915000, lastModified=2023-10-03 14:53:23.104109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.104915000, lastModified=2023-10-03 14:53:23.104109000, delta=806000 ns, racy<=12500 ns 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.105183000, lastModified=2023-10-03 14:53:23.104109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.105183000, lastModified=2023-10-03 14:53:23.104109000, delta=1074000 ns, racy<=12500 ns 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.105429000, lastModified=2023-10-03 14:53:23.104109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.105429000, lastModified=2023-10-03 14:53:23.104109000, delta=1320000 ns, racy<=12500 ns 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.105674000, lastModified=2023-10-03 14:53:23.104109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.104109000 to 2023-10-03 14:53:23.105109000 14:53:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.105929000, lastModified=2023-10-03 14:53:23.105109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.105929000, lastModified=2023-10-03 14:53:23.105109000, delta=820000 ns, racy<=12500 ns 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.106200000, lastModified=2023-10-03 14:53:23.105109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.106200000, lastModified=2023-10-03 14:53:23.105109000, delta=1091000 ns, racy<=12500 ns 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.106435000, lastModified=2023-10-03 14:53:23.105109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.106435000, lastModified=2023-10-03 14:53:23.105109000, delta=1326000 ns, racy<=12500 ns 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.106660000, lastModified=2023-10-03 14:53:23.105109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.105109000 to 2023-10-03 14:53:23.106109000 14:53:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.106884000, lastModified=2023-10-03 14:53:23.106109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.106884000, lastModified=2023-10-03 14:53:23.106109000, delta=775000 ns, racy<=12500 ns 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.107131000, lastModified=2023-10-03 14:53:23.106109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.107131000, lastModified=2023-10-03 14:53:23.106109000, delta=1022000 ns, racy<=12500 ns 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.107409000, lastModified=2023-10-03 14:53:23.106109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.107409000, lastModified=2023-10-03 14:53:23.106109000, delta=1300000 ns, racy<=12500 ns 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.107639000, lastModified=2023-10-03 14:53:23.106109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.107639000, lastModified=2023-10-03 14:53:23.106109000, delta=1530000 ns, racy<=12500 ns 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.107896000, lastModified=2023-10-03 14:53:23.107109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.107896000, lastModified=2023-10-03 14:53:23.107109000, delta=787000 ns, racy<=12500 ns 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.108156000, lastModified=2023-10-03 14:53:23.107109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.108156000, lastModified=2023-10-03 14:53:23.107109000, delta=1047000 ns, racy<=12500 ns 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.108407000, lastModified=2023-10-03 14:53:23.107109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.108407000, lastModified=2023-10-03 14:53:23.107109000, delta=1298000 ns, racy<=12500 ns 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.108647000, lastModified=2023-10-03 14:53:23.107109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.107109000 to 2023-10-03 14:53:23.108109000 14:53:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.108912000, lastModified=2023-10-03 14:53:23.108109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.108912000, lastModified=2023-10-03 14:53:23.108109000, delta=803000 ns, racy<=12500 ns 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.109179000, lastModified=2023-10-03 14:53:23.108109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.109179000, lastModified=2023-10-03 14:53:23.108109000, delta=1070000 ns, racy<=12500 ns 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.109428000, lastModified=2023-10-03 14:53:23.108109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.109428000, lastModified=2023-10-03 14:53:23.108109000, delta=1319000 ns, racy<=12500 ns 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.109678000, lastModified=2023-10-03 14:53:23.108109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.108109000 to 2023-10-03 14:53:23.109109000 14:53:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.109959000, lastModified=2023-10-03 14:53:23.109109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.109959000, lastModified=2023-10-03 14:53:23.109109000, delta=850000 ns, racy<=12500 ns 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.110237000, lastModified=2023-10-03 14:53:23.109109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.110237000, lastModified=2023-10-03 14:53:23.109109000, delta=1128000 ns, racy<=12500 ns 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.110545000, lastModified=2023-10-03 14:53:23.109109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.110545000, lastModified=2023-10-03 14:53:23.109109000, delta=1436000 ns, racy<=12500 ns 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.110809000, lastModified=2023-10-03 14:53:23.110109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.110809000, lastModified=2023-10-03 14:53:23.110109000, delta=700000 ns, racy<=12500 ns 14:53:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.111071000, lastModified=2023-10-03 14:53:23.110109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.111071000, lastModified=2023-10-03 14:53:23.110109000, delta=962000 ns, racy<=12500 ns 14:53:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.111688000, lastModified=2023-10-03 14:53:23.110109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.110109000 to 2023-10-03 14:53:23.111109000 14:53:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.111958000, lastModified=2023-10-03 14:53:23.111109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.111958000, lastModified=2023-10-03 14:53:23.111109000, delta=849000 ns, racy<=12500 ns 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.112218000, lastModified=2023-10-03 14:53:23.111109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.112218000, lastModified=2023-10-03 14:53:23.111109000, delta=1109000 ns, racy<=12500 ns 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.112491000, lastModified=2023-10-03 14:53:23.111109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.112491000, lastModified=2023-10-03 14:53:23.111109000, delta=1382000 ns, racy<=12500 ns 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.112761000, lastModified=2023-10-03 14:53:23.111109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.111109000 to 2023-10-03 14:53:23.112109000 14:53:23.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.113040000, lastModified=2023-10-03 14:53:23.112109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.113040000, lastModified=2023-10-03 14:53:23.112109000, delta=931000 ns, racy<=12500 ns 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.114438000, lastModified=2023-10-03 14:53:23.113109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.114438000, lastModified=2023-10-03 14:53:23.113109000, delta=1329000 ns, racy<=12500 ns 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.114710000, lastModified=2023-10-03 14:53:23.113109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.113109000 to 2023-10-03 14:53:23.114109000 14:53:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.114954000, lastModified=2023-10-03 14:53:23.114109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.114954000, lastModified=2023-10-03 14:53:23.114109000, delta=845000 ns, racy<=12500 ns 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.115229000, lastModified=2023-10-03 14:53:23.114109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.115229000, lastModified=2023-10-03 14:53:23.114109000, delta=1120000 ns, racy<=12500 ns 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.115467000, lastModified=2023-10-03 14:53:23.114109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.115467000, lastModified=2023-10-03 14:53:23.114109000, delta=1358000 ns, racy<=12500 ns 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.115702000, lastModified=2023-10-03 14:53:23.114109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.114109000 to 2023-10-03 14:53:23.115109000 14:53:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.115937000, lastModified=2023-10-03 14:53:23.115109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.115937000, lastModified=2023-10-03 14:53:23.115109000, delta=828000 ns, racy<=12500 ns 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.116187000, lastModified=2023-10-03 14:53:23.115109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.116187000, lastModified=2023-10-03 14:53:23.115109000, delta=1078000 ns, racy<=12500 ns 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.116433000, lastModified=2023-10-03 14:53:23.115109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.116433000, lastModified=2023-10-03 14:53:23.115109000, delta=1324000 ns, racy<=12500 ns 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.116672000, lastModified=2023-10-03 14:53:23.115109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.115109000 to 2023-10-03 14:53:23.116109000 14:53:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.116926000, lastModified=2023-10-03 14:53:23.116109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.116926000, lastModified=2023-10-03 14:53:23.116109000, delta=817000 ns, racy<=12500 ns 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.117228000, lastModified=2023-10-03 14:53:23.116109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.117228000, lastModified=2023-10-03 14:53:23.116109000, delta=1119000 ns, racy<=12500 ns 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.117476000, lastModified=2023-10-03 14:53:23.116109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.117476000, lastModified=2023-10-03 14:53:23.116109000, delta=1367000 ns, racy<=12500 ns 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.117717000, lastModified=2023-10-03 14:53:23.116109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.116109000 to 2023-10-03 14:53:23.117109000 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.118011000, lastModified=2023-10-03 14:53:23.117109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.118011000, lastModified=2023-10-03 14:53:23.117109000, delta=902000 ns, racy<=12500 ns 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.118280000, lastModified=2023-10-03 14:53:23.117109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.118280000, lastModified=2023-10-03 14:53:23.117109000, delta=1171000 ns, racy<=12500 ns 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.118519000, lastModified=2023-10-03 14:53:23.117109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.118519000, lastModified=2023-10-03 14:53:23.117109000, delta=1410000 ns, racy<=12500 ns 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.118771000, lastModified=2023-10-03 14:53:23.118109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.118771000, lastModified=2023-10-03 14:53:23.118109000, delta=662000 ns, racy<=12500 ns 14:53:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.119021000, lastModified=2023-10-03 14:53:23.118109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.119021000, lastModified=2023-10-03 14:53:23.118109000, delta=912000 ns, racy<=12500 ns 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.119273000, lastModified=2023-10-03 14:53:23.118109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.119273000, lastModified=2023-10-03 14:53:23.118109000, delta=1164000 ns, racy<=12500 ns 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.119516000, lastModified=2023-10-03 14:53:23.118109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.119516000, lastModified=2023-10-03 14:53:23.118109000, delta=1407000 ns, racy<=12500 ns 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.119765000, lastModified=2023-10-03 14:53:23.118109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.118109000 to 2023-10-03 14:53:23.119109000 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.119994000, lastModified=2023-10-03 14:53:23.119109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.119994000, lastModified=2023-10-03 14:53:23.119109000, delta=885000 ns, racy<=12500 ns 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.120255000, lastModified=2023-10-03 14:53:23.119109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.120255000, lastModified=2023-10-03 14:53:23.119109000, delta=1146000 ns, racy<=12500 ns 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.120506000, lastModified=2023-10-03 14:53:23.119109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.120506000, lastModified=2023-10-03 14:53:23.119109000, delta=1397000 ns, racy<=12500 ns 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.120755000, lastModified=2023-10-03 14:53:23.119109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.119109000 to 2023-10-03 14:53:23.120109000 14:53:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.120980000, lastModified=2023-10-03 14:53:23.120109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.120980000, lastModified=2023-10-03 14:53:23.120109000, delta=871000 ns, racy<=12500 ns 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.121221000, lastModified=2023-10-03 14:53:23.120109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.121221000, lastModified=2023-10-03 14:53:23.120109000, delta=1112000 ns, racy<=12500 ns 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.121457000, lastModified=2023-10-03 14:53:23.120109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.121457000, lastModified=2023-10-03 14:53:23.120109000, delta=1348000 ns, racy<=12500 ns 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.121720000, lastModified=2023-10-03 14:53:23.120109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.120109000 to 2023-10-03 14:53:23.121109000 14:53:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.121960000, lastModified=2023-10-03 14:53:23.121109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.121960000, lastModified=2023-10-03 14:53:23.121109000, delta=851000 ns, racy<=12500 ns 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.122208000, lastModified=2023-10-03 14:53:23.121109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.122208000, lastModified=2023-10-03 14:53:23.121109000, delta=1099000 ns, racy<=12500 ns 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.122464000, lastModified=2023-10-03 14:53:23.121109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.122464000, lastModified=2023-10-03 14:53:23.121109000, delta=1355000 ns, racy<=12500 ns 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.122702000, lastModified=2023-10-03 14:53:23.121109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.121109000 to 2023-10-03 14:53:23.122109000 14:53:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.122937000, lastModified=2023-10-03 14:53:23.122109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.122937000, lastModified=2023-10-03 14:53:23.122109000, delta=828000 ns, racy<=12500 ns 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.123183000, lastModified=2023-10-03 14:53:23.122109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.123183000, lastModified=2023-10-03 14:53:23.122109000, delta=1074000 ns, racy<=12500 ns 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.123415000, lastModified=2023-10-03 14:53:23.122109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.123415000, lastModified=2023-10-03 14:53:23.122109000, delta=1306000 ns, racy<=12500 ns 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.123651000, lastModified=2023-10-03 14:53:23.122109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.122109000 to 2023-10-03 14:53:23.123109000 14:53:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.123886000, lastModified=2023-10-03 14:53:23.123109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.123886000, lastModified=2023-10-03 14:53:23.123109000, delta=777000 ns, racy<=12500 ns 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.124138000, lastModified=2023-10-03 14:53:23.123109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.124138000, lastModified=2023-10-03 14:53:23.123109000, delta=1029000 ns, racy<=12500 ns 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.124376000, lastModified=2023-10-03 14:53:23.123109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.124376000, lastModified=2023-10-03 14:53:23.123109000, delta=1267000 ns, racy<=12500 ns 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.124606000, lastModified=2023-10-03 14:53:23.123109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.124606000, lastModified=2023-10-03 14:53:23.123109000, delta=1497000 ns, racy<=12500 ns 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.124884000, lastModified=2023-10-03 14:53:23.124109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.124884000, lastModified=2023-10-03 14:53:23.124109000, delta=775000 ns, racy<=12500 ns 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.125134000, lastModified=2023-10-03 14:53:23.124109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.125134000, lastModified=2023-10-03 14:53:23.124109000, delta=1025000 ns, racy<=12500 ns 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.125362000, lastModified=2023-10-03 14:53:23.124109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.125362000, lastModified=2023-10-03 14:53:23.124109000, delta=1253000 ns, racy<=12500 ns 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.125592000, lastModified=2023-10-03 14:53:23.124109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.125592000, lastModified=2023-10-03 14:53:23.124109000, delta=1483000 ns, racy<=12500 ns 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.125847000, lastModified=2023-10-03 14:53:23.125109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.125847000, lastModified=2023-10-03 14:53:23.125109000, delta=738000 ns, racy<=12500 ns 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.126108000, lastModified=2023-10-03 14:53:23.125109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.126108000, lastModified=2023-10-03 14:53:23.125109000, delta=999000 ns, racy<=12500 ns 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.126358000, lastModified=2023-10-03 14:53:23.125109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.126358000, lastModified=2023-10-03 14:53:23.125109000, delta=1249000 ns, racy<=12500 ns 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.126602000, lastModified=2023-10-03 14:53:23.125109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.126602000, lastModified=2023-10-03 14:53:23.125109000, delta=1493000 ns, racy<=12500 ns 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.126862000, lastModified=2023-10-03 14:53:23.126109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.126862000, lastModified=2023-10-03 14:53:23.126109000, delta=753000 ns, racy<=12500 ns 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.127122000, lastModified=2023-10-03 14:53:23.126109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.127122000, lastModified=2023-10-03 14:53:23.126109000, delta=1013000 ns, racy<=12500 ns 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.127657000, lastModified=2023-10-03 14:53:23.126109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.126109000 to 2023-10-03 14:53:23.127109000 14:53:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.127907000, lastModified=2023-10-03 14:53:23.127109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.127907000, lastModified=2023-10-03 14:53:23.127109000, delta=798000 ns, racy<=12500 ns 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.128167000, lastModified=2023-10-03 14:53:23.127109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.128167000, lastModified=2023-10-03 14:53:23.127109000, delta=1058000 ns, racy<=12500 ns 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.128406000, lastModified=2023-10-03 14:53:23.127109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.128406000, lastModified=2023-10-03 14:53:23.127109000, delta=1297000 ns, racy<=12500 ns 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.128645000, lastModified=2023-10-03 14:53:23.127109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.127109000 to 2023-10-03 14:53:23.128109000 14:53:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.128880000, lastModified=2023-10-03 14:53:23.128109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.128880000, lastModified=2023-10-03 14:53:23.128109000, delta=771000 ns, racy<=12500 ns 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.129131000, lastModified=2023-10-03 14:53:23.128109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.129131000, lastModified=2023-10-03 14:53:23.128109000, delta=1022000 ns, racy<=12500 ns 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.129369000, lastModified=2023-10-03 14:53:23.128109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.129369000, lastModified=2023-10-03 14:53:23.128109000, delta=1260000 ns, racy<=12500 ns 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.129606000, lastModified=2023-10-03 14:53:23.128109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.129606000, lastModified=2023-10-03 14:53:23.128109000, delta=1497000 ns, racy<=12500 ns 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.129913000, lastModified=2023-10-03 14:53:23.129109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.129913000, lastModified=2023-10-03 14:53:23.129109000, delta=804000 ns, racy<=12500 ns 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.130182000, lastModified=2023-10-03 14:53:23.129109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.130182000, lastModified=2023-10-03 14:53:23.129109000, delta=1073000 ns, racy<=12500 ns 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.130427000, lastModified=2023-10-03 14:53:23.129109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.130427000, lastModified=2023-10-03 14:53:23.129109000, delta=1318000 ns, racy<=12500 ns 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.130666000, lastModified=2023-10-03 14:53:23.129109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.129109000 to 2023-10-03 14:53:23.130109000 14:53:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.130899000, lastModified=2023-10-03 14:53:23.130109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.130899000, lastModified=2023-10-03 14:53:23.130109000, delta=790000 ns, racy<=12500 ns 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.131161000, lastModified=2023-10-03 14:53:23.130109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.131161000, lastModified=2023-10-03 14:53:23.130109000, delta=1052000 ns, racy<=12500 ns 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.131389000, lastModified=2023-10-03 14:53:23.130109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.131389000, lastModified=2023-10-03 14:53:23.130109000, delta=1280000 ns, racy<=12500 ns 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.131634000, lastModified=2023-10-03 14:53:23.130109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.131634000, lastModified=2023-10-03 14:53:23.130109000, delta=1525000 ns, racy<=12500 ns 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.131875000, lastModified=2023-10-03 14:53:23.131109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.131875000, lastModified=2023-10-03 14:53:23.131109000, delta=766000 ns, racy<=12500 ns 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.132119000, lastModified=2023-10-03 14:53:23.131109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.132119000, lastModified=2023-10-03 14:53:23.131109000, delta=1010000 ns, racy<=12500 ns 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.132350000, lastModified=2023-10-03 14:53:23.131109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.132350000, lastModified=2023-10-03 14:53:23.131109000, delta=1241000 ns, racy<=12500 ns 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.132579000, lastModified=2023-10-03 14:53:23.131109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.132579000, lastModified=2023-10-03 14:53:23.131109000, delta=1470000 ns, racy<=12500 ns 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.132813000, lastModified=2023-10-03 14:53:23.132109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.132813000, lastModified=2023-10-03 14:53:23.132109000, delta=704000 ns, racy<=12500 ns 14:53:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.133041000, lastModified=2023-10-03 14:53:23.132109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.133041000, lastModified=2023-10-03 14:53:23.132109000, delta=932000 ns, racy<=12500 ns 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.133283000, lastModified=2023-10-03 14:53:23.132109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.133283000, lastModified=2023-10-03 14:53:23.132109000, delta=1174000 ns, racy<=12500 ns 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.133511000, lastModified=2023-10-03 14:53:23.132109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.133511000, lastModified=2023-10-03 14:53:23.132109000, delta=1402000 ns, racy<=12500 ns 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.133797000, lastModified=2023-10-03 14:53:23.132109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.132109000 to 2023-10-03 14:53:23.133109000 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.134019000, lastModified=2023-10-03 14:53:23.133109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.134019000, lastModified=2023-10-03 14:53:23.133109000, delta=910000 ns, racy<=12500 ns 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.134262000, lastModified=2023-10-03 14:53:23.133109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.134262000, lastModified=2023-10-03 14:53:23.133109000, delta=1153000 ns, racy<=12500 ns 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.134494000, lastModified=2023-10-03 14:53:23.133109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.134494000, lastModified=2023-10-03 14:53:23.133109000, delta=1385000 ns, racy<=12500 ns 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.134719000, lastModified=2023-10-03 14:53:23.133109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.133109000 to 2023-10-03 14:53:23.134109000 14:53:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.134951000, lastModified=2023-10-03 14:53:23.134109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.134951000, lastModified=2023-10-03 14:53:23.134109000, delta=842000 ns, racy<=12500 ns 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.135194000, lastModified=2023-10-03 14:53:23.134109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.135194000, lastModified=2023-10-03 14:53:23.134109000, delta=1085000 ns, racy<=12500 ns 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.135460000, lastModified=2023-10-03 14:53:23.134109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.135460000, lastModified=2023-10-03 14:53:23.134109000, delta=1351000 ns, racy<=12500 ns 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.135709000, lastModified=2023-10-03 14:53:23.134109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.134109000 to 2023-10-03 14:53:23.135109000 14:53:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.135953000, lastModified=2023-10-03 14:53:23.135109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.135953000, lastModified=2023-10-03 14:53:23.135109000, delta=844000 ns, racy<=12500 ns 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.136206000, lastModified=2023-10-03 14:53:23.135109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.136206000, lastModified=2023-10-03 14:53:23.135109000, delta=1097000 ns, racy<=12500 ns 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.136461000, lastModified=2023-10-03 14:53:23.135109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.136461000, lastModified=2023-10-03 14:53:23.135109000, delta=1352000 ns, racy<=12500 ns 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.136697000, lastModified=2023-10-03 14:53:23.135109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.135109000 to 2023-10-03 14:53:23.136109000 14:53:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.136934000, lastModified=2023-10-03 14:53:23.136109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.136934000, lastModified=2023-10-03 14:53:23.136109000, delta=825000 ns, racy<=12500 ns 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.137177000, lastModified=2023-10-03 14:53:23.136109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.137177000, lastModified=2023-10-03 14:53:23.136109000, delta=1068000 ns, racy<=12500 ns 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.137405000, lastModified=2023-10-03 14:53:23.136109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.137405000, lastModified=2023-10-03 14:53:23.136109000, delta=1296000 ns, racy<=12500 ns 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.137646000, lastModified=2023-10-03 14:53:23.136109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.136109000 to 2023-10-03 14:53:23.137109000 14:53:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.137892000, lastModified=2023-10-03 14:53:23.137109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.137892000, lastModified=2023-10-03 14:53:23.137109000, delta=783000 ns, racy<=12500 ns 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.138214000, lastModified=2023-10-03 14:53:23.137109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.138214000, lastModified=2023-10-03 14:53:23.137109000, delta=1105000 ns, racy<=12500 ns 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.138450000, lastModified=2023-10-03 14:53:23.137109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.138450000, lastModified=2023-10-03 14:53:23.137109000, delta=1341000 ns, racy<=12500 ns 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.138702000, lastModified=2023-10-03 14:53:23.137109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.137109000 to 2023-10-03 14:53:23.138109000 14:53:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.138956000, lastModified=2023-10-03 14:53:23.138109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.138956000, lastModified=2023-10-03 14:53:23.138109000, delta=847000 ns, racy<=12500 ns 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.139212000, lastModified=2023-10-03 14:53:23.138109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.139212000, lastModified=2023-10-03 14:53:23.138109000, delta=1103000 ns, racy<=12500 ns 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.139464000, lastModified=2023-10-03 14:53:23.138109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.139464000, lastModified=2023-10-03 14:53:23.138109000, delta=1355000 ns, racy<=12500 ns 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.139707000, lastModified=2023-10-03 14:53:23.138109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.138109000 to 2023-10-03 14:53:23.139109000 14:53:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.139945000, lastModified=2023-10-03 14:53:23.139109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.139945000, lastModified=2023-10-03 14:53:23.139109000, delta=836000 ns, racy<=12500 ns 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.140200000, lastModified=2023-10-03 14:53:23.139109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.140200000, lastModified=2023-10-03 14:53:23.139109000, delta=1091000 ns, racy<=12500 ns 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.140443000, lastModified=2023-10-03 14:53:23.139109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.140443000, lastModified=2023-10-03 14:53:23.139109000, delta=1334000 ns, racy<=12500 ns 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.140674000, lastModified=2023-10-03 14:53:23.139109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.139109000 to 2023-10-03 14:53:23.140109000 14:53:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.140900000, lastModified=2023-10-03 14:53:23.140109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.140900000, lastModified=2023-10-03 14:53:23.140109000, delta=791000 ns, racy<=12500 ns 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.141159000, lastModified=2023-10-03 14:53:23.140109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.141159000, lastModified=2023-10-03 14:53:23.140109000, delta=1050000 ns, racy<=12500 ns 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.141393000, lastModified=2023-10-03 14:53:23.140109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.141393000, lastModified=2023-10-03 14:53:23.140109000, delta=1284000 ns, racy<=12500 ns 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.141910000, lastModified=2023-10-03 14:53:23.140109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.140109000 to 2023-10-03 14:53:23.141109000 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.142163000, lastModified=2023-10-03 14:53:23.141109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.142163000, lastModified=2023-10-03 14:53:23.141109000, delta=1054000 ns, racy<=12500 ns 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.142399000, lastModified=2023-10-03 14:53:23.141109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.142399000, lastModified=2023-10-03 14:53:23.141109000, delta=1290000 ns, racy<=12500 ns 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.142627000, lastModified=2023-10-03 14:53:23.141109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.142627000, lastModified=2023-10-03 14:53:23.141109000, delta=1518000 ns, racy<=12500 ns 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.142864000, lastModified=2023-10-03 14:53:23.142109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.142864000, lastModified=2023-10-03 14:53:23.142109000, delta=755000 ns, racy<=12500 ns 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.143134000, lastModified=2023-10-03 14:53:23.142109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.143134000, lastModified=2023-10-03 14:53:23.142109000, delta=1025000 ns, racy<=12500 ns 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.143417000, lastModified=2023-10-03 14:53:23.142109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.143417000, lastModified=2023-10-03 14:53:23.142109000, delta=1308000 ns, racy<=12500 ns 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.143696000, lastModified=2023-10-03 14:53:23.142109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.142109000 to 2023-10-03 14:53:23.143109000 14:53:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.143923000, lastModified=2023-10-03 14:53:23.143109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.143923000, lastModified=2023-10-03 14:53:23.143109000, delta=814000 ns, racy<=12500 ns 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.144182000, lastModified=2023-10-03 14:53:23.143109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.144182000, lastModified=2023-10-03 14:53:23.143109000, delta=1073000 ns, racy<=12500 ns 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.144443000, lastModified=2023-10-03 14:53:23.143109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.144443000, lastModified=2023-10-03 14:53:23.143109000, delta=1334000 ns, racy<=12500 ns 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.144704000, lastModified=2023-10-03 14:53:23.143109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.143109000 to 2023-10-03 14:53:23.144109000 14:53:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.144945000, lastModified=2023-10-03 14:53:23.144109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.144945000, lastModified=2023-10-03 14:53:23.144109000, delta=836000 ns, racy<=12500 ns 14:53:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.192339000, lastModified=2023-10-03 14:53:23.144109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.144109000 to 2023-10-03 14:53:23.192109000 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.192988000, lastModified=2023-10-03 14:53:23.192109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.192988000, lastModified=2023-10-03 14:53:23.192109000, delta=879000 ns, racy<=12500 ns 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.193328000, lastModified=2023-10-03 14:53:23.192109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.193328000, lastModified=2023-10-03 14:53:23.192109000, delta=1219000 ns, racy<=12500 ns 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.193583000, lastModified=2023-10-03 14:53:23.192109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.193583000, lastModified=2023-10-03 14:53:23.192109000, delta=1474000 ns, racy<=12500 ns 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.193830000, lastModified=2023-10-03 14:53:23.193109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.193830000, lastModified=2023-10-03 14:53:23.193109000, delta=721000 ns, racy<=12500 ns 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.194103000, lastModified=2023-10-03 14:53:23.193109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.194103000, lastModified=2023-10-03 14:53:23.193109000, delta=994000 ns, racy<=12500 ns 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.194331000, lastModified=2023-10-03 14:53:23.193109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.194331000, lastModified=2023-10-03 14:53:23.193109000, delta=1222000 ns, racy<=12500 ns 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.194647000, lastModified=2023-10-03 14:53:23.193109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.193109000 to 2023-10-03 14:53:23.194109000 14:53:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.194941000, lastModified=2023-10-03 14:53:23.194109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.194941000, lastModified=2023-10-03 14:53:23.194109000, delta=832000 ns, racy<=12500 ns 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.195217000, lastModified=2023-10-03 14:53:23.194109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.195217000, lastModified=2023-10-03 14:53:23.194109000, delta=1108000 ns, racy<=12500 ns 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.195462000, lastModified=2023-10-03 14:53:23.194109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.195462000, lastModified=2023-10-03 14:53:23.194109000, delta=1353000 ns, racy<=12500 ns 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.195720000, lastModified=2023-10-03 14:53:23.194109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.194109000 to 2023-10-03 14:53:23.195109000 14:53:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.195955000, lastModified=2023-10-03 14:53:23.195109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.195955000, lastModified=2023-10-03 14:53:23.195109000, delta=846000 ns, racy<=12500 ns 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.196221000, lastModified=2023-10-03 14:53:23.195109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.196221000, lastModified=2023-10-03 14:53:23.195109000, delta=1112000 ns, racy<=12500 ns 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.196467000, lastModified=2023-10-03 14:53:23.195109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.196467000, lastModified=2023-10-03 14:53:23.195109000, delta=1358000 ns, racy<=12500 ns 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.196702000, lastModified=2023-10-03 14:53:23.195109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.195109000 to 2023-10-03 14:53:23.196109000 14:53:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.196924000, lastModified=2023-10-03 14:53:23.196109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.196924000, lastModified=2023-10-03 14:53:23.196109000, delta=815000 ns, racy<=12500 ns 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.197167000, lastModified=2023-10-03 14:53:23.196109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.197167000, lastModified=2023-10-03 14:53:23.196109000, delta=1058000 ns, racy<=12500 ns 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.197390000, lastModified=2023-10-03 14:53:23.196109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.197390000, lastModified=2023-10-03 14:53:23.196109000, delta=1281000 ns, racy<=12500 ns 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.197607000, lastModified=2023-10-03 14:53:23.196109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.197607000, lastModified=2023-10-03 14:53:23.196109000, delta=1498000 ns, racy<=12500 ns 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.197844000, lastModified=2023-10-03 14:53:23.197109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.197844000, lastModified=2023-10-03 14:53:23.197109000, delta=735000 ns, racy<=12500 ns 14:53:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.198071000, lastModified=2023-10-03 14:53:23.197109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.198071000, lastModified=2023-10-03 14:53:23.197109000, delta=962000 ns, racy<=12500 ns 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.198305000, lastModified=2023-10-03 14:53:23.197109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.198305000, lastModified=2023-10-03 14:53:23.197109000, delta=1196000 ns, racy<=12500 ns 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.198529000, lastModified=2023-10-03 14:53:23.197109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.198529000, lastModified=2023-10-03 14:53:23.197109000, delta=1420000 ns, racy<=12500 ns 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.198759000, lastModified=2023-10-03 14:53:23.197109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.197109000 to 2023-10-03 14:53:23.198109000 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.199002000, lastModified=2023-10-03 14:53:23.198109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.199002000, lastModified=2023-10-03 14:53:23.198109000, delta=893000 ns, racy<=12500 ns 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.199266000, lastModified=2023-10-03 14:53:23.198109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.199266000, lastModified=2023-10-03 14:53:23.198109000, delta=1157000 ns, racy<=12500 ns 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.199504000, lastModified=2023-10-03 14:53:23.198109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.199504000, lastModified=2023-10-03 14:53:23.198109000, delta=1395000 ns, racy<=12500 ns 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.199780000, lastModified=2023-10-03 14:53:23.199109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.199780000, lastModified=2023-10-03 14:53:23.199109000, delta=671000 ns, racy<=12500 ns 14:53:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.200012000, lastModified=2023-10-03 14:53:23.199109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.200012000, lastModified=2023-10-03 14:53:23.199109000, delta=903000 ns, racy<=12500 ns 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.200325000, lastModified=2023-10-03 14:53:23.199109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.200325000, lastModified=2023-10-03 14:53:23.199109000, delta=1216000 ns, racy<=12500 ns 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.200564000, lastModified=2023-10-03 14:53:23.199109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.200564000, lastModified=2023-10-03 14:53:23.199109000, delta=1455000 ns, racy<=12500 ns 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.200827000, lastModified=2023-10-03 14:53:23.200109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.200827000, lastModified=2023-10-03 14:53:23.200109000, delta=718000 ns, racy<=12500 ns 14:53:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.201065000, lastModified=2023-10-03 14:53:23.200109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.201065000, lastModified=2023-10-03 14:53:23.200109000, delta=956000 ns, racy<=12500 ns 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.201309000, lastModified=2023-10-03 14:53:23.200109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.201309000, lastModified=2023-10-03 14:53:23.200109000, delta=1200000 ns, racy<=12500 ns 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.201548000, lastModified=2023-10-03 14:53:23.200109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.201548000, lastModified=2023-10-03 14:53:23.200109000, delta=1439000 ns, racy<=12500 ns 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.201797000, lastModified=2023-10-03 14:53:23.201109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.201797000, lastModified=2023-10-03 14:53:23.201109000, delta=688000 ns, racy<=12500 ns 14:53:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.202042000, lastModified=2023-10-03 14:53:23.201109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.202042000, lastModified=2023-10-03 14:53:23.201109000, delta=933000 ns, racy<=12500 ns 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.202278000, lastModified=2023-10-03 14:53:23.201109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.202278000, lastModified=2023-10-03 14:53:23.201109000, delta=1169000 ns, racy<=12500 ns 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.202552000, lastModified=2023-10-03 14:53:23.201109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.202552000, lastModified=2023-10-03 14:53:23.201109000, delta=1443000 ns, racy<=12500 ns 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.202834000, lastModified=2023-10-03 14:53:23.202109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.202834000, lastModified=2023-10-03 14:53:23.202109000, delta=725000 ns, racy<=12500 ns 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.203125000, lastModified=2023-10-03 14:53:23.202109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.203125000, lastModified=2023-10-03 14:53:23.202109000, delta=1016000 ns, racy<=12500 ns 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.203356000, lastModified=2023-10-03 14:53:23.202109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.203356000, lastModified=2023-10-03 14:53:23.202109000, delta=1247000 ns, racy<=12500 ns 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.203586000, lastModified=2023-10-03 14:53:23.202109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.203586000, lastModified=2023-10-03 14:53:23.202109000, delta=1477000 ns, racy<=12500 ns 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.203830000, lastModified=2023-10-03 14:53:23.203109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.203830000, lastModified=2023-10-03 14:53:23.203109000, delta=721000 ns, racy<=12500 ns 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.204364000, lastModified=2023-10-03 14:53:23.203109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.204364000, lastModified=2023-10-03 14:53:23.203109000, delta=1255000 ns, racy<=12500 ns 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.204605000, lastModified=2023-10-03 14:53:23.203109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.204605000, lastModified=2023-10-03 14:53:23.203109000, delta=1496000 ns, racy<=12500 ns 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.204847000, lastModified=2023-10-03 14:53:23.204109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.204847000, lastModified=2023-10-03 14:53:23.204109000, delta=738000 ns, racy<=12500 ns 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.205091000, lastModified=2023-10-03 14:53:23.204109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.205091000, lastModified=2023-10-03 14:53:23.204109000, delta=982000 ns, racy<=12500 ns 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.205324000, lastModified=2023-10-03 14:53:23.204109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.205324000, lastModified=2023-10-03 14:53:23.204109000, delta=1215000 ns, racy<=12500 ns 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.205552000, lastModified=2023-10-03 14:53:23.204109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.205552000, lastModified=2023-10-03 14:53:23.204109000, delta=1443000 ns, racy<=12500 ns 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.205796000, lastModified=2023-10-03 14:53:23.205109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.205796000, lastModified=2023-10-03 14:53:23.205109000, delta=687000 ns, racy<=12500 ns 14:53:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.206030000, lastModified=2023-10-03 14:53:23.205109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.206030000, lastModified=2023-10-03 14:53:23.205109000, delta=921000 ns, racy<=12500 ns 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.206283000, lastModified=2023-10-03 14:53:23.205109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.206283000, lastModified=2023-10-03 14:53:23.205109000, delta=1174000 ns, racy<=12500 ns 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.206524000, lastModified=2023-10-03 14:53:23.205109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.206524000, lastModified=2023-10-03 14:53:23.205109000, delta=1415000 ns, racy<=12500 ns 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.206759000, lastModified=2023-10-03 14:53:23.205109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.205109000 to 2023-10-03 14:53:23.206109000 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.207001000, lastModified=2023-10-03 14:53:23.206109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.207001000, lastModified=2023-10-03 14:53:23.206109000, delta=892000 ns, racy<=12500 ns 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.207241000, lastModified=2023-10-03 14:53:23.206109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.207241000, lastModified=2023-10-03 14:53:23.206109000, delta=1132000 ns, racy<=12500 ns 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.207472000, lastModified=2023-10-03 14:53:23.206109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.207472000, lastModified=2023-10-03 14:53:23.206109000, delta=1363000 ns, racy<=12500 ns 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.207706000, lastModified=2023-10-03 14:53:23.206109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.206109000 to 2023-10-03 14:53:23.207109000 14:53:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.207924000, lastModified=2023-10-03 14:53:23.207109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.207924000, lastModified=2023-10-03 14:53:23.207109000, delta=815000 ns, racy<=12500 ns 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.208163000, lastModified=2023-10-03 14:53:23.207109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.208163000, lastModified=2023-10-03 14:53:23.207109000, delta=1054000 ns, racy<=12500 ns 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.208396000, lastModified=2023-10-03 14:53:23.207109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.208396000, lastModified=2023-10-03 14:53:23.207109000, delta=1287000 ns, racy<=12500 ns 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.208632000, lastModified=2023-10-03 14:53:23.207109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.208632000, lastModified=2023-10-03 14:53:23.207109000, delta=1523000 ns, racy<=12500 ns 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.208893000, lastModified=2023-10-03 14:53:23.208109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.208893000, lastModified=2023-10-03 14:53:23.208109000, delta=784000 ns, racy<=12500 ns 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.209145000, lastModified=2023-10-03 14:53:23.208109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.209145000, lastModified=2023-10-03 14:53:23.208109000, delta=1036000 ns, racy<=12500 ns 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.209389000, lastModified=2023-10-03 14:53:23.208109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.209389000, lastModified=2023-10-03 14:53:23.208109000, delta=1280000 ns, racy<=12500 ns 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.209630000, lastModified=2023-10-03 14:53:23.208109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.209630000, lastModified=2023-10-03 14:53:23.208109000, delta=1521000 ns, racy<=12500 ns 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.209910000, lastModified=2023-10-03 14:53:23.209109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.209910000, lastModified=2023-10-03 14:53:23.209109000, delta=801000 ns, racy<=12500 ns 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.210164000, lastModified=2023-10-03 14:53:23.209109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.210164000, lastModified=2023-10-03 14:53:23.209109000, delta=1055000 ns, racy<=12500 ns 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.210412000, lastModified=2023-10-03 14:53:23.209109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.210412000, lastModified=2023-10-03 14:53:23.209109000, delta=1303000 ns, racy<=12500 ns 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.210651000, lastModified=2023-10-03 14:53:23.209109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.209109000 to 2023-10-03 14:53:23.210109000 14:53:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.210898000, lastModified=2023-10-03 14:53:23.210109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.210898000, lastModified=2023-10-03 14:53:23.210109000, delta=789000 ns, racy<=12500 ns 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.211178000, lastModified=2023-10-03 14:53:23.210109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.211178000, lastModified=2023-10-03 14:53:23.210109000, delta=1069000 ns, racy<=12500 ns 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.211425000, lastModified=2023-10-03 14:53:23.210109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.211425000, lastModified=2023-10-03 14:53:23.210109000, delta=1316000 ns, racy<=12500 ns 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.211663000, lastModified=2023-10-03 14:53:23.210109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.210109000 to 2023-10-03 14:53:23.211109000 14:53:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.211899000, lastModified=2023-10-03 14:53:23.211109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.211899000, lastModified=2023-10-03 14:53:23.211109000, delta=790000 ns, racy<=12500 ns 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.212174000, lastModified=2023-10-03 14:53:23.211109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.212174000, lastModified=2023-10-03 14:53:23.211109000, delta=1065000 ns, racy<=12500 ns 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.212416000, lastModified=2023-10-03 14:53:23.211109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.212416000, lastModified=2023-10-03 14:53:23.211109000, delta=1307000 ns, racy<=12500 ns 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.212640000, lastModified=2023-10-03 14:53:23.211109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.212640000, lastModified=2023-10-03 14:53:23.211109000, delta=1531000 ns, racy<=12500 ns 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.212893000, lastModified=2023-10-03 14:53:23.212109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.212893000, lastModified=2023-10-03 14:53:23.212109000, delta=784000 ns, racy<=12500 ns 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.213136000, lastModified=2023-10-03 14:53:23.212109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.213136000, lastModified=2023-10-03 14:53:23.212109000, delta=1027000 ns, racy<=12500 ns 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.213370000, lastModified=2023-10-03 14:53:23.212109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.213370000, lastModified=2023-10-03 14:53:23.212109000, delta=1261000 ns, racy<=12500 ns 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.213599000, lastModified=2023-10-03 14:53:23.212109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.213599000, lastModified=2023-10-03 14:53:23.212109000, delta=1490000 ns, racy<=12500 ns 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.213838000, lastModified=2023-10-03 14:53:23.213109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.213838000, lastModified=2023-10-03 14:53:23.213109000, delta=729000 ns, racy<=12500 ns 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.214116000, lastModified=2023-10-03 14:53:23.213109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.214116000, lastModified=2023-10-03 14:53:23.213109000, delta=1007000 ns, racy<=12500 ns 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.214349000, lastModified=2023-10-03 14:53:23.213109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.214349000, lastModified=2023-10-03 14:53:23.213109000, delta=1240000 ns, racy<=12500 ns 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.214578000, lastModified=2023-10-03 14:53:23.213109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.214578000, lastModified=2023-10-03 14:53:23.213109000, delta=1469000 ns, racy<=12500 ns 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.214823000, lastModified=2023-10-03 14:53:23.214109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.214823000, lastModified=2023-10-03 14:53:23.214109000, delta=714000 ns, racy<=12500 ns 14:53:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.215055000, lastModified=2023-10-03 14:53:23.214109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.215055000, lastModified=2023-10-03 14:53:23.214109000, delta=946000 ns, racy<=12500 ns 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.215298000, lastModified=2023-10-03 14:53:23.214109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.215298000, lastModified=2023-10-03 14:53:23.214109000, delta=1189000 ns, racy<=12500 ns 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.215541000, lastModified=2023-10-03 14:53:23.214109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.215541000, lastModified=2023-10-03 14:53:23.214109000, delta=1432000 ns, racy<=12500 ns 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.215776000, lastModified=2023-10-03 14:53:23.215109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.215776000, lastModified=2023-10-03 14:53:23.215109000, delta=667000 ns, racy<=12500 ns 14:53:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.216025000, lastModified=2023-10-03 14:53:23.215109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.216025000, lastModified=2023-10-03 14:53:23.215109000, delta=916000 ns, racy<=12500 ns 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.216275000, lastModified=2023-10-03 14:53:23.215109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.216275000, lastModified=2023-10-03 14:53:23.215109000, delta=1166000 ns, racy<=12500 ns 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.216505000, lastModified=2023-10-03 14:53:23.215109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.216505000, lastModified=2023-10-03 14:53:23.215109000, delta=1396000 ns, racy<=12500 ns 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.216746000, lastModified=2023-10-03 14:53:23.215109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.215109000 to 2023-10-03 14:53:23.216109000 14:53:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.216970000, lastModified=2023-10-03 14:53:23.216109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.216970000, lastModified=2023-10-03 14:53:23.216109000, delta=861000 ns, racy<=12500 ns 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.217219000, lastModified=2023-10-03 14:53:23.216109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.217219000, lastModified=2023-10-03 14:53:23.216109000, delta=1110000 ns, racy<=12500 ns 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.217475000, lastModified=2023-10-03 14:53:23.216109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.217475000, lastModified=2023-10-03 14:53:23.216109000, delta=1366000 ns, racy<=12500 ns 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.217713000, lastModified=2023-10-03 14:53:23.216109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.216109000 to 2023-10-03 14:53:23.217109000 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.217994000, lastModified=2023-10-03 14:53:23.217109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.217994000, lastModified=2023-10-03 14:53:23.217109000, delta=885000 ns, racy<=12500 ns 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.218517000, lastModified=2023-10-03 14:53:23.217109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.218517000, lastModified=2023-10-03 14:53:23.217109000, delta=1408000 ns, racy<=12500 ns 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.218775000, lastModified=2023-10-03 14:53:23.218109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.218775000, lastModified=2023-10-03 14:53:23.218109000, delta=666000 ns, racy<=12500 ns 14:53:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.219009000, lastModified=2023-10-03 14:53:23.218109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.219009000, lastModified=2023-10-03 14:53:23.218109000, delta=900000 ns, racy<=12500 ns 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.219255000, lastModified=2023-10-03 14:53:23.218109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.219255000, lastModified=2023-10-03 14:53:23.218109000, delta=1146000 ns, racy<=12500 ns 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.219492000, lastModified=2023-10-03 14:53:23.218109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.219492000, lastModified=2023-10-03 14:53:23.218109000, delta=1383000 ns, racy<=12500 ns 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.219720000, lastModified=2023-10-03 14:53:23.218109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.218109000 to 2023-10-03 14:53:23.219109000 14:53:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.219940000, lastModified=2023-10-03 14:53:23.219109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.219940000, lastModified=2023-10-03 14:53:23.219109000, delta=831000 ns, racy<=12500 ns 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.220177000, lastModified=2023-10-03 14:53:23.219109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.220177000, lastModified=2023-10-03 14:53:23.219109000, delta=1068000 ns, racy<=12500 ns 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.220404000, lastModified=2023-10-03 14:53:23.219109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.220404000, lastModified=2023-10-03 14:53:23.219109000, delta=1295000 ns, racy<=12500 ns 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.220653000, lastModified=2023-10-03 14:53:23.219109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.219109000 to 2023-10-03 14:53:23.220109000 14:53:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.220875000, lastModified=2023-10-03 14:53:23.220109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.220875000, lastModified=2023-10-03 14:53:23.220109000, delta=766000 ns, racy<=12500 ns 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.221118000, lastModified=2023-10-03 14:53:23.220109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.221118000, lastModified=2023-10-03 14:53:23.220109000, delta=1009000 ns, racy<=12500 ns 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.221347000, lastModified=2023-10-03 14:53:23.220109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.221347000, lastModified=2023-10-03 14:53:23.220109000, delta=1238000 ns, racy<=12500 ns 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.221587000, lastModified=2023-10-03 14:53:23.220109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.221587000, lastModified=2023-10-03 14:53:23.220109000, delta=1478000 ns, racy<=12500 ns 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.221839000, lastModified=2023-10-03 14:53:23.221109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.221839000, lastModified=2023-10-03 14:53:23.221109000, delta=730000 ns, racy<=12500 ns 14:53:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.222065000, lastModified=2023-10-03 14:53:23.221109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.222065000, lastModified=2023-10-03 14:53:23.221109000, delta=956000 ns, racy<=12500 ns 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.222299000, lastModified=2023-10-03 14:53:23.221109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.222299000, lastModified=2023-10-03 14:53:23.221109000, delta=1190000 ns, racy<=12500 ns 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.222528000, lastModified=2023-10-03 14:53:23.221109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.222528000, lastModified=2023-10-03 14:53:23.221109000, delta=1419000 ns, racy<=12500 ns 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.222755000, lastModified=2023-10-03 14:53:23.221109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.221109000 to 2023-10-03 14:53:23.222109000 14:53:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.222968000, lastModified=2023-10-03 14:53:23.222109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.222968000, lastModified=2023-10-03 14:53:23.222109000, delta=859000 ns, racy<=12500 ns 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.223250000, lastModified=2023-10-03 14:53:23.222109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.223250000, lastModified=2023-10-03 14:53:23.222109000, delta=1141000 ns, racy<=12500 ns 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.223489000, lastModified=2023-10-03 14:53:23.222109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.223489000, lastModified=2023-10-03 14:53:23.222109000, delta=1380000 ns, racy<=12500 ns 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.223720000, lastModified=2023-10-03 14:53:23.222109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.222109000 to 2023-10-03 14:53:23.223109000 14:53:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.223951000, lastModified=2023-10-03 14:53:23.223109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.223951000, lastModified=2023-10-03 14:53:23.223109000, delta=842000 ns, racy<=12500 ns 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.224188000, lastModified=2023-10-03 14:53:23.223109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.224188000, lastModified=2023-10-03 14:53:23.223109000, delta=1079000 ns, racy<=12500 ns 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.224425000, lastModified=2023-10-03 14:53:23.223109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.224425000, lastModified=2023-10-03 14:53:23.223109000, delta=1316000 ns, racy<=12500 ns 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.224653000, lastModified=2023-10-03 14:53:23.223109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.223109000 to 2023-10-03 14:53:23.224109000 14:53:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.224879000, lastModified=2023-10-03 14:53:23.224109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.224879000, lastModified=2023-10-03 14:53:23.224109000, delta=770000 ns, racy<=12500 ns 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.225125000, lastModified=2023-10-03 14:53:23.224109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.225125000, lastModified=2023-10-03 14:53:23.224109000, delta=1016000 ns, racy<=12500 ns 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.225361000, lastModified=2023-10-03 14:53:23.224109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.225361000, lastModified=2023-10-03 14:53:23.224109000, delta=1252000 ns, racy<=12500 ns 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.225586000, lastModified=2023-10-03 14:53:23.224109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.225586000, lastModified=2023-10-03 14:53:23.224109000, delta=1477000 ns, racy<=12500 ns 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.225873000, lastModified=2023-10-03 14:53:23.225109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.225873000, lastModified=2023-10-03 14:53:23.225109000, delta=764000 ns, racy<=12500 ns 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.226117000, lastModified=2023-10-03 14:53:23.225109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.226117000, lastModified=2023-10-03 14:53:23.225109000, delta=1008000 ns, racy<=12500 ns 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.226344000, lastModified=2023-10-03 14:53:23.225109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.226344000, lastModified=2023-10-03 14:53:23.225109000, delta=1235000 ns, racy<=12500 ns 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.226572000, lastModified=2023-10-03 14:53:23.225109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.226572000, lastModified=2023-10-03 14:53:23.225109000, delta=1463000 ns, racy<=12500 ns 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.226809000, lastModified=2023-10-03 14:53:23.226109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.226809000, lastModified=2023-10-03 14:53:23.226109000, delta=700000 ns, racy<=12500 ns 14:53:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.227043000, lastModified=2023-10-03 14:53:23.226109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.227043000, lastModified=2023-10-03 14:53:23.226109000, delta=934000 ns, racy<=12500 ns 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.227297000, lastModified=2023-10-03 14:53:23.226109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.227297000, lastModified=2023-10-03 14:53:23.226109000, delta=1188000 ns, racy<=12500 ns 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.227524000, lastModified=2023-10-03 14:53:23.226109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.227524000, lastModified=2023-10-03 14:53:23.226109000, delta=1415000 ns, racy<=12500 ns 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.227790000, lastModified=2023-10-03 14:53:23.227109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.227790000, lastModified=2023-10-03 14:53:23.227109000, delta=681000 ns, racy<=12500 ns 14:53:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.228059000, lastModified=2023-10-03 14:53:23.227109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.228059000, lastModified=2023-10-03 14:53:23.227109000, delta=950000 ns, racy<=12500 ns 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.228307000, lastModified=2023-10-03 14:53:23.227109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.228307000, lastModified=2023-10-03 14:53:23.227109000, delta=1198000 ns, racy<=12500 ns 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.228535000, lastModified=2023-10-03 14:53:23.227109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.228535000, lastModified=2023-10-03 14:53:23.227109000, delta=1426000 ns, racy<=12500 ns 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.228775000, lastModified=2023-10-03 14:53:23.228109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.228775000, lastModified=2023-10-03 14:53:23.228109000, delta=666000 ns, racy<=12500 ns 14:53:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.229010000, lastModified=2023-10-03 14:53:23.228109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.229010000, lastModified=2023-10-03 14:53:23.228109000, delta=901000 ns, racy<=12500 ns 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.229261000, lastModified=2023-10-03 14:53:23.228109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.229261000, lastModified=2023-10-03 14:53:23.228109000, delta=1152000 ns, racy<=12500 ns 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.229495000, lastModified=2023-10-03 14:53:23.228109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.229495000, lastModified=2023-10-03 14:53:23.228109000, delta=1386000 ns, racy<=12500 ns 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.229728000, lastModified=2023-10-03 14:53:23.228109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.228109000 to 2023-10-03 14:53:23.229109000 14:53:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.229954000, lastModified=2023-10-03 14:53:23.229109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.229954000, lastModified=2023-10-03 14:53:23.229109000, delta=845000 ns, racy<=12500 ns 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.230195000, lastModified=2023-10-03 14:53:23.229109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.230195000, lastModified=2023-10-03 14:53:23.229109000, delta=1086000 ns, racy<=12500 ns 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.230428000, lastModified=2023-10-03 14:53:23.229109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.230428000, lastModified=2023-10-03 14:53:23.229109000, delta=1319000 ns, racy<=12500 ns 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.230670000, lastModified=2023-10-03 14:53:23.229109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.229109000 to 2023-10-03 14:53:23.230109000 14:53:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.230896000, lastModified=2023-10-03 14:53:23.230109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.230896000, lastModified=2023-10-03 14:53:23.230109000, delta=787000 ns, racy<=12500 ns 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.231142000, lastModified=2023-10-03 14:53:23.230109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.231142000, lastModified=2023-10-03 14:53:23.230109000, delta=1033000 ns, racy<=12500 ns 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.231370000, lastModified=2023-10-03 14:53:23.230109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.231370000, lastModified=2023-10-03 14:53:23.230109000, delta=1261000 ns, racy<=12500 ns 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.231610000, lastModified=2023-10-03 14:53:23.230109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.231610000, lastModified=2023-10-03 14:53:23.230109000, delta=1501000 ns, racy<=12500 ns 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.231881000, lastModified=2023-10-03 14:53:23.231109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.231881000, lastModified=2023-10-03 14:53:23.231109000, delta=772000 ns, racy<=12500 ns 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.232121000, lastModified=2023-10-03 14:53:23.231109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.232121000, lastModified=2023-10-03 14:53:23.231109000, delta=1012000 ns, racy<=12500 ns 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.232632000, lastModified=2023-10-03 14:53:23.231109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.232632000, lastModified=2023-10-03 14:53:23.231109000, delta=1523000 ns, racy<=12500 ns 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.232900000, lastModified=2023-10-03 14:53:23.232109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.232900000, lastModified=2023-10-03 14:53:23.232109000, delta=791000 ns, racy<=12500 ns 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.233155000, lastModified=2023-10-03 14:53:23.232109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.233155000, lastModified=2023-10-03 14:53:23.232109000, delta=1046000 ns, racy<=12500 ns 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.233379000, lastModified=2023-10-03 14:53:23.232109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.233379000, lastModified=2023-10-03 14:53:23.232109000, delta=1270000 ns, racy<=12500 ns 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.233603000, lastModified=2023-10-03 14:53:23.232109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.233603000, lastModified=2023-10-03 14:53:23.232109000, delta=1494000 ns, racy<=12500 ns 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.233886000, lastModified=2023-10-03 14:53:23.233109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.233886000, lastModified=2023-10-03 14:53:23.233109000, delta=777000 ns, racy<=12500 ns 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.234125000, lastModified=2023-10-03 14:53:23.233109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.234125000, lastModified=2023-10-03 14:53:23.233109000, delta=1016000 ns, racy<=12500 ns 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.234351000, lastModified=2023-10-03 14:53:23.233109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.234351000, lastModified=2023-10-03 14:53:23.233109000, delta=1242000 ns, racy<=12500 ns 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.234583000, lastModified=2023-10-03 14:53:23.233109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.234583000, lastModified=2023-10-03 14:53:23.233109000, delta=1474000 ns, racy<=12500 ns 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.234821000, lastModified=2023-10-03 14:53:23.234109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.234821000, lastModified=2023-10-03 14:53:23.234109000, delta=712000 ns, racy<=12500 ns 14:53:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.235047000, lastModified=2023-10-03 14:53:23.234109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.235047000, lastModified=2023-10-03 14:53:23.234109000, delta=938000 ns, racy<=12500 ns 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.235295000, lastModified=2023-10-03 14:53:23.234109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.235295000, lastModified=2023-10-03 14:53:23.234109000, delta=1186000 ns, racy<=12500 ns 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.235518000, lastModified=2023-10-03 14:53:23.234109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.235518000, lastModified=2023-10-03 14:53:23.234109000, delta=1409000 ns, racy<=12500 ns 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.235750000, lastModified=2023-10-03 14:53:23.234109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.234109000 to 2023-10-03 14:53:23.235109000 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.236021000, lastModified=2023-10-03 14:53:23.235109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.236021000, lastModified=2023-10-03 14:53:23.235109000, delta=912000 ns, racy<=12500 ns 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.236278000, lastModified=2023-10-03 14:53:23.235109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.236278000, lastModified=2023-10-03 14:53:23.235109000, delta=1169000 ns, racy<=12500 ns 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.236509000, lastModified=2023-10-03 14:53:23.235109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.236509000, lastModified=2023-10-03 14:53:23.235109000, delta=1400000 ns, racy<=12500 ns 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.236740000, lastModified=2023-10-03 14:53:23.235109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.235109000 to 2023-10-03 14:53:23.236109000 14:53:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.236957000, lastModified=2023-10-03 14:53:23.236109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.236957000, lastModified=2023-10-03 14:53:23.236109000, delta=848000 ns, racy<=12500 ns 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.237246000, lastModified=2023-10-03 14:53:23.236109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.237246000, lastModified=2023-10-03 14:53:23.236109000, delta=1137000 ns, racy<=12500 ns 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.237478000, lastModified=2023-10-03 14:53:23.236109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.237478000, lastModified=2023-10-03 14:53:23.236109000, delta=1369000 ns, racy<=12500 ns 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.237712000, lastModified=2023-10-03 14:53:23.236109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.236109000 to 2023-10-03 14:53:23.237109000 14:53:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.237933000, lastModified=2023-10-03 14:53:23.237109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.237933000, lastModified=2023-10-03 14:53:23.237109000, delta=824000 ns, racy<=12500 ns 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.238176000, lastModified=2023-10-03 14:53:23.237109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.238176000, lastModified=2023-10-03 14:53:23.237109000, delta=1067000 ns, racy<=12500 ns 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.238417000, lastModified=2023-10-03 14:53:23.237109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.238417000, lastModified=2023-10-03 14:53:23.237109000, delta=1308000 ns, racy<=12500 ns 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.238652000, lastModified=2023-10-03 14:53:23.237109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.237109000 to 2023-10-03 14:53:23.238109000 14:53:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.238897000, lastModified=2023-10-03 14:53:23.238109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.238897000, lastModified=2023-10-03 14:53:23.238109000, delta=788000 ns, racy<=12500 ns 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.239144000, lastModified=2023-10-03 14:53:23.238109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.239144000, lastModified=2023-10-03 14:53:23.238109000, delta=1035000 ns, racy<=12500 ns 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.239368000, lastModified=2023-10-03 14:53:23.238109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.239368000, lastModified=2023-10-03 14:53:23.238109000, delta=1259000 ns, racy<=12500 ns 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.239594000, lastModified=2023-10-03 14:53:23.238109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.239594000, lastModified=2023-10-03 14:53:23.238109000, delta=1485000 ns, racy<=12500 ns 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.239829000, lastModified=2023-10-03 14:53:23.239109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.239829000, lastModified=2023-10-03 14:53:23.239109000, delta=720000 ns, racy<=12500 ns 14:53:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.240063000, lastModified=2023-10-03 14:53:23.239109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.240063000, lastModified=2023-10-03 14:53:23.239109000, delta=954000 ns, racy<=12500 ns 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.240300000, lastModified=2023-10-03 14:53:23.239109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.240300000, lastModified=2023-10-03 14:53:23.239109000, delta=1191000 ns, racy<=12500 ns 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.240527000, lastModified=2023-10-03 14:53:23.239109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.240527000, lastModified=2023-10-03 14:53:23.239109000, delta=1418000 ns, racy<=12500 ns 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.240792000, lastModified=2023-10-03 14:53:23.240109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.240792000, lastModified=2023-10-03 14:53:23.240109000, delta=683000 ns, racy<=12500 ns 14:53:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.241026000, lastModified=2023-10-03 14:53:23.240109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.241026000, lastModified=2023-10-03 14:53:23.240109000, delta=917000 ns, racy<=12500 ns 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.241264000, lastModified=2023-10-03 14:53:23.240109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.241264000, lastModified=2023-10-03 14:53:23.240109000, delta=1155000 ns, racy<=12500 ns 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.241491000, lastModified=2023-10-03 14:53:23.240109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.241491000, lastModified=2023-10-03 14:53:23.240109000, delta=1382000 ns, racy<=12500 ns 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.241722000, lastModified=2023-10-03 14:53:23.240109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.240109000 to 2023-10-03 14:53:23.241109000 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.242000000, lastModified=2023-10-03 14:53:23.241109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.242000000, lastModified=2023-10-03 14:53:23.241109000, delta=891000 ns, racy<=12500 ns 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.242249000, lastModified=2023-10-03 14:53:23.241109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.242249000, lastModified=2023-10-03 14:53:23.241109000, delta=1140000 ns, racy<=12500 ns 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.242479000, lastModified=2023-10-03 14:53:23.241109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.242479000, lastModified=2023-10-03 14:53:23.241109000, delta=1370000 ns, racy<=12500 ns 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.242710000, lastModified=2023-10-03 14:53:23.241109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.241109000 to 2023-10-03 14:53:23.242109000 14:53:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.242931000, lastModified=2023-10-03 14:53:23.242109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.242931000, lastModified=2023-10-03 14:53:23.242109000, delta=822000 ns, racy<=12500 ns 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.243169000, lastModified=2023-10-03 14:53:23.242109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.243169000, lastModified=2023-10-03 14:53:23.242109000, delta=1060000 ns, racy<=12500 ns 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.243404000, lastModified=2023-10-03 14:53:23.242109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.243404000, lastModified=2023-10-03 14:53:23.242109000, delta=1295000 ns, racy<=12500 ns 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.243641000, lastModified=2023-10-03 14:53:23.242109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.243641000, lastModified=2023-10-03 14:53:23.242109000, delta=1532000 ns, racy<=12500 ns 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.243881000, lastModified=2023-10-03 14:53:23.243109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.243881000, lastModified=2023-10-03 14:53:23.243109000, delta=772000 ns, racy<=12500 ns 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.244118000, lastModified=2023-10-03 14:53:23.243109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.244118000, lastModified=2023-10-03 14:53:23.243109000, delta=1009000 ns, racy<=12500 ns 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.244353000, lastModified=2023-10-03 14:53:23.243109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.244353000, lastModified=2023-10-03 14:53:23.243109000, delta=1244000 ns, racy<=12500 ns 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.244581000, lastModified=2023-10-03 14:53:23.243109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.244581000, lastModified=2023-10-03 14:53:23.243109000, delta=1472000 ns, racy<=12500 ns 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.244818000, lastModified=2023-10-03 14:53:23.244109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.244818000, lastModified=2023-10-03 14:53:23.244109000, delta=709000 ns, racy<=12500 ns 14:53:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.245048000, lastModified=2023-10-03 14:53:23.244109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.245048000, lastModified=2023-10-03 14:53:23.244109000, delta=939000 ns, racy<=12500 ns 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.245297000, lastModified=2023-10-03 14:53:23.244109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.245297000, lastModified=2023-10-03 14:53:23.244109000, delta=1188000 ns, racy<=12500 ns 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.245537000, lastModified=2023-10-03 14:53:23.244109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.245537000, lastModified=2023-10-03 14:53:23.244109000, delta=1428000 ns, racy<=12500 ns 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.245777000, lastModified=2023-10-03 14:53:23.245109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.245777000, lastModified=2023-10-03 14:53:23.245109000, delta=668000 ns, racy<=12500 ns 14:53:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.246012000, lastModified=2023-10-03 14:53:23.245109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.246012000, lastModified=2023-10-03 14:53:23.245109000, delta=903000 ns, racy<=12500 ns 14:53:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.246526000, lastModified=2023-10-03 14:53:23.245109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.245109000 to 2023-10-03 14:53:23.291109000 14:53:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.292762000, lastModified=2023-10-03 14:53:23.291109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.291109000 to 2023-10-03 14:53:23.292109000 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.293155000, lastModified=2023-10-03 14:53:23.292109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.293155000, lastModified=2023-10-03 14:53:23.292109000, delta=1046000 ns, racy<=12500 ns 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.293438000, lastModified=2023-10-03 14:53:23.292109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.293438000, lastModified=2023-10-03 14:53:23.292109000, delta=1329000 ns, racy<=12500 ns 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.293688000, lastModified=2023-10-03 14:53:23.292109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.292109000 to 2023-10-03 14:53:23.293109000 14:53:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.293913000, lastModified=2023-10-03 14:53:23.293109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.293913000, lastModified=2023-10-03 14:53:23.293109000, delta=804000 ns, racy<=12500 ns 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.294138000, lastModified=2023-10-03 14:53:23.293109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.294138000, lastModified=2023-10-03 14:53:23.293109000, delta=1029000 ns, racy<=12500 ns 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.294358000, lastModified=2023-10-03 14:53:23.293109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.294358000, lastModified=2023-10-03 14:53:23.293109000, delta=1249000 ns, racy<=12500 ns 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.294574000, lastModified=2023-10-03 14:53:23.293109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.294574000, lastModified=2023-10-03 14:53:23.293109000, delta=1465000 ns, racy<=12500 ns 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.294797000, lastModified=2023-10-03 14:53:23.294109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.294797000, lastModified=2023-10-03 14:53:23.294109000, delta=688000 ns, racy<=12500 ns 14:53:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.295014000, lastModified=2023-10-03 14:53:23.294109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.295014000, lastModified=2023-10-03 14:53:23.294109000, delta=905000 ns, racy<=12500 ns 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.295239000, lastModified=2023-10-03 14:53:23.294109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.295239000, lastModified=2023-10-03 14:53:23.294109000, delta=1130000 ns, racy<=12500 ns 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.295460000, lastModified=2023-10-03 14:53:23.294109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.295460000, lastModified=2023-10-03 14:53:23.294109000, delta=1351000 ns, racy<=12500 ns 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.295672000, lastModified=2023-10-03 14:53:23.294109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.294109000 to 2023-10-03 14:53:23.295109000 14:53:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.295884000, lastModified=2023-10-03 14:53:23.295109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.295884000, lastModified=2023-10-03 14:53:23.295109000, delta=775000 ns, racy<=12500 ns 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.296117000, lastModified=2023-10-03 14:53:23.295109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.296117000, lastModified=2023-10-03 14:53:23.295109000, delta=1008000 ns, racy<=12500 ns 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.296334000, lastModified=2023-10-03 14:53:23.295109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.296334000, lastModified=2023-10-03 14:53:23.295109000, delta=1225000 ns, racy<=12500 ns 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.296548000, lastModified=2023-10-03 14:53:23.295109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.296548000, lastModified=2023-10-03 14:53:23.295109000, delta=1439000 ns, racy<=12500 ns 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.296795000, lastModified=2023-10-03 14:53:23.296109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.296795000, lastModified=2023-10-03 14:53:23.296109000, delta=686000 ns, racy<=12500 ns 14:53:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.297021000, lastModified=2023-10-03 14:53:23.296109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.297021000, lastModified=2023-10-03 14:53:23.296109000, delta=912000 ns, racy<=12500 ns 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.297299000, lastModified=2023-10-03 14:53:23.296109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.297299000, lastModified=2023-10-03 14:53:23.296109000, delta=1190000 ns, racy<=12500 ns 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.297550000, lastModified=2023-10-03 14:53:23.296109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.297550000, lastModified=2023-10-03 14:53:23.296109000, delta=1441000 ns, racy<=12500 ns 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.297790000, lastModified=2023-10-03 14:53:23.297109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.297790000, lastModified=2023-10-03 14:53:23.297109000, delta=681000 ns, racy<=12500 ns 14:53:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.298013000, lastModified=2023-10-03 14:53:23.297109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.298013000, lastModified=2023-10-03 14:53:23.297109000, delta=904000 ns, racy<=12500 ns 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.298235000, lastModified=2023-10-03 14:53:23.297109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.298235000, lastModified=2023-10-03 14:53:23.297109000, delta=1126000 ns, racy<=12500 ns 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.298452000, lastModified=2023-10-03 14:53:23.297109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.298452000, lastModified=2023-10-03 14:53:23.297109000, delta=1343000 ns, racy<=12500 ns 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.298664000, lastModified=2023-10-03 14:53:23.297109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.297109000 to 2023-10-03 14:53:23.298109000 14:53:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.298881000, lastModified=2023-10-03 14:53:23.298109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.298881000, lastModified=2023-10-03 14:53:23.298109000, delta=772000 ns, racy<=12500 ns 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.299122000, lastModified=2023-10-03 14:53:23.298109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.299122000, lastModified=2023-10-03 14:53:23.298109000, delta=1013000 ns, racy<=12500 ns 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.299338000, lastModified=2023-10-03 14:53:23.298109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.299338000, lastModified=2023-10-03 14:53:23.298109000, delta=1229000 ns, racy<=12500 ns 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.299554000, lastModified=2023-10-03 14:53:23.298109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.299554000, lastModified=2023-10-03 14:53:23.298109000, delta=1445000 ns, racy<=12500 ns 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.299780000, lastModified=2023-10-03 14:53:23.299109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.299780000, lastModified=2023-10-03 14:53:23.299109000, delta=671000 ns, racy<=12500 ns 14:53:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.299998000, lastModified=2023-10-03 14:53:23.299109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.299998000, lastModified=2023-10-03 14:53:23.299109000, delta=889000 ns, racy<=12500 ns 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.300226000, lastModified=2023-10-03 14:53:23.299109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.300226000, lastModified=2023-10-03 14:53:23.299109000, delta=1117000 ns, racy<=12500 ns 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.300445000, lastModified=2023-10-03 14:53:23.299109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.300445000, lastModified=2023-10-03 14:53:23.299109000, delta=1336000 ns, racy<=12500 ns 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.300666000, lastModified=2023-10-03 14:53:23.299109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.299109000 to 2023-10-03 14:53:23.300109000 14:53:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.300885000, lastModified=2023-10-03 14:53:23.300109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.300885000, lastModified=2023-10-03 14:53:23.300109000, delta=776000 ns, racy<=12500 ns 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.301114000, lastModified=2023-10-03 14:53:23.300109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.301114000, lastModified=2023-10-03 14:53:23.300109000, delta=1005000 ns, racy<=12500 ns 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.301331000, lastModified=2023-10-03 14:53:23.300109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.301331000, lastModified=2023-10-03 14:53:23.300109000, delta=1222000 ns, racy<=12500 ns 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.301548000, lastModified=2023-10-03 14:53:23.300109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.301548000, lastModified=2023-10-03 14:53:23.300109000, delta=1439000 ns, racy<=12500 ns 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.301774000, lastModified=2023-10-03 14:53:23.301109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.301774000, lastModified=2023-10-03 14:53:23.301109000, delta=665000 ns, racy<=12500 ns 14:53:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.301998000, lastModified=2023-10-03 14:53:23.301109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.301998000, lastModified=2023-10-03 14:53:23.301109000, delta=889000 ns, racy<=12500 ns 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.302232000, lastModified=2023-10-03 14:53:23.301109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.302232000, lastModified=2023-10-03 14:53:23.301109000, delta=1123000 ns, racy<=12500 ns 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.302448000, lastModified=2023-10-03 14:53:23.301109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.302448000, lastModified=2023-10-03 14:53:23.301109000, delta=1339000 ns, racy<=12500 ns 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.302679000, lastModified=2023-10-03 14:53:23.301109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.301109000 to 2023-10-03 14:53:23.302109000 14:53:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.302914000, lastModified=2023-10-03 14:53:23.302109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.302914000, lastModified=2023-10-03 14:53:23.302109000, delta=805000 ns, racy<=12500 ns 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.303141000, lastModified=2023-10-03 14:53:23.302109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.303141000, lastModified=2023-10-03 14:53:23.302109000, delta=1032000 ns, racy<=12500 ns 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.303358000, lastModified=2023-10-03 14:53:23.302109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.303358000, lastModified=2023-10-03 14:53:23.302109000, delta=1249000 ns, racy<=12500 ns 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.303572000, lastModified=2023-10-03 14:53:23.302109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.303572000, lastModified=2023-10-03 14:53:23.302109000, delta=1463000 ns, racy<=12500 ns 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.303798000, lastModified=2023-10-03 14:53:23.303109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.303798000, lastModified=2023-10-03 14:53:23.303109000, delta=689000 ns, racy<=12500 ns 14:53:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.304022000, lastModified=2023-10-03 14:53:23.303109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.304022000, lastModified=2023-10-03 14:53:23.303109000, delta=913000 ns, racy<=12500 ns 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.304248000, lastModified=2023-10-03 14:53:23.303109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.304248000, lastModified=2023-10-03 14:53:23.303109000, delta=1139000 ns, racy<=12500 ns 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.304461000, lastModified=2023-10-03 14:53:23.303109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.304461000, lastModified=2023-10-03 14:53:23.303109000, delta=1352000 ns, racy<=12500 ns 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.304674000, lastModified=2023-10-03 14:53:23.303109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.303109000 to 2023-10-03 14:53:23.304109000 14:53:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.304888000, lastModified=2023-10-03 14:53:23.304109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.304888000, lastModified=2023-10-03 14:53:23.304109000, delta=779000 ns, racy<=12500 ns 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.305114000, lastModified=2023-10-03 14:53:23.304109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.305114000, lastModified=2023-10-03 14:53:23.304109000, delta=1005000 ns, racy<=12500 ns 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.305328000, lastModified=2023-10-03 14:53:23.304109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.305328000, lastModified=2023-10-03 14:53:23.304109000, delta=1219000 ns, racy<=12500 ns 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.305559000, lastModified=2023-10-03 14:53:23.304109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.305559000, lastModified=2023-10-03 14:53:23.304109000, delta=1450000 ns, racy<=12500 ns 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.306145000, lastModified=2023-10-03 14:53:23.305109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.306145000, lastModified=2023-10-03 14:53:23.305109000, delta=1036000 ns, racy<=12500 ns 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.306377000, lastModified=2023-10-03 14:53:23.305109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.306377000, lastModified=2023-10-03 14:53:23.305109000, delta=1268000 ns, racy<=12500 ns 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.306597000, lastModified=2023-10-03 14:53:23.305109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.306597000, lastModified=2023-10-03 14:53:23.305109000, delta=1488000 ns, racy<=12500 ns 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.306825000, lastModified=2023-10-03 14:53:23.306109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.306825000, lastModified=2023-10-03 14:53:23.306109000, delta=716000 ns, racy<=12500 ns 14:53:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.307037000, lastModified=2023-10-03 14:53:23.306109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.307037000, lastModified=2023-10-03 14:53:23.306109000, delta=928000 ns, racy<=12500 ns 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.307267000, lastModified=2023-10-03 14:53:23.306109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.307267000, lastModified=2023-10-03 14:53:23.306109000, delta=1158000 ns, racy<=12500 ns 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.307483000, lastModified=2023-10-03 14:53:23.306109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.307483000, lastModified=2023-10-03 14:53:23.306109000, delta=1374000 ns, racy<=12500 ns 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.307695000, lastModified=2023-10-03 14:53:23.306109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.306109000 to 2023-10-03 14:53:23.307109000 14:53:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.307924000, lastModified=2023-10-03 14:53:23.307109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.307924000, lastModified=2023-10-03 14:53:23.307109000, delta=815000 ns, racy<=12500 ns 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.308157000, lastModified=2023-10-03 14:53:23.307109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.308157000, lastModified=2023-10-03 14:53:23.307109000, delta=1048000 ns, racy<=12500 ns 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.308385000, lastModified=2023-10-03 14:53:23.307109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.308385000, lastModified=2023-10-03 14:53:23.307109000, delta=1276000 ns, racy<=12500 ns 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.308615000, lastModified=2023-10-03 14:53:23.307109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.308615000, lastModified=2023-10-03 14:53:23.307109000, delta=1506000 ns, racy<=12500 ns 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.308855000, lastModified=2023-10-03 14:53:23.308109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.308855000, lastModified=2023-10-03 14:53:23.308109000, delta=746000 ns, racy<=12500 ns 14:53:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.309067000, lastModified=2023-10-03 14:53:23.308109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.309067000, lastModified=2023-10-03 14:53:23.308109000, delta=958000 ns, racy<=12500 ns 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.309299000, lastModified=2023-10-03 14:53:23.308109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.309299000, lastModified=2023-10-03 14:53:23.308109000, delta=1190000 ns, racy<=12500 ns 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.309516000, lastModified=2023-10-03 14:53:23.308109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.309516000, lastModified=2023-10-03 14:53:23.308109000, delta=1407000 ns, racy<=12500 ns 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.309726000, lastModified=2023-10-03 14:53:23.308109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.308109000 to 2023-10-03 14:53:23.309109000 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.310012000, lastModified=2023-10-03 14:53:23.309109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.310012000, lastModified=2023-10-03 14:53:23.309109000, delta=903000 ns, racy<=12500 ns 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.310250000, lastModified=2023-10-03 14:53:23.309109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.310250000, lastModified=2023-10-03 14:53:23.309109000, delta=1141000 ns, racy<=12500 ns 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.310481000, lastModified=2023-10-03 14:53:23.309109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.310481000, lastModified=2023-10-03 14:53:23.309109000, delta=1372000 ns, racy<=12500 ns 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.310709000, lastModified=2023-10-03 14:53:23.309109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.309109000 to 2023-10-03 14:53:23.310109000 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.310999000, lastModified=2023-10-03 14:53:23.310109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.310999000, lastModified=2023-10-03 14:53:23.310109000, delta=890000 ns, racy<=12500 ns 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.311259000, lastModified=2023-10-03 14:53:23.310109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.311259000, lastModified=2023-10-03 14:53:23.310109000, delta=1150000 ns, racy<=12500 ns 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.311487000, lastModified=2023-10-03 14:53:23.310109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.311487000, lastModified=2023-10-03 14:53:23.310109000, delta=1378000 ns, racy<=12500 ns 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.311720000, lastModified=2023-10-03 14:53:23.310109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.310109000 to 2023-10-03 14:53:23.311109000 14:53:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.311945000, lastModified=2023-10-03 14:53:23.311109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.311945000, lastModified=2023-10-03 14:53:23.311109000, delta=836000 ns, racy<=12500 ns 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.312183000, lastModified=2023-10-03 14:53:23.311109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.312183000, lastModified=2023-10-03 14:53:23.311109000, delta=1074000 ns, racy<=12500 ns 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.312412000, lastModified=2023-10-03 14:53:23.311109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.312412000, lastModified=2023-10-03 14:53:23.311109000, delta=1303000 ns, racy<=12500 ns 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.312642000, lastModified=2023-10-03 14:53:23.311109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.312642000, lastModified=2023-10-03 14:53:23.311109000, delta=1533000 ns, racy<=12500 ns 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.312868000, lastModified=2023-10-03 14:53:23.312109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.312868000, lastModified=2023-10-03 14:53:23.312109000, delta=759000 ns, racy<=12500 ns 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.313105000, lastModified=2023-10-03 14:53:23.312109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.313105000, lastModified=2023-10-03 14:53:23.312109000, delta=996000 ns, racy<=12500 ns 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.313319000, lastModified=2023-10-03 14:53:23.312109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.313319000, lastModified=2023-10-03 14:53:23.312109000, delta=1210000 ns, racy<=12500 ns 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.313529000, lastModified=2023-10-03 14:53:23.312109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.313529000, lastModified=2023-10-03 14:53:23.312109000, delta=1420000 ns, racy<=12500 ns 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.313769000, lastModified=2023-10-03 14:53:23.312109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.312109000 to 2023-10-03 14:53:23.313109000 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.313996000, lastModified=2023-10-03 14:53:23.313109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.313996000, lastModified=2023-10-03 14:53:23.313109000, delta=887000 ns, racy<=12500 ns 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.314232000, lastModified=2023-10-03 14:53:23.313109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.314232000, lastModified=2023-10-03 14:53:23.313109000, delta=1123000 ns, racy<=12500 ns 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.314457000, lastModified=2023-10-03 14:53:23.313109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.314457000, lastModified=2023-10-03 14:53:23.313109000, delta=1348000 ns, racy<=12500 ns 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.314689000, lastModified=2023-10-03 14:53:23.313109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.313109000 to 2023-10-03 14:53:23.314109000 14:53:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.314906000, lastModified=2023-10-03 14:53:23.314109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.314906000, lastModified=2023-10-03 14:53:23.314109000, delta=797000 ns, racy<=12500 ns 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.315136000, lastModified=2023-10-03 14:53:23.314109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.315136000, lastModified=2023-10-03 14:53:23.314109000, delta=1027000 ns, racy<=12500 ns 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.315357000, lastModified=2023-10-03 14:53:23.314109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.315357000, lastModified=2023-10-03 14:53:23.314109000, delta=1248000 ns, racy<=12500 ns 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.315573000, lastModified=2023-10-03 14:53:23.314109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.315573000, lastModified=2023-10-03 14:53:23.314109000, delta=1464000 ns, racy<=12500 ns 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.315795000, lastModified=2023-10-03 14:53:23.315109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.315795000, lastModified=2023-10-03 14:53:23.315109000, delta=686000 ns, racy<=12500 ns 14:53:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.316025000, lastModified=2023-10-03 14:53:23.315109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.316025000, lastModified=2023-10-03 14:53:23.315109000, delta=916000 ns, racy<=12500 ns 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.316250000, lastModified=2023-10-03 14:53:23.315109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.316250000, lastModified=2023-10-03 14:53:23.315109000, delta=1141000 ns, racy<=12500 ns 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.316471000, lastModified=2023-10-03 14:53:23.315109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.316471000, lastModified=2023-10-03 14:53:23.315109000, delta=1362000 ns, racy<=12500 ns 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.316690000, lastModified=2023-10-03 14:53:23.315109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.315109000 to 2023-10-03 14:53:23.316109000 14:53:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.316930000, lastModified=2023-10-03 14:53:23.316109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.316930000, lastModified=2023-10-03 14:53:23.316109000, delta=821000 ns, racy<=12500 ns 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.317170000, lastModified=2023-10-03 14:53:23.316109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.317170000, lastModified=2023-10-03 14:53:23.316109000, delta=1061000 ns, racy<=12500 ns 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.317398000, lastModified=2023-10-03 14:53:23.316109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.317398000, lastModified=2023-10-03 14:53:23.316109000, delta=1289000 ns, racy<=12500 ns 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.317630000, lastModified=2023-10-03 14:53:23.316109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.317630000, lastModified=2023-10-03 14:53:23.316109000, delta=1521000 ns, racy<=12500 ns 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.317880000, lastModified=2023-10-03 14:53:23.317109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.317880000, lastModified=2023-10-03 14:53:23.317109000, delta=771000 ns, racy<=12500 ns 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.318109000, lastModified=2023-10-03 14:53:23.317109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.318109000, lastModified=2023-10-03 14:53:23.317109000, delta=1000000 ns, racy<=12500 ns 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.318334000, lastModified=2023-10-03 14:53:23.317109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.318334000, lastModified=2023-10-03 14:53:23.317109000, delta=1225000 ns, racy<=12500 ns 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.318548000, lastModified=2023-10-03 14:53:23.317109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.318548000, lastModified=2023-10-03 14:53:23.317109000, delta=1439000 ns, racy<=12500 ns 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.318770000, lastModified=2023-10-03 14:53:23.318109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.318770000, lastModified=2023-10-03 14:53:23.318109000, delta=661000 ns, racy<=12500 ns 14:53:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.318992000, lastModified=2023-10-03 14:53:23.318109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.318992000, lastModified=2023-10-03 14:53:23.318109000, delta=883000 ns, racy<=12500 ns 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.319502000, lastModified=2023-10-03 14:53:23.318109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.319502000, lastModified=2023-10-03 14:53:23.318109000, delta=1393000 ns, racy<=12500 ns 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.319745000, lastModified=2023-10-03 14:53:23.318109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.318109000 to 2023-10-03 14:53:23.319109000 14:53:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.319970000, lastModified=2023-10-03 14:53:23.319109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.319970000, lastModified=2023-10-03 14:53:23.319109000, delta=861000 ns, racy<=12500 ns 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.320220000, lastModified=2023-10-03 14:53:23.319109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.320220000, lastModified=2023-10-03 14:53:23.319109000, delta=1111000 ns, racy<=12500 ns 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.320460000, lastModified=2023-10-03 14:53:23.319109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.320460000, lastModified=2023-10-03 14:53:23.319109000, delta=1351000 ns, racy<=12500 ns 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.320694000, lastModified=2023-10-03 14:53:23.319109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.319109000 to 2023-10-03 14:53:23.320109000 14:53:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.320906000, lastModified=2023-10-03 14:53:23.320109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.320906000, lastModified=2023-10-03 14:53:23.320109000, delta=797000 ns, racy<=12500 ns 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.321131000, lastModified=2023-10-03 14:53:23.320109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.321131000, lastModified=2023-10-03 14:53:23.320109000, delta=1022000 ns, racy<=12500 ns 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.321345000, lastModified=2023-10-03 14:53:23.320109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.321345000, lastModified=2023-10-03 14:53:23.320109000, delta=1236000 ns, racy<=12500 ns 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.321562000, lastModified=2023-10-03 14:53:23.320109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.321562000, lastModified=2023-10-03 14:53:23.320109000, delta=1453000 ns, racy<=12500 ns 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.321787000, lastModified=2023-10-03 14:53:23.321109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.321787000, lastModified=2023-10-03 14:53:23.321109000, delta=678000 ns, racy<=12500 ns 14:53:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.322013000, lastModified=2023-10-03 14:53:23.321109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.322013000, lastModified=2023-10-03 14:53:23.321109000, delta=904000 ns, racy<=12500 ns 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.322241000, lastModified=2023-10-03 14:53:23.321109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.322241000, lastModified=2023-10-03 14:53:23.321109000, delta=1132000 ns, racy<=12500 ns 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.322453000, lastModified=2023-10-03 14:53:23.321109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.322453000, lastModified=2023-10-03 14:53:23.321109000, delta=1344000 ns, racy<=12500 ns 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.322666000, lastModified=2023-10-03 14:53:23.321109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.321109000 to 2023-10-03 14:53:23.322109000 14:53:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.322932000, lastModified=2023-10-03 14:53:23.322109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.322932000, lastModified=2023-10-03 14:53:23.322109000, delta=823000 ns, racy<=12500 ns 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.323170000, lastModified=2023-10-03 14:53:23.322109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.323170000, lastModified=2023-10-03 14:53:23.322109000, delta=1061000 ns, racy<=12500 ns 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.323402000, lastModified=2023-10-03 14:53:23.322109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.323402000, lastModified=2023-10-03 14:53:23.322109000, delta=1293000 ns, racy<=12500 ns 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.323633000, lastModified=2023-10-03 14:53:23.322109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.323633000, lastModified=2023-10-03 14:53:23.322109000, delta=1524000 ns, racy<=12500 ns 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.323867000, lastModified=2023-10-03 14:53:23.323109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.323867000, lastModified=2023-10-03 14:53:23.323109000, delta=758000 ns, racy<=12500 ns 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.324128000, lastModified=2023-10-03 14:53:23.323109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.324128000, lastModified=2023-10-03 14:53:23.323109000, delta=1019000 ns, racy<=12500 ns 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.324344000, lastModified=2023-10-03 14:53:23.323109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.324344000, lastModified=2023-10-03 14:53:23.323109000, delta=1235000 ns, racy<=12500 ns 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.324560000, lastModified=2023-10-03 14:53:23.323109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.324560000, lastModified=2023-10-03 14:53:23.323109000, delta=1451000 ns, racy<=12500 ns 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.324780000, lastModified=2023-10-03 14:53:23.324109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.324780000, lastModified=2023-10-03 14:53:23.324109000, delta=671000 ns, racy<=12500 ns 14:53:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.325014000, lastModified=2023-10-03 14:53:23.324109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.325014000, lastModified=2023-10-03 14:53:23.324109000, delta=905000 ns, racy<=12500 ns 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.325245000, lastModified=2023-10-03 14:53:23.324109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.325245000, lastModified=2023-10-03 14:53:23.324109000, delta=1136000 ns, racy<=12500 ns 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.325463000, lastModified=2023-10-03 14:53:23.324109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.325463000, lastModified=2023-10-03 14:53:23.324109000, delta=1354000 ns, racy<=12500 ns 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.325680000, lastModified=2023-10-03 14:53:23.324109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.324109000 to 2023-10-03 14:53:23.325109000 14:53:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.325906000, lastModified=2023-10-03 14:53:23.325109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.325906000, lastModified=2023-10-03 14:53:23.325109000, delta=797000 ns, racy<=12500 ns 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.326153000, lastModified=2023-10-03 14:53:23.325109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.326153000, lastModified=2023-10-03 14:53:23.325109000, delta=1044000 ns, racy<=12500 ns 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.326385000, lastModified=2023-10-03 14:53:23.325109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.326385000, lastModified=2023-10-03 14:53:23.325109000, delta=1276000 ns, racy<=12500 ns 14:53:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.331872000, lastModified=2023-10-03 14:53:23.331109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.331872000, lastModified=2023-10-03 14:53:23.331109000, delta=763000 ns, racy<=12500 ns 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.332133000, lastModified=2023-10-03 14:53:23.331109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.332133000, lastModified=2023-10-03 14:53:23.331109000, delta=1024000 ns, racy<=12500 ns 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.332363000, lastModified=2023-10-03 14:53:23.331109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.332363000, lastModified=2023-10-03 14:53:23.331109000, delta=1254000 ns, racy<=12500 ns 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.332589000, lastModified=2023-10-03 14:53:23.331109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.332589000, lastModified=2023-10-03 14:53:23.331109000, delta=1480000 ns, racy<=12500 ns 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.332839000, lastModified=2023-10-03 14:53:23.332109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.332839000, lastModified=2023-10-03 14:53:23.332109000, delta=730000 ns, racy<=12500 ns 14:53:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.333063000, lastModified=2023-10-03 14:53:23.332109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.333063000, lastModified=2023-10-03 14:53:23.332109000, delta=954000 ns, racy<=12500 ns 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.333286000, lastModified=2023-10-03 14:53:23.332109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.333286000, lastModified=2023-10-03 14:53:23.332109000, delta=1177000 ns, racy<=12500 ns 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.333505000, lastModified=2023-10-03 14:53:23.332109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.333505000, lastModified=2023-10-03 14:53:23.332109000, delta=1396000 ns, racy<=12500 ns 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.333718000, lastModified=2023-10-03 14:53:23.332109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.332109000 to 2023-10-03 14:53:23.333109000 14:53:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.333971000, lastModified=2023-10-03 14:53:23.333109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.333971000, lastModified=2023-10-03 14:53:23.333109000, delta=862000 ns, racy<=12500 ns 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.334236000, lastModified=2023-10-03 14:53:23.333109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.334236000, lastModified=2023-10-03 14:53:23.333109000, delta=1127000 ns, racy<=12500 ns 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.334460000, lastModified=2023-10-03 14:53:23.333109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.334460000, lastModified=2023-10-03 14:53:23.333109000, delta=1351000 ns, racy<=12500 ns 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.334680000, lastModified=2023-10-03 14:53:23.333109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.333109000 to 2023-10-03 14:53:23.334109000 14:53:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.334903000, lastModified=2023-10-03 14:53:23.334109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.334903000, lastModified=2023-10-03 14:53:23.334109000, delta=794000 ns, racy<=12500 ns 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.335129000, lastModified=2023-10-03 14:53:23.334109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.335129000, lastModified=2023-10-03 14:53:23.334109000, delta=1020000 ns, racy<=12500 ns 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.335357000, lastModified=2023-10-03 14:53:23.334109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.335357000, lastModified=2023-10-03 14:53:23.334109000, delta=1248000 ns, racy<=12500 ns 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.335657000, lastModified=2023-10-03 14:53:23.334109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.334109000 to 2023-10-03 14:53:23.335109000 14:53:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.335882000, lastModified=2023-10-03 14:53:23.335109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.335882000, lastModified=2023-10-03 14:53:23.335109000, delta=773000 ns, racy<=12500 ns 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.336136000, lastModified=2023-10-03 14:53:23.335109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.336136000, lastModified=2023-10-03 14:53:23.335109000, delta=1027000 ns, racy<=12500 ns 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.336356000, lastModified=2023-10-03 14:53:23.335109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.336356000, lastModified=2023-10-03 14:53:23.335109000, delta=1247000 ns, racy<=12500 ns 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.336574000, lastModified=2023-10-03 14:53:23.335109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.336574000, lastModified=2023-10-03 14:53:23.335109000, delta=1465000 ns, racy<=12500 ns 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.336800000, lastModified=2023-10-03 14:53:23.336109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.336800000, lastModified=2023-10-03 14:53:23.336109000, delta=691000 ns, racy<=12500 ns 14:53:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.337029000, lastModified=2023-10-03 14:53:23.336109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.337029000, lastModified=2023-10-03 14:53:23.336109000, delta=920000 ns, racy<=12500 ns 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.337260000, lastModified=2023-10-03 14:53:23.336109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.337260000, lastModified=2023-10-03 14:53:23.336109000, delta=1151000 ns, racy<=12500 ns 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.337475000, lastModified=2023-10-03 14:53:23.336109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.337475000, lastModified=2023-10-03 14:53:23.336109000, delta=1366000 ns, racy<=12500 ns 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.337693000, lastModified=2023-10-03 14:53:23.336109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.336109000 to 2023-10-03 14:53:23.337109000 14:53:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.337949000, lastModified=2023-10-03 14:53:23.337109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.337949000, lastModified=2023-10-03 14:53:23.337109000, delta=840000 ns, racy<=12500 ns 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.338179000, lastModified=2023-10-03 14:53:23.337109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.338179000, lastModified=2023-10-03 14:53:23.337109000, delta=1070000 ns, racy<=12500 ns 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.338399000, lastModified=2023-10-03 14:53:23.337109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.338399000, lastModified=2023-10-03 14:53:23.337109000, delta=1290000 ns, racy<=12500 ns 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.338610000, lastModified=2023-10-03 14:53:23.337109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.338610000, lastModified=2023-10-03 14:53:23.337109000, delta=1501000 ns, racy<=12500 ns 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.338832000, lastModified=2023-10-03 14:53:23.338109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.338832000, lastModified=2023-10-03 14:53:23.338109000, delta=723000 ns, racy<=12500 ns 14:53:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.339054000, lastModified=2023-10-03 14:53:23.338109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.339054000, lastModified=2023-10-03 14:53:23.338109000, delta=945000 ns, racy<=12500 ns 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.339280000, lastModified=2023-10-03 14:53:23.338109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.339280000, lastModified=2023-10-03 14:53:23.338109000, delta=1171000 ns, racy<=12500 ns 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.339509000, lastModified=2023-10-03 14:53:23.338109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.339509000, lastModified=2023-10-03 14:53:23.338109000, delta=1400000 ns, racy<=12500 ns 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.339726000, lastModified=2023-10-03 14:53:23.338109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.338109000 to 2023-10-03 14:53:23.339109000 14:53:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.339951000, lastModified=2023-10-03 14:53:23.339109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.339951000, lastModified=2023-10-03 14:53:23.339109000, delta=842000 ns, racy<=12500 ns 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.340197000, lastModified=2023-10-03 14:53:23.339109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.340197000, lastModified=2023-10-03 14:53:23.339109000, delta=1088000 ns, racy<=12500 ns 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.340427000, lastModified=2023-10-03 14:53:23.339109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.340427000, lastModified=2023-10-03 14:53:23.339109000, delta=1318000 ns, racy<=12500 ns 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.340660000, lastModified=2023-10-03 14:53:23.339109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.339109000 to 2023-10-03 14:53:23.340109000 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.340872000, lastModified=2023-10-03 14:53:23.340109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.340872000, lastModified=2023-10-03 14:53:23.340109000, delta=763000 ns, racy<=12500 ns 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.341098000, lastModified=2023-10-03 14:53:23.340109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.341098000, lastModified=2023-10-03 14:53:23.340109000, delta=989000 ns, racy<=12500 ns 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.341322000, lastModified=2023-10-03 14:53:23.340109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.341322000, lastModified=2023-10-03 14:53:23.340109000, delta=1213000 ns, racy<=12500 ns 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.341535000, lastModified=2023-10-03 14:53:23.340109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.341535000, lastModified=2023-10-03 14:53:23.340109000, delta=1426000 ns, racy<=12500 ns 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.341769000, lastModified=2023-10-03 14:53:23.340109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.340109000 to 2023-10-03 14:53:23.341109000 14:53:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.341980000, lastModified=2023-10-03 14:53:23.341109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.341980000, lastModified=2023-10-03 14:53:23.341109000, delta=871000 ns, racy<=12500 ns 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.342206000, lastModified=2023-10-03 14:53:23.341109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.342206000, lastModified=2023-10-03 14:53:23.341109000, delta=1097000 ns, racy<=12500 ns 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.342422000, lastModified=2023-10-03 14:53:23.341109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.342422000, lastModified=2023-10-03 14:53:23.341109000, delta=1313000 ns, racy<=12500 ns 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.342635000, lastModified=2023-10-03 14:53:23.341109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.342635000, lastModified=2023-10-03 14:53:23.341109000, delta=1526000 ns, racy<=12500 ns 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.342863000, lastModified=2023-10-03 14:53:23.342109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.342863000, lastModified=2023-10-03 14:53:23.342109000, delta=754000 ns, racy<=12500 ns 14:53:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.343094000, lastModified=2023-10-03 14:53:23.342109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.343094000, lastModified=2023-10-03 14:53:23.342109000, delta=985000 ns, racy<=12500 ns 14:53:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.392308000, lastModified=2023-10-03 14:53:23.342109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.342109000 to 2023-10-03 14:53:23.391109000 14:53:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.392700000, lastModified=2023-10-03 14:53:23.391109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.391109000 to 2023-10-03 14:53:23.392109000 14:53:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.392961000, lastModified=2023-10-03 14:53:23.392109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.392961000, lastModified=2023-10-03 14:53:23.392109000, delta=852000 ns, racy<=12500 ns 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.393220000, lastModified=2023-10-03 14:53:23.392109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.393220000, lastModified=2023-10-03 14:53:23.392109000, delta=1111000 ns, racy<=12500 ns 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.393444000, lastModified=2023-10-03 14:53:23.392109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.393444000, lastModified=2023-10-03 14:53:23.392109000, delta=1335000 ns, racy<=12500 ns 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.393667000, lastModified=2023-10-03 14:53:23.392109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.392109000 to 2023-10-03 14:53:23.393109000 14:53:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.393904000, lastModified=2023-10-03 14:53:23.393109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.393904000, lastModified=2023-10-03 14:53:23.393109000, delta=795000 ns, racy<=12500 ns 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.394543000, lastModified=2023-10-03 14:53:23.393109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.394543000, lastModified=2023-10-03 14:53:23.393109000, delta=1434000 ns, racy<=12500 ns 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.394799000, lastModified=2023-10-03 14:53:23.394109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.394799000, lastModified=2023-10-03 14:53:23.394109000, delta=690000 ns, racy<=12500 ns 14:53:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.395023000, lastModified=2023-10-03 14:53:23.394109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.395023000, lastModified=2023-10-03 14:53:23.394109000, delta=914000 ns, racy<=12500 ns 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.395255000, lastModified=2023-10-03 14:53:23.394109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.395255000, lastModified=2023-10-03 14:53:23.394109000, delta=1146000 ns, racy<=12500 ns 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.395470000, lastModified=2023-10-03 14:53:23.394109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.395470000, lastModified=2023-10-03 14:53:23.394109000, delta=1361000 ns, racy<=12500 ns 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.395685000, lastModified=2023-10-03 14:53:23.394109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.394109000 to 2023-10-03 14:53:23.395109000 14:53:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.395905000, lastModified=2023-10-03 14:53:23.395109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.395905000, lastModified=2023-10-03 14:53:23.395109000, delta=796000 ns, racy<=12500 ns 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.396141000, lastModified=2023-10-03 14:53:23.395109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.396141000, lastModified=2023-10-03 14:53:23.395109000, delta=1032000 ns, racy<=12500 ns 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.396360000, lastModified=2023-10-03 14:53:23.395109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.396360000, lastModified=2023-10-03 14:53:23.395109000, delta=1251000 ns, racy<=12500 ns 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.396575000, lastModified=2023-10-03 14:53:23.395109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.396575000, lastModified=2023-10-03 14:53:23.395109000, delta=1466000 ns, racy<=12500 ns 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.396798000, lastModified=2023-10-03 14:53:23.396109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.396798000, lastModified=2023-10-03 14:53:23.396109000, delta=689000 ns, racy<=12500 ns 14:53:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.397027000, lastModified=2023-10-03 14:53:23.396109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.397027000, lastModified=2023-10-03 14:53:23.396109000, delta=918000 ns, racy<=12500 ns 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.397244000, lastModified=2023-10-03 14:53:23.396109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.397244000, lastModified=2023-10-03 14:53:23.396109000, delta=1135000 ns, racy<=12500 ns 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.397450000, lastModified=2023-10-03 14:53:23.396109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.397450000, lastModified=2023-10-03 14:53:23.396109000, delta=1341000 ns, racy<=12500 ns 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.397655000, lastModified=2023-10-03 14:53:23.396109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.396109000 to 2023-10-03 14:53:23.397109000 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.397870000, lastModified=2023-10-03 14:53:23.397109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.397870000, lastModified=2023-10-03 14:53:23.397109000, delta=761000 ns, racy<=12500 ns 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.398092000, lastModified=2023-10-03 14:53:23.397109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.398092000, lastModified=2023-10-03 14:53:23.397109000, delta=983000 ns, racy<=12500 ns 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.398306000, lastModified=2023-10-03 14:53:23.397109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.398306000, lastModified=2023-10-03 14:53:23.397109000, delta=1197000 ns, racy<=12500 ns 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.398514000, lastModified=2023-10-03 14:53:23.397109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.398514000, lastModified=2023-10-03 14:53:23.397109000, delta=1405000 ns, racy<=12500 ns 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.398724000, lastModified=2023-10-03 14:53:23.397109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.397109000 to 2023-10-03 14:53:23.398109000 14:53:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.398958000, lastModified=2023-10-03 14:53:23.398109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.398958000, lastModified=2023-10-03 14:53:23.398109000, delta=849000 ns, racy<=12500 ns 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.399182000, lastModified=2023-10-03 14:53:23.398109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.399182000, lastModified=2023-10-03 14:53:23.398109000, delta=1073000 ns, racy<=12500 ns 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.399407000, lastModified=2023-10-03 14:53:23.398109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.399407000, lastModified=2023-10-03 14:53:23.398109000, delta=1298000 ns, racy<=12500 ns 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.399635000, lastModified=2023-10-03 14:53:23.398109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.399635000, lastModified=2023-10-03 14:53:23.398109000, delta=1526000 ns, racy<=12500 ns 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.399857000, lastModified=2023-10-03 14:53:23.399109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.399857000, lastModified=2023-10-03 14:53:23.399109000, delta=748000 ns, racy<=12500 ns 14:53:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.400070000, lastModified=2023-10-03 14:53:23.399109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.400070000, lastModified=2023-10-03 14:53:23.399109000, delta=961000 ns, racy<=12500 ns 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.400286000, lastModified=2023-10-03 14:53:23.399109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.400286000, lastModified=2023-10-03 14:53:23.399109000, delta=1177000 ns, racy<=12500 ns 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.400499000, lastModified=2023-10-03 14:53:23.399109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.400499000, lastModified=2023-10-03 14:53:23.399109000, delta=1390000 ns, racy<=12500 ns 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.400706000, lastModified=2023-10-03 14:53:23.399109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.399109000 to 2023-10-03 14:53:23.400109000 14:53:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.400917000, lastModified=2023-10-03 14:53:23.400109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.400917000, lastModified=2023-10-03 14:53:23.400109000, delta=808000 ns, racy<=12500 ns 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.401139000, lastModified=2023-10-03 14:53:23.400109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.401139000, lastModified=2023-10-03 14:53:23.400109000, delta=1030000 ns, racy<=12500 ns 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.401352000, lastModified=2023-10-03 14:53:23.400109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.401352000, lastModified=2023-10-03 14:53:23.400109000, delta=1243000 ns, racy<=12500 ns 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.401558000, lastModified=2023-10-03 14:53:23.400109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.401558000, lastModified=2023-10-03 14:53:23.400109000, delta=1449000 ns, racy<=12500 ns 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.401770000, lastModified=2023-10-03 14:53:23.401109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.401770000, lastModified=2023-10-03 14:53:23.401109000, delta=661000 ns, racy<=12500 ns 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.401981000, lastModified=2023-10-03 14:53:23.401109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.401981000, lastModified=2023-10-03 14:53:23.401109000, delta=872000 ns, racy<=12500 ns 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.402199000, lastModified=2023-10-03 14:53:23.401109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.402199000, lastModified=2023-10-03 14:53:23.401109000, delta=1090000 ns, racy<=12500 ns 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.402415000, lastModified=2023-10-03 14:53:23.401109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.402415000, lastModified=2023-10-03 14:53:23.401109000, delta=1306000 ns, racy<=12500 ns 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.402621000, lastModified=2023-10-03 14:53:23.401109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.402621000, lastModified=2023-10-03 14:53:23.401109000, delta=1512000 ns, racy<=12500 ns 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.402858000, lastModified=2023-10-03 14:53:23.402109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.402858000, lastModified=2023-10-03 14:53:23.402109000, delta=749000 ns, racy<=12500 ns 14:53:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.403083000, lastModified=2023-10-03 14:53:23.402109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.403083000, lastModified=2023-10-03 14:53:23.402109000, delta=974000 ns, racy<=12500 ns 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.403308000, lastModified=2023-10-03 14:53:23.402109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.403308000, lastModified=2023-10-03 14:53:23.402109000, delta=1199000 ns, racy<=12500 ns 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.403534000, lastModified=2023-10-03 14:53:23.402109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.403534000, lastModified=2023-10-03 14:53:23.402109000, delta=1425000 ns, racy<=12500 ns 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.403760000, lastModified=2023-10-03 14:53:23.402109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.402109000 to 2023-10-03 14:53:23.403109000 14:53:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.403977000, lastModified=2023-10-03 14:53:23.403109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.403977000, lastModified=2023-10-03 14:53:23.403109000, delta=868000 ns, racy<=12500 ns 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.404193000, lastModified=2023-10-03 14:53:23.403109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.404193000, lastModified=2023-10-03 14:53:23.403109000, delta=1084000 ns, racy<=12500 ns 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.404413000, lastModified=2023-10-03 14:53:23.403109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.404413000, lastModified=2023-10-03 14:53:23.403109000, delta=1304000 ns, racy<=12500 ns 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.404620000, lastModified=2023-10-03 14:53:23.403109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.404620000, lastModified=2023-10-03 14:53:23.403109000, delta=1511000 ns, racy<=12500 ns 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.404838000, lastModified=2023-10-03 14:53:23.404109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.404838000, lastModified=2023-10-03 14:53:23.404109000, delta=729000 ns, racy<=12500 ns 14:53:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.405055000, lastModified=2023-10-03 14:53:23.404109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.405055000, lastModified=2023-10-03 14:53:23.404109000, delta=946000 ns, racy<=12500 ns 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.405271000, lastModified=2023-10-03 14:53:23.404109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.405271000, lastModified=2023-10-03 14:53:23.404109000, delta=1162000 ns, racy<=12500 ns 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.405483000, lastModified=2023-10-03 14:53:23.404109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.405483000, lastModified=2023-10-03 14:53:23.404109000, delta=1374000 ns, racy<=12500 ns 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.405717000, lastModified=2023-10-03 14:53:23.404109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.404109000 to 2023-10-03 14:53:23.405109000 14:53:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.405931000, lastModified=2023-10-03 14:53:23.405109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.405931000, lastModified=2023-10-03 14:53:23.405109000, delta=822000 ns, racy<=12500 ns 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.406175000, lastModified=2023-10-03 14:53:23.405109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.406175000, lastModified=2023-10-03 14:53:23.405109000, delta=1066000 ns, racy<=12500 ns 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.406394000, lastModified=2023-10-03 14:53:23.405109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.406394000, lastModified=2023-10-03 14:53:23.405109000, delta=1285000 ns, racy<=12500 ns 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.406614000, lastModified=2023-10-03 14:53:23.405109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.406614000, lastModified=2023-10-03 14:53:23.405109000, delta=1505000 ns, racy<=12500 ns 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.406846000, lastModified=2023-10-03 14:53:23.406109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.406846000, lastModified=2023-10-03 14:53:23.406109000, delta=737000 ns, racy<=12500 ns 14:53:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.407065000, lastModified=2023-10-03 14:53:23.406109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.407065000, lastModified=2023-10-03 14:53:23.406109000, delta=956000 ns, racy<=12500 ns 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.407572000, lastModified=2023-10-03 14:53:23.406109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.407572000, lastModified=2023-10-03 14:53:23.406109000, delta=1463000 ns, racy<=12500 ns 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.407814000, lastModified=2023-10-03 14:53:23.407109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.407814000, lastModified=2023-10-03 14:53:23.407109000, delta=705000 ns, racy<=12500 ns 14:53:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.408041000, lastModified=2023-10-03 14:53:23.407109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.408041000, lastModified=2023-10-03 14:53:23.407109000, delta=932000 ns, racy<=12500 ns 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.408266000, lastModified=2023-10-03 14:53:23.407109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.408266000, lastModified=2023-10-03 14:53:23.407109000, delta=1157000 ns, racy<=12500 ns 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.408488000, lastModified=2023-10-03 14:53:23.407109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.408488000, lastModified=2023-10-03 14:53:23.407109000, delta=1379000 ns, racy<=12500 ns 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.408698000, lastModified=2023-10-03 14:53:23.407109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.407109000 to 2023-10-03 14:53:23.408109000 14:53:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.408970000, lastModified=2023-10-03 14:53:23.408109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.408970000, lastModified=2023-10-03 14:53:23.408109000, delta=861000 ns, racy<=12500 ns 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.409206000, lastModified=2023-10-03 14:53:23.408109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.409206000, lastModified=2023-10-03 14:53:23.408109000, delta=1097000 ns, racy<=12500 ns 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.409417000, lastModified=2023-10-03 14:53:23.408109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.409417000, lastModified=2023-10-03 14:53:23.408109000, delta=1308000 ns, racy<=12500 ns 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.409630000, lastModified=2023-10-03 14:53:23.408109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.409630000, lastModified=2023-10-03 14:53:23.408109000, delta=1521000 ns, racy<=12500 ns 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.409879000, lastModified=2023-10-03 14:53:23.409109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.409879000, lastModified=2023-10-03 14:53:23.409109000, delta=770000 ns, racy<=12500 ns 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.410124000, lastModified=2023-10-03 14:53:23.409109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.410124000, lastModified=2023-10-03 14:53:23.409109000, delta=1015000 ns, racy<=12500 ns 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.410345000, lastModified=2023-10-03 14:53:23.409109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.410345000, lastModified=2023-10-03 14:53:23.409109000, delta=1236000 ns, racy<=12500 ns 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.410563000, lastModified=2023-10-03 14:53:23.409109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.410563000, lastModified=2023-10-03 14:53:23.409109000, delta=1454000 ns, racy<=12500 ns 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.410807000, lastModified=2023-10-03 14:53:23.410109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.410807000, lastModified=2023-10-03 14:53:23.410109000, delta=698000 ns, racy<=12500 ns 14:53:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.411025000, lastModified=2023-10-03 14:53:23.410109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.411025000, lastModified=2023-10-03 14:53:23.410109000, delta=916000 ns, racy<=12500 ns 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.411241000, lastModified=2023-10-03 14:53:23.410109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.411241000, lastModified=2023-10-03 14:53:23.410109000, delta=1132000 ns, racy<=12500 ns 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.411450000, lastModified=2023-10-03 14:53:23.410109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.411450000, lastModified=2023-10-03 14:53:23.410109000, delta=1341000 ns, racy<=12500 ns 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.411659000, lastModified=2023-10-03 14:53:23.410109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.410109000 to 2023-10-03 14:53:23.411109000 14:53:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.411885000, lastModified=2023-10-03 14:53:23.411109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.411885000, lastModified=2023-10-03 14:53:23.411109000, delta=776000 ns, racy<=12500 ns 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.412112000, lastModified=2023-10-03 14:53:23.411109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.412112000, lastModified=2023-10-03 14:53:23.411109000, delta=1003000 ns, racy<=12500 ns 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.412336000, lastModified=2023-10-03 14:53:23.411109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.412336000, lastModified=2023-10-03 14:53:23.411109000, delta=1227000 ns, racy<=12500 ns 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.412553000, lastModified=2023-10-03 14:53:23.411109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.412553000, lastModified=2023-10-03 14:53:23.411109000, delta=1444000 ns, racy<=12500 ns 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.412789000, lastModified=2023-10-03 14:53:23.412109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.412789000, lastModified=2023-10-03 14:53:23.412109000, delta=680000 ns, racy<=12500 ns 14:53:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.413013000, lastModified=2023-10-03 14:53:23.412109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.413013000, lastModified=2023-10-03 14:53:23.412109000, delta=904000 ns, racy<=12500 ns 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.413246000, lastModified=2023-10-03 14:53:23.412109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.413246000, lastModified=2023-10-03 14:53:23.412109000, delta=1137000 ns, racy<=12500 ns 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.413462000, lastModified=2023-10-03 14:53:23.412109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.413462000, lastModified=2023-10-03 14:53:23.412109000, delta=1353000 ns, racy<=12500 ns 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.413688000, lastModified=2023-10-03 14:53:23.412109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.412109000 to 2023-10-03 14:53:23.413109000 14:53:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.413910000, lastModified=2023-10-03 14:53:23.413109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.413910000, lastModified=2023-10-03 14:53:23.413109000, delta=801000 ns, racy<=12500 ns 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.414133000, lastModified=2023-10-03 14:53:23.413109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.414133000, lastModified=2023-10-03 14:53:23.413109000, delta=1024000 ns, racy<=12500 ns 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.414345000, lastModified=2023-10-03 14:53:23.413109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.414345000, lastModified=2023-10-03 14:53:23.413109000, delta=1236000 ns, racy<=12500 ns 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.414575000, lastModified=2023-10-03 14:53:23.413109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.414575000, lastModified=2023-10-03 14:53:23.413109000, delta=1466000 ns, racy<=12500 ns 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.414842000, lastModified=2023-10-03 14:53:23.414109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.414842000, lastModified=2023-10-03 14:53:23.414109000, delta=733000 ns, racy<=12500 ns 14:53:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.415064000, lastModified=2023-10-03 14:53:23.414109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.415064000, lastModified=2023-10-03 14:53:23.414109000, delta=955000 ns, racy<=12500 ns 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.415294000, lastModified=2023-10-03 14:53:23.414109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.415294000, lastModified=2023-10-03 14:53:23.414109000, delta=1185000 ns, racy<=12500 ns 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.415510000, lastModified=2023-10-03 14:53:23.414109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.415510000, lastModified=2023-10-03 14:53:23.414109000, delta=1401000 ns, racy<=12500 ns 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.415727000, lastModified=2023-10-03 14:53:23.414109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.414109000 to 2023-10-03 14:53:23.415109000 14:53:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.415968000, lastModified=2023-10-03 14:53:23.415109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.415968000, lastModified=2023-10-03 14:53:23.415109000, delta=859000 ns, racy<=12500 ns 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.416188000, lastModified=2023-10-03 14:53:23.415109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.416188000, lastModified=2023-10-03 14:53:23.415109000, delta=1079000 ns, racy<=12500 ns 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.416404000, lastModified=2023-10-03 14:53:23.415109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.416404000, lastModified=2023-10-03 14:53:23.415109000, delta=1295000 ns, racy<=12500 ns 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.416628000, lastModified=2023-10-03 14:53:23.415109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.416628000, lastModified=2023-10-03 14:53:23.415109000, delta=1519000 ns, racy<=12500 ns 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.416853000, lastModified=2023-10-03 14:53:23.416109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.416853000, lastModified=2023-10-03 14:53:23.416109000, delta=744000 ns, racy<=12500 ns 14:53:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.417062000, lastModified=2023-10-03 14:53:23.416109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.417062000, lastModified=2023-10-03 14:53:23.416109000, delta=953000 ns, racy<=12500 ns 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.417289000, lastModified=2023-10-03 14:53:23.416109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.417289000, lastModified=2023-10-03 14:53:23.416109000, delta=1180000 ns, racy<=12500 ns 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.417503000, lastModified=2023-10-03 14:53:23.416109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.417503000, lastModified=2023-10-03 14:53:23.416109000, delta=1394000 ns, racy<=12500 ns 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.417714000, lastModified=2023-10-03 14:53:23.416109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.416109000 to 2023-10-03 14:53:23.417109000 14:53:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.417924000, lastModified=2023-10-03 14:53:23.417109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.417924000, lastModified=2023-10-03 14:53:23.417109000, delta=815000 ns, racy<=12500 ns 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.418144000, lastModified=2023-10-03 14:53:23.417109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.418144000, lastModified=2023-10-03 14:53:23.417109000, delta=1035000 ns, racy<=12500 ns 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.418359000, lastModified=2023-10-03 14:53:23.417109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.418359000, lastModified=2023-10-03 14:53:23.417109000, delta=1250000 ns, racy<=12500 ns 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.418575000, lastModified=2023-10-03 14:53:23.417109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.418575000, lastModified=2023-10-03 14:53:23.417109000, delta=1466000 ns, racy<=12500 ns 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.418797000, lastModified=2023-10-03 14:53:23.418109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.418797000, lastModified=2023-10-03 14:53:23.418109000, delta=688000 ns, racy<=12500 ns 14:53:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.419018000, lastModified=2023-10-03 14:53:23.418109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.419018000, lastModified=2023-10-03 14:53:23.418109000, delta=909000 ns, racy<=12500 ns 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.419239000, lastModified=2023-10-03 14:53:23.418109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.419239000, lastModified=2023-10-03 14:53:23.418109000, delta=1130000 ns, racy<=12500 ns 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.419459000, lastModified=2023-10-03 14:53:23.418109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.419459000, lastModified=2023-10-03 14:53:23.418109000, delta=1350000 ns, racy<=12500 ns 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.419671000, lastModified=2023-10-03 14:53:23.418109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.418109000 to 2023-10-03 14:53:23.419109000 14:53:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.419913000, lastModified=2023-10-03 14:53:23.419109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.419913000, lastModified=2023-10-03 14:53:23.419109000, delta=804000 ns, racy<=12500 ns 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.420134000, lastModified=2023-10-03 14:53:23.419109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.420134000, lastModified=2023-10-03 14:53:23.419109000, delta=1025000 ns, racy<=12500 ns 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.420671000, lastModified=2023-10-03 14:53:23.419109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.419109000 to 2023-10-03 14:53:23.420109000 14:53:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.420909000, lastModified=2023-10-03 14:53:23.420109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.420909000, lastModified=2023-10-03 14:53:23.420109000, delta=800000 ns, racy<=12500 ns 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.421136000, lastModified=2023-10-03 14:53:23.420109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.421136000, lastModified=2023-10-03 14:53:23.420109000, delta=1027000 ns, racy<=12500 ns 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.421346000, lastModified=2023-10-03 14:53:23.420109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.421346000, lastModified=2023-10-03 14:53:23.420109000, delta=1237000 ns, racy<=12500 ns 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.421556000, lastModified=2023-10-03 14:53:23.420109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.421556000, lastModified=2023-10-03 14:53:23.420109000, delta=1447000 ns, racy<=12500 ns 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.421784000, lastModified=2023-10-03 14:53:23.421109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.421784000, lastModified=2023-10-03 14:53:23.421109000, delta=675000 ns, racy<=12500 ns 14:53:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.422010000, lastModified=2023-10-03 14:53:23.421109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.422010000, lastModified=2023-10-03 14:53:23.421109000, delta=901000 ns, racy<=12500 ns 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.422244000, lastModified=2023-10-03 14:53:23.421109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.422244000, lastModified=2023-10-03 14:53:23.421109000, delta=1135000 ns, racy<=12500 ns 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.422447000, lastModified=2023-10-03 14:53:23.421109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.422447000, lastModified=2023-10-03 14:53:23.421109000, delta=1338000 ns, racy<=12500 ns 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.422652000, lastModified=2023-10-03 14:53:23.421109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.421109000 to 2023-10-03 14:53:23.422109000 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.422864000, lastModified=2023-10-03 14:53:23.422109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.422864000, lastModified=2023-10-03 14:53:23.422109000, delta=755000 ns, racy<=12500 ns 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.423089000, lastModified=2023-10-03 14:53:23.422109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.423089000, lastModified=2023-10-03 14:53:23.422109000, delta=980000 ns, racy<=12500 ns 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.423298000, lastModified=2023-10-03 14:53:23.422109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.423298000, lastModified=2023-10-03 14:53:23.422109000, delta=1189000 ns, racy<=12500 ns 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.423514000, lastModified=2023-10-03 14:53:23.422109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.423514000, lastModified=2023-10-03 14:53:23.422109000, delta=1405000 ns, racy<=12500 ns 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.423729000, lastModified=2023-10-03 14:53:23.422109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.422109000 to 2023-10-03 14:53:23.423109000 14:53:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.423946000, lastModified=2023-10-03 14:53:23.423109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.423946000, lastModified=2023-10-03 14:53:23.423109000, delta=837000 ns, racy<=12500 ns 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.424161000, lastModified=2023-10-03 14:53:23.423109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.424161000, lastModified=2023-10-03 14:53:23.423109000, delta=1052000 ns, racy<=12500 ns 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.424375000, lastModified=2023-10-03 14:53:23.423109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.424375000, lastModified=2023-10-03 14:53:23.423109000, delta=1266000 ns, racy<=12500 ns 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.424582000, lastModified=2023-10-03 14:53:23.423109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.424582000, lastModified=2023-10-03 14:53:23.423109000, delta=1473000 ns, racy<=12500 ns 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.424796000, lastModified=2023-10-03 14:53:23.424109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.424796000, lastModified=2023-10-03 14:53:23.424109000, delta=687000 ns, racy<=12500 ns 14:53:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.425016000, lastModified=2023-10-03 14:53:23.424109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.425016000, lastModified=2023-10-03 14:53:23.424109000, delta=907000 ns, racy<=12500 ns 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.425239000, lastModified=2023-10-03 14:53:23.424109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.425239000, lastModified=2023-10-03 14:53:23.424109000, delta=1130000 ns, racy<=12500 ns 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.425444000, lastModified=2023-10-03 14:53:23.424109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.425444000, lastModified=2023-10-03 14:53:23.424109000, delta=1335000 ns, racy<=12500 ns 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.425659000, lastModified=2023-10-03 14:53:23.424109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.424109000 to 2023-10-03 14:53:23.425109000 14:53:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.425901000, lastModified=2023-10-03 14:53:23.425109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.425901000, lastModified=2023-10-03 14:53:23.425109000, delta=792000 ns, racy<=12500 ns 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.426141000, lastModified=2023-10-03 14:53:23.425109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.426141000, lastModified=2023-10-03 14:53:23.425109000, delta=1032000 ns, racy<=12500 ns 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.426351000, lastModified=2023-10-03 14:53:23.425109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.426351000, lastModified=2023-10-03 14:53:23.425109000, delta=1242000 ns, racy<=12500 ns 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.426557000, lastModified=2023-10-03 14:53:23.425109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.426557000, lastModified=2023-10-03 14:53:23.425109000, delta=1448000 ns, racy<=12500 ns 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.426777000, lastModified=2023-10-03 14:53:23.426109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.426777000, lastModified=2023-10-03 14:53:23.426109000, delta=668000 ns, racy<=12500 ns 14:53:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.427002000, lastModified=2023-10-03 14:53:23.426109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.427002000, lastModified=2023-10-03 14:53:23.426109000, delta=893000 ns, racy<=12500 ns 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.427220000, lastModified=2023-10-03 14:53:23.426109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.427220000, lastModified=2023-10-03 14:53:23.426109000, delta=1111000 ns, racy<=12500 ns 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.427426000, lastModified=2023-10-03 14:53:23.426109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.427426000, lastModified=2023-10-03 14:53:23.426109000, delta=1317000 ns, racy<=12500 ns 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.427634000, lastModified=2023-10-03 14:53:23.426109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.427634000, lastModified=2023-10-03 14:53:23.426109000, delta=1525000 ns, racy<=12500 ns 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.427856000, lastModified=2023-10-03 14:53:23.427109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.427856000, lastModified=2023-10-03 14:53:23.427109000, delta=747000 ns, racy<=12500 ns 14:53:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.428072000, lastModified=2023-10-03 14:53:23.427109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.428072000, lastModified=2023-10-03 14:53:23.427109000, delta=963000 ns, racy<=12500 ns 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.428289000, lastModified=2023-10-03 14:53:23.427109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.428289000, lastModified=2023-10-03 14:53:23.427109000, delta=1180000 ns, racy<=12500 ns 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.428502000, lastModified=2023-10-03 14:53:23.427109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.428502000, lastModified=2023-10-03 14:53:23.427109000, delta=1393000 ns, racy<=12500 ns 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.428710000, lastModified=2023-10-03 14:53:23.427109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.427109000 to 2023-10-03 14:53:23.428109000 14:53:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.428919000, lastModified=2023-10-03 14:53:23.428109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.428919000, lastModified=2023-10-03 14:53:23.428109000, delta=810000 ns, racy<=12500 ns 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.429137000, lastModified=2023-10-03 14:53:23.428109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.429137000, lastModified=2023-10-03 14:53:23.428109000, delta=1028000 ns, racy<=12500 ns 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.429345000, lastModified=2023-10-03 14:53:23.428109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.429345000, lastModified=2023-10-03 14:53:23.428109000, delta=1236000 ns, racy<=12500 ns 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.429558000, lastModified=2023-10-03 14:53:23.428109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.429558000, lastModified=2023-10-03 14:53:23.428109000, delta=1449000 ns, racy<=12500 ns 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.429835000, lastModified=2023-10-03 14:53:23.429109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.429835000, lastModified=2023-10-03 14:53:23.429109000, delta=726000 ns, racy<=12500 ns 14:53:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.430052000, lastModified=2023-10-03 14:53:23.429109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.430052000, lastModified=2023-10-03 14:53:23.429109000, delta=943000 ns, racy<=12500 ns 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.430282000, lastModified=2023-10-03 14:53:23.429109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.430282000, lastModified=2023-10-03 14:53:23.429109000, delta=1173000 ns, racy<=12500 ns 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.430499000, lastModified=2023-10-03 14:53:23.429109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.430499000, lastModified=2023-10-03 14:53:23.429109000, delta=1390000 ns, racy<=12500 ns 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.430709000, lastModified=2023-10-03 14:53:23.429109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.429109000 to 2023-10-03 14:53:23.430109000 14:53:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.430930000, lastModified=2023-10-03 14:53:23.430109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.430930000, lastModified=2023-10-03 14:53:23.430109000, delta=821000 ns, racy<=12500 ns 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.431151000, lastModified=2023-10-03 14:53:23.430109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.431151000, lastModified=2023-10-03 14:53:23.430109000, delta=1042000 ns, racy<=12500 ns 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.431367000, lastModified=2023-10-03 14:53:23.430109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.431367000, lastModified=2023-10-03 14:53:23.430109000, delta=1258000 ns, racy<=12500 ns 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.431582000, lastModified=2023-10-03 14:53:23.430109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.431582000, lastModified=2023-10-03 14:53:23.430109000, delta=1473000 ns, racy<=12500 ns 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.431805000, lastModified=2023-10-03 14:53:23.431109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.431805000, lastModified=2023-10-03 14:53:23.431109000, delta=696000 ns, racy<=12500 ns 14:53:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.432022000, lastModified=2023-10-03 14:53:23.431109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.432022000, lastModified=2023-10-03 14:53:23.431109000, delta=913000 ns, racy<=12500 ns 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.432249000, lastModified=2023-10-03 14:53:23.431109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.432249000, lastModified=2023-10-03 14:53:23.431109000, delta=1140000 ns, racy<=12500 ns 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.432459000, lastModified=2023-10-03 14:53:23.431109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.432459000, lastModified=2023-10-03 14:53:23.431109000, delta=1350000 ns, racy<=12500 ns 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.432671000, lastModified=2023-10-03 14:53:23.431109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.431109000 to 2023-10-03 14:53:23.432109000 14:53:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.432886000, lastModified=2023-10-03 14:53:23.432109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.432886000, lastModified=2023-10-03 14:53:23.432109000, delta=777000 ns, racy<=12500 ns 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.433106000, lastModified=2023-10-03 14:53:23.432109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.433106000, lastModified=2023-10-03 14:53:23.432109000, delta=997000 ns, racy<=12500 ns 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.433663000, lastModified=2023-10-03 14:53:23.432109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.432109000 to 2023-10-03 14:53:23.433109000 14:53:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.433892000, lastModified=2023-10-03 14:53:23.433109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.433892000, lastModified=2023-10-03 14:53:23.433109000, delta=783000 ns, racy<=12500 ns 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.434128000, lastModified=2023-10-03 14:53:23.433109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.434128000, lastModified=2023-10-03 14:53:23.433109000, delta=1019000 ns, racy<=12500 ns 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.434347000, lastModified=2023-10-03 14:53:23.433109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.434347000, lastModified=2023-10-03 14:53:23.433109000, delta=1238000 ns, racy<=12500 ns 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.434568000, lastModified=2023-10-03 14:53:23.433109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.434568000, lastModified=2023-10-03 14:53:23.433109000, delta=1459000 ns, racy<=12500 ns 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.434804000, lastModified=2023-10-03 14:53:23.434109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.434804000, lastModified=2023-10-03 14:53:23.434109000, delta=695000 ns, racy<=12500 ns 14:53:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.435018000, lastModified=2023-10-03 14:53:23.434109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.435018000, lastModified=2023-10-03 14:53:23.434109000, delta=909000 ns, racy<=12500 ns 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.435237000, lastModified=2023-10-03 14:53:23.434109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.435237000, lastModified=2023-10-03 14:53:23.434109000, delta=1128000 ns, racy<=12500 ns 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.435449000, lastModified=2023-10-03 14:53:23.434109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.435449000, lastModified=2023-10-03 14:53:23.434109000, delta=1340000 ns, racy<=12500 ns 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.435662000, lastModified=2023-10-03 14:53:23.434109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.434109000 to 2023-10-03 14:53:23.435109000 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.435869000, lastModified=2023-10-03 14:53:23.435109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.435869000, lastModified=2023-10-03 14:53:23.435109000, delta=760000 ns, racy<=12500 ns 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.436091000, lastModified=2023-10-03 14:53:23.435109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.436091000, lastModified=2023-10-03 14:53:23.435109000, delta=982000 ns, racy<=12500 ns 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.436301000, lastModified=2023-10-03 14:53:23.435109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.436301000, lastModified=2023-10-03 14:53:23.435109000, delta=1192000 ns, racy<=12500 ns 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.436507000, lastModified=2023-10-03 14:53:23.435109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.436507000, lastModified=2023-10-03 14:53:23.435109000, delta=1398000 ns, racy<=12500 ns 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.436718000, lastModified=2023-10-03 14:53:23.435109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.435109000 to 2023-10-03 14:53:23.436109000 14:53:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.436975000, lastModified=2023-10-03 14:53:23.436109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.436975000, lastModified=2023-10-03 14:53:23.436109000, delta=866000 ns, racy<=12500 ns 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.437196000, lastModified=2023-10-03 14:53:23.436109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.437196000, lastModified=2023-10-03 14:53:23.436109000, delta=1087000 ns, racy<=12500 ns 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.437417000, lastModified=2023-10-03 14:53:23.436109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.437417000, lastModified=2023-10-03 14:53:23.436109000, delta=1308000 ns, racy<=12500 ns 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.437624000, lastModified=2023-10-03 14:53:23.436109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.437624000, lastModified=2023-10-03 14:53:23.436109000, delta=1515000 ns, racy<=12500 ns 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.437844000, lastModified=2023-10-03 14:53:23.437109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.437844000, lastModified=2023-10-03 14:53:23.437109000, delta=735000 ns, racy<=12500 ns 14:53:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.438055000, lastModified=2023-10-03 14:53:23.437109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.438055000, lastModified=2023-10-03 14:53:23.437109000, delta=946000 ns, racy<=12500 ns 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.438280000, lastModified=2023-10-03 14:53:23.437109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.438280000, lastModified=2023-10-03 14:53:23.437109000, delta=1171000 ns, racy<=12500 ns 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.438493000, lastModified=2023-10-03 14:53:23.437109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.438493000, lastModified=2023-10-03 14:53:23.437109000, delta=1384000 ns, racy<=12500 ns 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.438705000, lastModified=2023-10-03 14:53:23.437109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.437109000 to 2023-10-03 14:53:23.438109000 14:53:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.438913000, lastModified=2023-10-03 14:53:23.438109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.438913000, lastModified=2023-10-03 14:53:23.438109000, delta=804000 ns, racy<=12500 ns 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.439132000, lastModified=2023-10-03 14:53:23.438109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.439132000, lastModified=2023-10-03 14:53:23.438109000, delta=1023000 ns, racy<=12500 ns 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.439347000, lastModified=2023-10-03 14:53:23.438109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.439347000, lastModified=2023-10-03 14:53:23.438109000, delta=1238000 ns, racy<=12500 ns 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.439560000, lastModified=2023-10-03 14:53:23.438109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.439560000, lastModified=2023-10-03 14:53:23.438109000, delta=1451000 ns, racy<=12500 ns 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.439780000, lastModified=2023-10-03 14:53:23.439109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.439780000, lastModified=2023-10-03 14:53:23.439109000, delta=671000 ns, racy<=12500 ns 14:53:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.439999000, lastModified=2023-10-03 14:53:23.439109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.439999000, lastModified=2023-10-03 14:53:23.439109000, delta=890000 ns, racy<=12500 ns 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.440221000, lastModified=2023-10-03 14:53:23.439109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.440221000, lastModified=2023-10-03 14:53:23.439109000, delta=1112000 ns, racy<=12500 ns 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.440443000, lastModified=2023-10-03 14:53:23.439109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.440443000, lastModified=2023-10-03 14:53:23.439109000, delta=1334000 ns, racy<=12500 ns 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.440652000, lastModified=2023-10-03 14:53:23.439109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.439109000 to 2023-10-03 14:53:23.440109000 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.440858000, lastModified=2023-10-03 14:53:23.440109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.440858000, lastModified=2023-10-03 14:53:23.440109000, delta=749000 ns, racy<=12500 ns 14:53:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.441068000, lastModified=2023-10-03 14:53:23.440109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.441068000, lastModified=2023-10-03 14:53:23.440109000, delta=959000 ns, racy<=12500 ns 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.441292000, lastModified=2023-10-03 14:53:23.440109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.441292000, lastModified=2023-10-03 14:53:23.440109000, delta=1183000 ns, racy<=12500 ns 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.441540000, lastModified=2023-10-03 14:53:23.440109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.441540000, lastModified=2023-10-03 14:53:23.440109000, delta=1431000 ns, racy<=12500 ns 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.441766000, lastModified=2023-10-03 14:53:23.441109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.441766000, lastModified=2023-10-03 14:53:23.441109000, delta=657000 ns, racy<=12500 ns 14:53:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.492556000, lastModified=2023-10-03 14:53:23.491109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.491109000 to 2023-10-03 14:53:23.492109000 14:53:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.492960000, lastModified=2023-10-03 14:53:23.492109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.492960000, lastModified=2023-10-03 14:53:23.492109000, delta=851000 ns, racy<=12500 ns 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.493216000, lastModified=2023-10-03 14:53:23.492109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.493216000, lastModified=2023-10-03 14:53:23.492109000, delta=1107000 ns, racy<=12500 ns 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.493457000, lastModified=2023-10-03 14:53:23.492109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.493457000, lastModified=2023-10-03 14:53:23.492109000, delta=1348000 ns, racy<=12500 ns 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.493679000, lastModified=2023-10-03 14:53:23.492109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.492109000 to 2023-10-03 14:53:23.493109000 14:53:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.493909000, lastModified=2023-10-03 14:53:23.493109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.493909000, lastModified=2023-10-03 14:53:23.493109000, delta=800000 ns, racy<=12500 ns 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.494151000, lastModified=2023-10-03 14:53:23.493109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.494151000, lastModified=2023-10-03 14:53:23.493109000, delta=1042000 ns, racy<=12500 ns 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.494379000, lastModified=2023-10-03 14:53:23.493109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.494379000, lastModified=2023-10-03 14:53:23.493109000, delta=1270000 ns, racy<=12500 ns 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.494617000, lastModified=2023-10-03 14:53:23.493109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.494617000, lastModified=2023-10-03 14:53:23.493109000, delta=1508000 ns, racy<=12500 ns 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.494898000, lastModified=2023-10-03 14:53:23.494109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.494898000, lastModified=2023-10-03 14:53:23.494109000, delta=789000 ns, racy<=12500 ns 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.495139000, lastModified=2023-10-03 14:53:23.494109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.495139000, lastModified=2023-10-03 14:53:23.494109000, delta=1030000 ns, racy<=12500 ns 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.495363000, lastModified=2023-10-03 14:53:23.494109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.495363000, lastModified=2023-10-03 14:53:23.494109000, delta=1254000 ns, racy<=12500 ns 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.495580000, lastModified=2023-10-03 14:53:23.494109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.495580000, lastModified=2023-10-03 14:53:23.494109000, delta=1471000 ns, racy<=12500 ns 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.495816000, lastModified=2023-10-03 14:53:23.495109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.495816000, lastModified=2023-10-03 14:53:23.495109000, delta=707000 ns, racy<=12500 ns 14:53:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.496051000, lastModified=2023-10-03 14:53:23.495109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.496051000, lastModified=2023-10-03 14:53:23.495109000, delta=942000 ns, racy<=12500 ns 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.496294000, lastModified=2023-10-03 14:53:23.495109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.496294000, lastModified=2023-10-03 14:53:23.495109000, delta=1185000 ns, racy<=12500 ns 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.496529000, lastModified=2023-10-03 14:53:23.495109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.496529000, lastModified=2023-10-03 14:53:23.495109000, delta=1420000 ns, racy<=12500 ns 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.496762000, lastModified=2023-10-03 14:53:23.495109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.495109000 to 2023-10-03 14:53:23.496109000 14:53:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.496999000, lastModified=2023-10-03 14:53:23.496109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.496999000, lastModified=2023-10-03 14:53:23.496109000, delta=890000 ns, racy<=12500 ns 14:53:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.497622000, lastModified=2023-10-03 14:53:23.496109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.496109000 to 2023-10-03 14:53:23.497109000 14:53:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.497899000, lastModified=2023-10-03 14:53:23.497109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.497899000, lastModified=2023-10-03 14:53:23.497109000, delta=790000 ns, racy<=12500 ns 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.498144000, lastModified=2023-10-03 14:53:23.497109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.498144000, lastModified=2023-10-03 14:53:23.497109000, delta=1035000 ns, racy<=12500 ns 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.498381000, lastModified=2023-10-03 14:53:23.497109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.498381000, lastModified=2023-10-03 14:53:23.497109000, delta=1272000 ns, racy<=12500 ns 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.498618000, lastModified=2023-10-03 14:53:23.497109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.498618000, lastModified=2023-10-03 14:53:23.497109000, delta=1509000 ns, racy<=12500 ns 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.498857000, lastModified=2023-10-03 14:53:23.498109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.498857000, lastModified=2023-10-03 14:53:23.498109000, delta=748000 ns, racy<=12500 ns 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.499090000, lastModified=2023-10-03 14:53:23.498109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.499090000, lastModified=2023-10-03 14:53:23.498109000, delta=981000 ns, racy<=12500 ns 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.499310000, lastModified=2023-10-03 14:53:23.498109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.499310000, lastModified=2023-10-03 14:53:23.498109000, delta=1201000 ns, racy<=12500 ns 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.499534000, lastModified=2023-10-03 14:53:23.498109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.499534000, lastModified=2023-10-03 14:53:23.498109000, delta=1425000 ns, racy<=12500 ns 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.499771000, lastModified=2023-10-03 14:53:23.499109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.499771000, lastModified=2023-10-03 14:53:23.499109000, delta=662000 ns, racy<=12500 ns 14:53:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.499997000, lastModified=2023-10-03 14:53:23.499109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.499997000, lastModified=2023-10-03 14:53:23.499109000, delta=888000 ns, racy<=12500 ns 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.500262000, lastModified=2023-10-03 14:53:23.499109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.500262000, lastModified=2023-10-03 14:53:23.499109000, delta=1153000 ns, racy<=12500 ns 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.500499000, lastModified=2023-10-03 14:53:23.499109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.500499000, lastModified=2023-10-03 14:53:23.499109000, delta=1390000 ns, racy<=12500 ns 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.500739000, lastModified=2023-10-03 14:53:23.499109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.499109000 to 2023-10-03 14:53:23.500109000 14:53:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.500965000, lastModified=2023-10-03 14:53:23.500109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.500965000, lastModified=2023-10-03 14:53:23.500109000, delta=856000 ns, racy<=12500 ns 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.501216000, lastModified=2023-10-03 14:53:23.500109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.501216000, lastModified=2023-10-03 14:53:23.500109000, delta=1107000 ns, racy<=12500 ns 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.501447000, lastModified=2023-10-03 14:53:23.500109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.501447000, lastModified=2023-10-03 14:53:23.500109000, delta=1338000 ns, racy<=12500 ns 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.501678000, lastModified=2023-10-03 14:53:23.500109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.500109000 to 2023-10-03 14:53:23.501109000 14:53:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.501905000, lastModified=2023-10-03 14:53:23.501109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.501905000, lastModified=2023-10-03 14:53:23.501109000, delta=796000 ns, racy<=12500 ns 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.502158000, lastModified=2023-10-03 14:53:23.501109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.502158000, lastModified=2023-10-03 14:53:23.501109000, delta=1049000 ns, racy<=12500 ns 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.502412000, lastModified=2023-10-03 14:53:23.501109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.502412000, lastModified=2023-10-03 14:53:23.501109000, delta=1303000 ns, racy<=12500 ns 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.502641000, lastModified=2023-10-03 14:53:23.501109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.502641000, lastModified=2023-10-03 14:53:23.501109000, delta=1532000 ns, racy<=12500 ns 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.502890000, lastModified=2023-10-03 14:53:23.502109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.502890000, lastModified=2023-10-03 14:53:23.502109000, delta=781000 ns, racy<=12500 ns 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.503134000, lastModified=2023-10-03 14:53:23.502109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.503134000, lastModified=2023-10-03 14:53:23.502109000, delta=1025000 ns, racy<=12500 ns 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.503362000, lastModified=2023-10-03 14:53:23.502109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.503362000, lastModified=2023-10-03 14:53:23.502109000, delta=1253000 ns, racy<=12500 ns 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.503587000, lastModified=2023-10-03 14:53:23.502109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.503587000, lastModified=2023-10-03 14:53:23.502109000, delta=1478000 ns, racy<=12500 ns 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.503826000, lastModified=2023-10-03 14:53:23.503109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.503826000, lastModified=2023-10-03 14:53:23.503109000, delta=717000 ns, racy<=12500 ns 14:53:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.504063000, lastModified=2023-10-03 14:53:23.503109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.504063000, lastModified=2023-10-03 14:53:23.503109000, delta=954000 ns, racy<=12500 ns 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.504315000, lastModified=2023-10-03 14:53:23.503109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.504315000, lastModified=2023-10-03 14:53:23.503109000, delta=1206000 ns, racy<=12500 ns 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.504555000, lastModified=2023-10-03 14:53:23.503109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.504555000, lastModified=2023-10-03 14:53:23.503109000, delta=1446000 ns, racy<=12500 ns 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.504783000, lastModified=2023-10-03 14:53:23.504109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.504783000, lastModified=2023-10-03 14:53:23.504109000, delta=674000 ns, racy<=12500 ns 14:53:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.505008000, lastModified=2023-10-03 14:53:23.504109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.505008000, lastModified=2023-10-03 14:53:23.504109000, delta=899000 ns, racy<=12500 ns 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.505236000, lastModified=2023-10-03 14:53:23.504109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.505236000, lastModified=2023-10-03 14:53:23.504109000, delta=1127000 ns, racy<=12500 ns 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.505459000, lastModified=2023-10-03 14:53:23.504109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.505459000, lastModified=2023-10-03 14:53:23.504109000, delta=1350000 ns, racy<=12500 ns 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.505700000, lastModified=2023-10-03 14:53:23.504109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.504109000 to 2023-10-03 14:53:23.505109000 14:53:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.505929000, lastModified=2023-10-03 14:53:23.505109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.505929000, lastModified=2023-10-03 14:53:23.505109000, delta=820000 ns, racy<=12500 ns 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.506184000, lastModified=2023-10-03 14:53:23.505109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.506184000, lastModified=2023-10-03 14:53:23.505109000, delta=1075000 ns, racy<=12500 ns 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.506419000, lastModified=2023-10-03 14:53:23.505109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.506419000, lastModified=2023-10-03 14:53:23.505109000, delta=1310000 ns, racy<=12500 ns 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.506651000, lastModified=2023-10-03 14:53:23.505109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.505109000 to 2023-10-03 14:53:23.506109000 14:53:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.506876000, lastModified=2023-10-03 14:53:23.506109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.506876000, lastModified=2023-10-03 14:53:23.506109000, delta=767000 ns, racy<=12500 ns 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.507114000, lastModified=2023-10-03 14:53:23.506109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.507114000, lastModified=2023-10-03 14:53:23.506109000, delta=1005000 ns, racy<=12500 ns 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.507348000, lastModified=2023-10-03 14:53:23.506109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.507348000, lastModified=2023-10-03 14:53:23.506109000, delta=1239000 ns, racy<=12500 ns 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.507582000, lastModified=2023-10-03 14:53:23.506109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.507582000, lastModified=2023-10-03 14:53:23.506109000, delta=1473000 ns, racy<=12500 ns 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.507821000, lastModified=2023-10-03 14:53:23.507109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.507821000, lastModified=2023-10-03 14:53:23.507109000, delta=712000 ns, racy<=12500 ns 14:53:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.508052000, lastModified=2023-10-03 14:53:23.507109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.508052000, lastModified=2023-10-03 14:53:23.507109000, delta=943000 ns, racy<=12500 ns 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.508298000, lastModified=2023-10-03 14:53:23.507109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.508298000, lastModified=2023-10-03 14:53:23.507109000, delta=1189000 ns, racy<=12500 ns 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.508543000, lastModified=2023-10-03 14:53:23.507109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.508543000, lastModified=2023-10-03 14:53:23.507109000, delta=1434000 ns, racy<=12500 ns 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.508809000, lastModified=2023-10-03 14:53:23.508109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.508809000, lastModified=2023-10-03 14:53:23.508109000, delta=700000 ns, racy<=12500 ns 14:53:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.509058000, lastModified=2023-10-03 14:53:23.508109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.509058000, lastModified=2023-10-03 14:53:23.508109000, delta=949000 ns, racy<=12500 ns 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.509299000, lastModified=2023-10-03 14:53:23.508109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.509299000, lastModified=2023-10-03 14:53:23.508109000, delta=1190000 ns, racy<=12500 ns 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.509548000, lastModified=2023-10-03 14:53:23.508109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.509548000, lastModified=2023-10-03 14:53:23.508109000, delta=1439000 ns, racy<=12500 ns 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.509797000, lastModified=2023-10-03 14:53:23.509109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.509797000, lastModified=2023-10-03 14:53:23.509109000, delta=688000 ns, racy<=12500 ns 14:53:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.510039000, lastModified=2023-10-03 14:53:23.509109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.510039000, lastModified=2023-10-03 14:53:23.509109000, delta=930000 ns, racy<=12500 ns 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.510282000, lastModified=2023-10-03 14:53:23.509109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.510282000, lastModified=2023-10-03 14:53:23.509109000, delta=1173000 ns, racy<=12500 ns 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.510513000, lastModified=2023-10-03 14:53:23.509109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.510513000, lastModified=2023-10-03 14:53:23.509109000, delta=1404000 ns, racy<=12500 ns 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.510773000, lastModified=2023-10-03 14:53:23.509109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.509109000 to 2023-10-03 14:53:23.510109000 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.511012000, lastModified=2023-10-03 14:53:23.510109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.511012000, lastModified=2023-10-03 14:53:23.510109000, delta=903000 ns, racy<=12500 ns 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.511246000, lastModified=2023-10-03 14:53:23.510109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.511246000, lastModified=2023-10-03 14:53:23.510109000, delta=1137000 ns, racy<=12500 ns 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.511791000, lastModified=2023-10-03 14:53:23.511109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.511791000, lastModified=2023-10-03 14:53:23.511109000, delta=682000 ns, racy<=12500 ns 14:53:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.512023000, lastModified=2023-10-03 14:53:23.511109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.512023000, lastModified=2023-10-03 14:53:23.511109000, delta=914000 ns, racy<=12500 ns 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.512257000, lastModified=2023-10-03 14:53:23.511109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.512257000, lastModified=2023-10-03 14:53:23.511109000, delta=1148000 ns, racy<=12500 ns 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.512484000, lastModified=2023-10-03 14:53:23.511109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.512484000, lastModified=2023-10-03 14:53:23.511109000, delta=1375000 ns, racy<=12500 ns 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.512705000, lastModified=2023-10-03 14:53:23.511109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.511109000 to 2023-10-03 14:53:23.512109000 14:53:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.512926000, lastModified=2023-10-03 14:53:23.512109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.512926000, lastModified=2023-10-03 14:53:23.512109000, delta=817000 ns, racy<=12500 ns 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.513179000, lastModified=2023-10-03 14:53:23.512109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.513179000, lastModified=2023-10-03 14:53:23.512109000, delta=1070000 ns, racy<=12500 ns 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.513415000, lastModified=2023-10-03 14:53:23.512109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.513415000, lastModified=2023-10-03 14:53:23.512109000, delta=1306000 ns, racy<=12500 ns 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.513647000, lastModified=2023-10-03 14:53:23.512109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.512109000 to 2023-10-03 14:53:23.513109000 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.513871000, lastModified=2023-10-03 14:53:23.513109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.513871000, lastModified=2023-10-03 14:53:23.513109000, delta=762000 ns, racy<=12500 ns 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.514108000, lastModified=2023-10-03 14:53:23.513109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.514108000, lastModified=2023-10-03 14:53:23.513109000, delta=999000 ns, racy<=12500 ns 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.514333000, lastModified=2023-10-03 14:53:23.513109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.514333000, lastModified=2023-10-03 14:53:23.513109000, delta=1224000 ns, racy<=12500 ns 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.514560000, lastModified=2023-10-03 14:53:23.513109000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.514560000, lastModified=2023-10-03 14:53:23.513109000, delta=1451000 ns, racy<=12500 ns 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.514802000, lastModified=2023-10-03 14:53:23.514108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.514802000, lastModified=2023-10-03 14:53:23.514108000, delta=694000 ns, racy<=12500 ns 14:53:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.515032000, lastModified=2023-10-03 14:53:23.514108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.515032000, lastModified=2023-10-03 14:53:23.514108000, delta=924000 ns, racy<=12500 ns 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.515274000, lastModified=2023-10-03 14:53:23.514108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.515274000, lastModified=2023-10-03 14:53:23.514108000, delta=1166000 ns, racy<=12500 ns 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.515495000, lastModified=2023-10-03 14:53:23.514108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.515495000, lastModified=2023-10-03 14:53:23.514108000, delta=1387000 ns, racy<=12500 ns 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.515725000, lastModified=2023-10-03 14:53:23.514108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.514108000 to 2023-10-03 14:53:23.515108000 14:53:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.515959000, lastModified=2023-10-03 14:53:23.515108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.515959000, lastModified=2023-10-03 14:53:23.515108000, delta=851000 ns, racy<=12500 ns 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.516187000, lastModified=2023-10-03 14:53:23.515108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.516187000, lastModified=2023-10-03 14:53:23.515108000, delta=1079000 ns, racy<=12500 ns 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.516406000, lastModified=2023-10-03 14:53:23.515108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.516406000, lastModified=2023-10-03 14:53:23.515108000, delta=1298000 ns, racy<=12500 ns 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.516647000, lastModified=2023-10-03 14:53:23.515108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.515108000 to 2023-10-03 14:53:23.516108000 14:53:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.516881000, lastModified=2023-10-03 14:53:23.516108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.516881000, lastModified=2023-10-03 14:53:23.516108000, delta=773000 ns, racy<=12500 ns 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.517130000, lastModified=2023-10-03 14:53:23.516108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.517130000, lastModified=2023-10-03 14:53:23.516108000, delta=1022000 ns, racy<=12500 ns 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.517359000, lastModified=2023-10-03 14:53:23.516108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.517359000, lastModified=2023-10-03 14:53:23.516108000, delta=1251000 ns, racy<=12500 ns 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.517581000, lastModified=2023-10-03 14:53:23.516108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.517581000, lastModified=2023-10-03 14:53:23.516108000, delta=1473000 ns, racy<=12500 ns 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.517825000, lastModified=2023-10-03 14:53:23.517108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.517825000, lastModified=2023-10-03 14:53:23.517108000, delta=717000 ns, racy<=12500 ns 14:53:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.518059000, lastModified=2023-10-03 14:53:23.517108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.518059000, lastModified=2023-10-03 14:53:23.517108000, delta=951000 ns, racy<=12500 ns 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.518293000, lastModified=2023-10-03 14:53:23.517108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.518293000, lastModified=2023-10-03 14:53:23.517108000, delta=1185000 ns, racy<=12500 ns 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.518517000, lastModified=2023-10-03 14:53:23.517108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.518517000, lastModified=2023-10-03 14:53:23.517108000, delta=1409000 ns, racy<=12500 ns 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.518832000, lastModified=2023-10-03 14:53:23.517108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.517108000 to 2023-10-03 14:53:23.518108000 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.519088000, lastModified=2023-10-03 14:53:23.518108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.519088000, lastModified=2023-10-03 14:53:23.518108000, delta=980000 ns, racy<=12500 ns 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.519326000, lastModified=2023-10-03 14:53:23.518108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.519326000, lastModified=2023-10-03 14:53:23.518108000, delta=1218000 ns, racy<=12500 ns 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.519551000, lastModified=2023-10-03 14:53:23.518108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.519551000, lastModified=2023-10-03 14:53:23.518108000, delta=1443000 ns, racy<=12500 ns 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.519791000, lastModified=2023-10-03 14:53:23.519108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.519791000, lastModified=2023-10-03 14:53:23.519108000, delta=683000 ns, racy<=12500 ns 14:53:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.520020000, lastModified=2023-10-03 14:53:23.519108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.520020000, lastModified=2023-10-03 14:53:23.519108000, delta=912000 ns, racy<=12500 ns 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.520260000, lastModified=2023-10-03 14:53:23.519108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.520260000, lastModified=2023-10-03 14:53:23.519108000, delta=1152000 ns, racy<=12500 ns 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.520487000, lastModified=2023-10-03 14:53:23.519108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.520487000, lastModified=2023-10-03 14:53:23.519108000, delta=1379000 ns, racy<=12500 ns 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.520713000, lastModified=2023-10-03 14:53:23.519108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.519108000 to 2023-10-03 14:53:23.520108000 14:53:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.520937000, lastModified=2023-10-03 14:53:23.520108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.520937000, lastModified=2023-10-03 14:53:23.520108000, delta=829000 ns, racy<=12500 ns 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.521167000, lastModified=2023-10-03 14:53:23.520108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.521167000, lastModified=2023-10-03 14:53:23.520108000, delta=1059000 ns, racy<=12500 ns 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.521400000, lastModified=2023-10-03 14:53:23.520108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.521400000, lastModified=2023-10-03 14:53:23.520108000, delta=1292000 ns, racy<=12500 ns 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.521618000, lastModified=2023-10-03 14:53:23.520108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.521618000, lastModified=2023-10-03 14:53:23.520108000, delta=1510000 ns, racy<=12500 ns 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.521852000, lastModified=2023-10-03 14:53:23.521108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.521852000, lastModified=2023-10-03 14:53:23.521108000, delta=744000 ns, racy<=12500 ns 14:53:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.522074000, lastModified=2023-10-03 14:53:23.521108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.522074000, lastModified=2023-10-03 14:53:23.521108000, delta=966000 ns, racy<=12500 ns 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.522316000, lastModified=2023-10-03 14:53:23.521108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.522316000, lastModified=2023-10-03 14:53:23.521108000, delta=1208000 ns, racy<=12500 ns 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.522543000, lastModified=2023-10-03 14:53:23.521108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.522543000, lastModified=2023-10-03 14:53:23.521108000, delta=1435000 ns, racy<=12500 ns 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.522825000, lastModified=2023-10-03 14:53:23.522108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.522825000, lastModified=2023-10-03 14:53:23.522108000, delta=717000 ns, racy<=12500 ns 14:53:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.523055000, lastModified=2023-10-03 14:53:23.522108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.523055000, lastModified=2023-10-03 14:53:23.522108000, delta=947000 ns, racy<=12500 ns 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.523284000, lastModified=2023-10-03 14:53:23.522108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.523284000, lastModified=2023-10-03 14:53:23.522108000, delta=1176000 ns, racy<=12500 ns 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.523515000, lastModified=2023-10-03 14:53:23.522108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.523515000, lastModified=2023-10-03 14:53:23.522108000, delta=1407000 ns, racy<=12500 ns 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.523745000, lastModified=2023-10-03 14:53:23.522108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.522108000 to 2023-10-03 14:53:23.523108000 14:53:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.523964000, lastModified=2023-10-03 14:53:23.523108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.523964000, lastModified=2023-10-03 14:53:23.523108000, delta=856000 ns, racy<=12500 ns 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.524211000, lastModified=2023-10-03 14:53:23.523108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.524211000, lastModified=2023-10-03 14:53:23.523108000, delta=1103000 ns, racy<=12500 ns 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.524442000, lastModified=2023-10-03 14:53:23.523108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.524442000, lastModified=2023-10-03 14:53:23.523108000, delta=1334000 ns, racy<=12500 ns 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.524677000, lastModified=2023-10-03 14:53:23.523108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.523108000 to 2023-10-03 14:53:23.524108000 14:53:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.524897000, lastModified=2023-10-03 14:53:23.524108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.524897000, lastModified=2023-10-03 14:53:23.524108000, delta=789000 ns, racy<=12500 ns 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.525450000, lastModified=2023-10-03 14:53:23.524108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.525450000, lastModified=2023-10-03 14:53:23.524108000, delta=1342000 ns, racy<=12500 ns 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.525696000, lastModified=2023-10-03 14:53:23.524108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.524108000 to 2023-10-03 14:53:23.525108000 14:53:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.525957000, lastModified=2023-10-03 14:53:23.525108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.525957000, lastModified=2023-10-03 14:53:23.525108000, delta=849000 ns, racy<=12500 ns 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.526197000, lastModified=2023-10-03 14:53:23.525108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.526197000, lastModified=2023-10-03 14:53:23.525108000, delta=1089000 ns, racy<=12500 ns 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.526436000, lastModified=2023-10-03 14:53:23.525108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.526436000, lastModified=2023-10-03 14:53:23.525108000, delta=1328000 ns, racy<=12500 ns 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.526653000, lastModified=2023-10-03 14:53:23.525108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.525108000 to 2023-10-03 14:53:23.526108000 14:53:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.526920000, lastModified=2023-10-03 14:53:23.526108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.526920000, lastModified=2023-10-03 14:53:23.526108000, delta=812000 ns, racy<=12500 ns 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.527151000, lastModified=2023-10-03 14:53:23.526108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.527151000, lastModified=2023-10-03 14:53:23.526108000, delta=1043000 ns, racy<=12500 ns 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.527376000, lastModified=2023-10-03 14:53:23.526108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.527376000, lastModified=2023-10-03 14:53:23.526108000, delta=1268000 ns, racy<=12500 ns 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.527595000, lastModified=2023-10-03 14:53:23.526108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.527595000, lastModified=2023-10-03 14:53:23.526108000, delta=1487000 ns, racy<=12500 ns 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.527832000, lastModified=2023-10-03 14:53:23.527108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.527832000, lastModified=2023-10-03 14:53:23.527108000, delta=724000 ns, racy<=12500 ns 14:53:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.528060000, lastModified=2023-10-03 14:53:23.527108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.528060000, lastModified=2023-10-03 14:53:23.527108000, delta=952000 ns, racy<=12500 ns 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.528288000, lastModified=2023-10-03 14:53:23.527108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.528288000, lastModified=2023-10-03 14:53:23.527108000, delta=1180000 ns, racy<=12500 ns 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.528508000, lastModified=2023-10-03 14:53:23.527108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.528508000, lastModified=2023-10-03 14:53:23.527108000, delta=1400000 ns, racy<=12500 ns 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.528725000, lastModified=2023-10-03 14:53:23.527108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.527108000 to 2023-10-03 14:53:23.528108000 14:53:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.528953000, lastModified=2023-10-03 14:53:23.528108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.528953000, lastModified=2023-10-03 14:53:23.528108000, delta=845000 ns, racy<=12500 ns 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.529181000, lastModified=2023-10-03 14:53:23.528108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.529181000, lastModified=2023-10-03 14:53:23.528108000, delta=1073000 ns, racy<=12500 ns 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.529407000, lastModified=2023-10-03 14:53:23.528108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.529407000, lastModified=2023-10-03 14:53:23.528108000, delta=1299000 ns, racy<=12500 ns 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.529626000, lastModified=2023-10-03 14:53:23.528108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.529626000, lastModified=2023-10-03 14:53:23.528108000, delta=1518000 ns, racy<=12500 ns 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.529860000, lastModified=2023-10-03 14:53:23.529108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.529860000, lastModified=2023-10-03 14:53:23.529108000, delta=752000 ns, racy<=12500 ns 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.530095000, lastModified=2023-10-03 14:53:23.529108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.530095000, lastModified=2023-10-03 14:53:23.529108000, delta=987000 ns, racy<=12500 ns 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.530322000, lastModified=2023-10-03 14:53:23.529108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.530322000, lastModified=2023-10-03 14:53:23.529108000, delta=1214000 ns, racy<=12500 ns 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.530547000, lastModified=2023-10-03 14:53:23.529108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.530547000, lastModified=2023-10-03 14:53:23.529108000, delta=1439000 ns, racy<=12500 ns 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.530772000, lastModified=2023-10-03 14:53:23.530108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.530772000, lastModified=2023-10-03 14:53:23.530108000, delta=664000 ns, racy<=12500 ns 14:53:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.530995000, lastModified=2023-10-03 14:53:23.530108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.530995000, lastModified=2023-10-03 14:53:23.530108000, delta=887000 ns, racy<=12500 ns 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.531229000, lastModified=2023-10-03 14:53:23.530108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.531229000, lastModified=2023-10-03 14:53:23.530108000, delta=1121000 ns, racy<=12500 ns 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.531458000, lastModified=2023-10-03 14:53:23.530108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.531458000, lastModified=2023-10-03 14:53:23.530108000, delta=1350000 ns, racy<=12500 ns 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.531694000, lastModified=2023-10-03 14:53:23.530108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.530108000 to 2023-10-03 14:53:23.531108000 14:53:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.531917000, lastModified=2023-10-03 14:53:23.531108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.531917000, lastModified=2023-10-03 14:53:23.531108000, delta=809000 ns, racy<=12500 ns 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.532148000, lastModified=2023-10-03 14:53:23.531108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.532148000, lastModified=2023-10-03 14:53:23.531108000, delta=1040000 ns, racy<=12500 ns 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.532371000, lastModified=2023-10-03 14:53:23.531108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.532371000, lastModified=2023-10-03 14:53:23.531108000, delta=1263000 ns, racy<=12500 ns 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.532589000, lastModified=2023-10-03 14:53:23.531108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.532589000, lastModified=2023-10-03 14:53:23.531108000, delta=1481000 ns, racy<=12500 ns 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.532818000, lastModified=2023-10-03 14:53:23.532108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.532818000, lastModified=2023-10-03 14:53:23.532108000, delta=710000 ns, racy<=12500 ns 14:53:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.533037000, lastModified=2023-10-03 14:53:23.532108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.533037000, lastModified=2023-10-03 14:53:23.532108000, delta=929000 ns, racy<=12500 ns 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.533270000, lastModified=2023-10-03 14:53:23.532108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.533270000, lastModified=2023-10-03 14:53:23.532108000, delta=1162000 ns, racy<=12500 ns 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.533495000, lastModified=2023-10-03 14:53:23.532108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.533495000, lastModified=2023-10-03 14:53:23.532108000, delta=1387000 ns, racy<=12500 ns 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.533723000, lastModified=2023-10-03 14:53:23.532108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.532108000 to 2023-10-03 14:53:23.533108000 14:53:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.533956000, lastModified=2023-10-03 14:53:23.533108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.533956000, lastModified=2023-10-03 14:53:23.533108000, delta=848000 ns, racy<=12500 ns 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.534186000, lastModified=2023-10-03 14:53:23.533108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.534186000, lastModified=2023-10-03 14:53:23.533108000, delta=1078000 ns, racy<=12500 ns 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.534414000, lastModified=2023-10-03 14:53:23.533108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.534414000, lastModified=2023-10-03 14:53:23.533108000, delta=1306000 ns, racy<=12500 ns 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.534634000, lastModified=2023-10-03 14:53:23.533108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.534634000, lastModified=2023-10-03 14:53:23.533108000, delta=1526000 ns, racy<=12500 ns 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.534870000, lastModified=2023-10-03 14:53:23.534108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.534870000, lastModified=2023-10-03 14:53:23.534108000, delta=762000 ns, racy<=12500 ns 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.535104000, lastModified=2023-10-03 14:53:23.534108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.535104000, lastModified=2023-10-03 14:53:23.534108000, delta=996000 ns, racy<=12500 ns 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.535334000, lastModified=2023-10-03 14:53:23.534108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.535334000, lastModified=2023-10-03 14:53:23.534108000, delta=1226000 ns, racy<=12500 ns 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.535555000, lastModified=2023-10-03 14:53:23.534108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.535555000, lastModified=2023-10-03 14:53:23.534108000, delta=1447000 ns, racy<=12500 ns 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.535813000, lastModified=2023-10-03 14:53:23.535108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.535813000, lastModified=2023-10-03 14:53:23.535108000, delta=705000 ns, racy<=12500 ns 14:53:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.536045000, lastModified=2023-10-03 14:53:23.535108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.536045000, lastModified=2023-10-03 14:53:23.535108000, delta=937000 ns, racy<=12500 ns 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.536275000, lastModified=2023-10-03 14:53:23.535108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.536275000, lastModified=2023-10-03 14:53:23.535108000, delta=1167000 ns, racy<=12500 ns 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.536497000, lastModified=2023-10-03 14:53:23.535108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.536497000, lastModified=2023-10-03 14:53:23.535108000, delta=1389000 ns, racy<=12500 ns 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.536727000, lastModified=2023-10-03 14:53:23.535108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.535108000 to 2023-10-03 14:53:23.536108000 14:53:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.536951000, lastModified=2023-10-03 14:53:23.536108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.536951000, lastModified=2023-10-03 14:53:23.536108000, delta=843000 ns, racy<=12500 ns 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.537180000, lastModified=2023-10-03 14:53:23.536108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.537180000, lastModified=2023-10-03 14:53:23.536108000, delta=1072000 ns, racy<=12500 ns 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.537402000, lastModified=2023-10-03 14:53:23.536108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.537402000, lastModified=2023-10-03 14:53:23.536108000, delta=1294000 ns, racy<=12500 ns 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.537621000, lastModified=2023-10-03 14:53:23.536108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.537621000, lastModified=2023-10-03 14:53:23.536108000, delta=1513000 ns, racy<=12500 ns 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.537849000, lastModified=2023-10-03 14:53:23.537108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.537849000, lastModified=2023-10-03 14:53:23.537108000, delta=741000 ns, racy<=12500 ns 14:53:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.538073000, lastModified=2023-10-03 14:53:23.537108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.538073000, lastModified=2023-10-03 14:53:23.537108000, delta=965000 ns, racy<=12500 ns 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.538307000, lastModified=2023-10-03 14:53:23.537108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.538307000, lastModified=2023-10-03 14:53:23.537108000, delta=1199000 ns, racy<=12500 ns 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.538541000, lastModified=2023-10-03 14:53:23.537108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.538541000, lastModified=2023-10-03 14:53:23.537108000, delta=1433000 ns, racy<=12500 ns 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.539116000, lastModified=2023-10-03 14:53:23.538108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.539116000, lastModified=2023-10-03 14:53:23.538108000, delta=1008000 ns, racy<=12500 ns 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.539356000, lastModified=2023-10-03 14:53:23.538108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.539356000, lastModified=2023-10-03 14:53:23.538108000, delta=1248000 ns, racy<=12500 ns 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.539586000, lastModified=2023-10-03 14:53:23.538108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.539586000, lastModified=2023-10-03 14:53:23.538108000, delta=1478000 ns, racy<=12500 ns 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.539830000, lastModified=2023-10-03 14:53:23.539108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.539830000, lastModified=2023-10-03 14:53:23.539108000, delta=722000 ns, racy<=12500 ns 14:53:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.540063000, lastModified=2023-10-03 14:53:23.539108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.540063000, lastModified=2023-10-03 14:53:23.539108000, delta=955000 ns, racy<=12500 ns 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.540288000, lastModified=2023-10-03 14:53:23.539108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.540288000, lastModified=2023-10-03 14:53:23.539108000, delta=1180000 ns, racy<=12500 ns 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.540519000, lastModified=2023-10-03 14:53:23.539108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.540519000, lastModified=2023-10-03 14:53:23.539108000, delta=1411000 ns, racy<=12500 ns 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.540744000, lastModified=2023-10-03 14:53:23.539108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.539108000 to 2023-10-03 14:53:23.540108000 14:53:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.540957000, lastModified=2023-10-03 14:53:23.540108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.540957000, lastModified=2023-10-03 14:53:23.540108000, delta=849000 ns, racy<=12500 ns 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.541183000, lastModified=2023-10-03 14:53:23.540108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.541183000, lastModified=2023-10-03 14:53:23.540108000, delta=1075000 ns, racy<=12500 ns 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.541406000, lastModified=2023-10-03 14:53:23.540108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.541406000, lastModified=2023-10-03 14:53:23.540108000, delta=1298000 ns, racy<=12500 ns 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.541627000, lastModified=2023-10-03 14:53:23.540108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.541627000, lastModified=2023-10-03 14:53:23.540108000, delta=1519000 ns, racy<=12500 ns 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.541853000, lastModified=2023-10-03 14:53:23.541108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.541853000, lastModified=2023-10-03 14:53:23.541108000, delta=745000 ns, racy<=12500 ns 14:53:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.542085000, lastModified=2023-10-03 14:53:23.541108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.542085000, lastModified=2023-10-03 14:53:23.541108000, delta=977000 ns, racy<=12500 ns 14:53:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.542308000, lastModified=2023-10-03 14:53:23.541108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.541108000 to 2023-10-03 14:53:23.591108000 14:53:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.592741000, lastModified=2023-10-03 14:53:23.591108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.591108000 to 2023-10-03 14:53:23.592108000 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.593016000, lastModified=2023-10-03 14:53:23.592108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.593016000, lastModified=2023-10-03 14:53:23.592108000, delta=908000 ns, racy<=12500 ns 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.593292000, lastModified=2023-10-03 14:53:23.592108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.593292000, lastModified=2023-10-03 14:53:23.592108000, delta=1184000 ns, racy<=12500 ns 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.593524000, lastModified=2023-10-03 14:53:23.592108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.593524000, lastModified=2023-10-03 14:53:23.592108000, delta=1416000 ns, racy<=12500 ns 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.593766000, lastModified=2023-10-03 14:53:23.592108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.592108000 to 2023-10-03 14:53:23.593108000 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.594000000, lastModified=2023-10-03 14:53:23.593108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.594000000, lastModified=2023-10-03 14:53:23.593108000, delta=892000 ns, racy<=12500 ns 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.594235000, lastModified=2023-10-03 14:53:23.593108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.594235000, lastModified=2023-10-03 14:53:23.593108000, delta=1127000 ns, racy<=12500 ns 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.594489000, lastModified=2023-10-03 14:53:23.593108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.594489000, lastModified=2023-10-03 14:53:23.593108000, delta=1381000 ns, racy<=12500 ns 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.594718000, lastModified=2023-10-03 14:53:23.593108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.593108000 to 2023-10-03 14:53:23.594108000 14:53:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.594943000, lastModified=2023-10-03 14:53:23.594108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.594943000, lastModified=2023-10-03 14:53:23.594108000, delta=835000 ns, racy<=12500 ns 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.595179000, lastModified=2023-10-03 14:53:23.594108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.595179000, lastModified=2023-10-03 14:53:23.594108000, delta=1071000 ns, racy<=12500 ns 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.595411000, lastModified=2023-10-03 14:53:23.594108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.595411000, lastModified=2023-10-03 14:53:23.594108000, delta=1303000 ns, racy<=12500 ns 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.595642000, lastModified=2023-10-03 14:53:23.594108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.595642000, lastModified=2023-10-03 14:53:23.594108000, delta=1534000 ns, racy<=12500 ns 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.595869000, lastModified=2023-10-03 14:53:23.595108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.595869000, lastModified=2023-10-03 14:53:23.595108000, delta=761000 ns, racy<=12500 ns 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.596104000, lastModified=2023-10-03 14:53:23.595108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.596104000, lastModified=2023-10-03 14:53:23.595108000, delta=996000 ns, racy<=12500 ns 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.596341000, lastModified=2023-10-03 14:53:23.595108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.596341000, lastModified=2023-10-03 14:53:23.595108000, delta=1233000 ns, racy<=12500 ns 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.596564000, lastModified=2023-10-03 14:53:23.595108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.596564000, lastModified=2023-10-03 14:53:23.595108000, delta=1456000 ns, racy<=12500 ns 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.596812000, lastModified=2023-10-03 14:53:23.596108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.596812000, lastModified=2023-10-03 14:53:23.596108000, delta=704000 ns, racy<=12500 ns 14:53:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.597040000, lastModified=2023-10-03 14:53:23.596108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.597040000, lastModified=2023-10-03 14:53:23.596108000, delta=932000 ns, racy<=12500 ns 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.597277000, lastModified=2023-10-03 14:53:23.596108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.597277000, lastModified=2023-10-03 14:53:23.596108000, delta=1169000 ns, racy<=12500 ns 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.597509000, lastModified=2023-10-03 14:53:23.596108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.597509000, lastModified=2023-10-03 14:53:23.596108000, delta=1401000 ns, racy<=12500 ns 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.597743000, lastModified=2023-10-03 14:53:23.596108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.596108000 to 2023-10-03 14:53:23.597108000 14:53:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.597990000, lastModified=2023-10-03 14:53:23.597108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.597990000, lastModified=2023-10-03 14:53:23.597108000, delta=882000 ns, racy<=12500 ns 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.598222000, lastModified=2023-10-03 14:53:23.597108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.598222000, lastModified=2023-10-03 14:53:23.597108000, delta=1114000 ns, racy<=12500 ns 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.598441000, lastModified=2023-10-03 14:53:23.597108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.598441000, lastModified=2023-10-03 14:53:23.597108000, delta=1333000 ns, racy<=12500 ns 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.598665000, lastModified=2023-10-03 14:53:23.597108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.597108000 to 2023-10-03 14:53:23.598108000 14:53:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.598888000, lastModified=2023-10-03 14:53:23.598108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.598888000, lastModified=2023-10-03 14:53:23.598108000, delta=780000 ns, racy<=12500 ns 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.599119000, lastModified=2023-10-03 14:53:23.598108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.599119000, lastModified=2023-10-03 14:53:23.598108000, delta=1011000 ns, racy<=12500 ns 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.599341000, lastModified=2023-10-03 14:53:23.598108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.599341000, lastModified=2023-10-03 14:53:23.598108000, delta=1233000 ns, racy<=12500 ns 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.599565000, lastModified=2023-10-03 14:53:23.598108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.599565000, lastModified=2023-10-03 14:53:23.598108000, delta=1457000 ns, racy<=12500 ns 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.599796000, lastModified=2023-10-03 14:53:23.599108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.599796000, lastModified=2023-10-03 14:53:23.599108000, delta=688000 ns, racy<=12500 ns 14:53:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.600020000, lastModified=2023-10-03 14:53:23.599108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.600020000, lastModified=2023-10-03 14:53:23.599108000, delta=912000 ns, racy<=12500 ns 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.600257000, lastModified=2023-10-03 14:53:23.599108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.600257000, lastModified=2023-10-03 14:53:23.599108000, delta=1149000 ns, racy<=12500 ns 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.600481000, lastModified=2023-10-03 14:53:23.599108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.600481000, lastModified=2023-10-03 14:53:23.599108000, delta=1373000 ns, racy<=12500 ns 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.600708000, lastModified=2023-10-03 14:53:23.599108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.599108000 to 2023-10-03 14:53:23.600108000 14:53:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.600947000, lastModified=2023-10-03 14:53:23.600108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.600947000, lastModified=2023-10-03 14:53:23.600108000, delta=839000 ns, racy<=12500 ns 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.601191000, lastModified=2023-10-03 14:53:23.600108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.601191000, lastModified=2023-10-03 14:53:23.600108000, delta=1083000 ns, racy<=12500 ns 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.601429000, lastModified=2023-10-03 14:53:23.600108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.601429000, lastModified=2023-10-03 14:53:23.600108000, delta=1321000 ns, racy<=12500 ns 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.601657000, lastModified=2023-10-03 14:53:23.600108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.600108000 to 2023-10-03 14:53:23.601108000 14:53:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.601945000, lastModified=2023-10-03 14:53:23.601108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.601945000, lastModified=2023-10-03 14:53:23.601108000, delta=837000 ns, racy<=12500 ns 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.602194000, lastModified=2023-10-03 14:53:23.601108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.602194000, lastModified=2023-10-03 14:53:23.601108000, delta=1086000 ns, racy<=12500 ns 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.602422000, lastModified=2023-10-03 14:53:23.601108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.602422000, lastModified=2023-10-03 14:53:23.601108000, delta=1314000 ns, racy<=12500 ns 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.602979000, lastModified=2023-10-03 14:53:23.601108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.601108000 to 2023-10-03 14:53:23.602108000 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.603226000, lastModified=2023-10-03 14:53:23.602108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.603226000, lastModified=2023-10-03 14:53:23.602108000, delta=1118000 ns, racy<=12500 ns 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.603463000, lastModified=2023-10-03 14:53:23.602108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.603463000, lastModified=2023-10-03 14:53:23.602108000, delta=1355000 ns, racy<=12500 ns 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.603690000, lastModified=2023-10-03 14:53:23.602108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.602108000 to 2023-10-03 14:53:23.603108000 14:53:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.603960000, lastModified=2023-10-03 14:53:23.603108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.603960000, lastModified=2023-10-03 14:53:23.603108000, delta=852000 ns, racy<=12500 ns 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.604193000, lastModified=2023-10-03 14:53:23.603108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.604193000, lastModified=2023-10-03 14:53:23.603108000, delta=1085000 ns, racy<=12500 ns 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.604419000, lastModified=2023-10-03 14:53:23.603108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.604419000, lastModified=2023-10-03 14:53:23.603108000, delta=1311000 ns, racy<=12500 ns 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.604640000, lastModified=2023-10-03 14:53:23.603108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.604640000, lastModified=2023-10-03 14:53:23.603108000, delta=1532000 ns, racy<=12500 ns 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.604901000, lastModified=2023-10-03 14:53:23.604108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.604901000, lastModified=2023-10-03 14:53:23.604108000, delta=793000 ns, racy<=12500 ns 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.605144000, lastModified=2023-10-03 14:53:23.604108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.605144000, lastModified=2023-10-03 14:53:23.604108000, delta=1036000 ns, racy<=12500 ns 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.605362000, lastModified=2023-10-03 14:53:23.604108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.605362000, lastModified=2023-10-03 14:53:23.604108000, delta=1254000 ns, racy<=12500 ns 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.605589000, lastModified=2023-10-03 14:53:23.604108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.605589000, lastModified=2023-10-03 14:53:23.604108000, delta=1481000 ns, racy<=12500 ns 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.605859000, lastModified=2023-10-03 14:53:23.605108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.605859000, lastModified=2023-10-03 14:53:23.605108000, delta=751000 ns, racy<=12500 ns 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.606114000, lastModified=2023-10-03 14:53:23.605108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.606114000, lastModified=2023-10-03 14:53:23.605108000, delta=1006000 ns, racy<=12500 ns 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.606337000, lastModified=2023-10-03 14:53:23.605108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.606337000, lastModified=2023-10-03 14:53:23.605108000, delta=1229000 ns, racy<=12500 ns 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.606558000, lastModified=2023-10-03 14:53:23.605108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.606558000, lastModified=2023-10-03 14:53:23.605108000, delta=1450000 ns, racy<=12500 ns 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.606809000, lastModified=2023-10-03 14:53:23.606108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.606809000, lastModified=2023-10-03 14:53:23.606108000, delta=701000 ns, racy<=12500 ns 14:53:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.607043000, lastModified=2023-10-03 14:53:23.606108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.607043000, lastModified=2023-10-03 14:53:23.606108000, delta=935000 ns, racy<=12500 ns 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.607282000, lastModified=2023-10-03 14:53:23.606108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.607282000, lastModified=2023-10-03 14:53:23.606108000, delta=1174000 ns, racy<=12500 ns 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.607506000, lastModified=2023-10-03 14:53:23.606108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.607506000, lastModified=2023-10-03 14:53:23.606108000, delta=1398000 ns, racy<=12500 ns 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.607741000, lastModified=2023-10-03 14:53:23.606108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.606108000 to 2023-10-03 14:53:23.607108000 14:53:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.607961000, lastModified=2023-10-03 14:53:23.607108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.607961000, lastModified=2023-10-03 14:53:23.607108000, delta=853000 ns, racy<=12500 ns 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.608192000, lastModified=2023-10-03 14:53:23.607108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.608192000, lastModified=2023-10-03 14:53:23.607108000, delta=1084000 ns, racy<=12500 ns 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.608415000, lastModified=2023-10-03 14:53:23.607108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.608415000, lastModified=2023-10-03 14:53:23.607108000, delta=1307000 ns, racy<=12500 ns 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.608635000, lastModified=2023-10-03 14:53:23.607108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.608635000, lastModified=2023-10-03 14:53:23.607108000, delta=1527000 ns, racy<=12500 ns 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.608878000, lastModified=2023-10-03 14:53:23.608108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.608878000, lastModified=2023-10-03 14:53:23.608108000, delta=770000 ns, racy<=12500 ns 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.609115000, lastModified=2023-10-03 14:53:23.608108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.609115000, lastModified=2023-10-03 14:53:23.608108000, delta=1007000 ns, racy<=12500 ns 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.609342000, lastModified=2023-10-03 14:53:23.608108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.609342000, lastModified=2023-10-03 14:53:23.608108000, delta=1234000 ns, racy<=12500 ns 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.609565000, lastModified=2023-10-03 14:53:23.608108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.609565000, lastModified=2023-10-03 14:53:23.608108000, delta=1457000 ns, racy<=12500 ns 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.609805000, lastModified=2023-10-03 14:53:23.609108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.609805000, lastModified=2023-10-03 14:53:23.609108000, delta=697000 ns, racy<=12500 ns 14:53:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.610046000, lastModified=2023-10-03 14:53:23.609108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.610046000, lastModified=2023-10-03 14:53:23.609108000, delta=938000 ns, racy<=12500 ns 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.610275000, lastModified=2023-10-03 14:53:23.609108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.610275000, lastModified=2023-10-03 14:53:23.609108000, delta=1167000 ns, racy<=12500 ns 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.610493000, lastModified=2023-10-03 14:53:23.609108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.610493000, lastModified=2023-10-03 14:53:23.609108000, delta=1385000 ns, racy<=12500 ns 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.610717000, lastModified=2023-10-03 14:53:23.609108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.609108000 to 2023-10-03 14:53:23.610108000 14:53:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.610963000, lastModified=2023-10-03 14:53:23.610108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.610963000, lastModified=2023-10-03 14:53:23.610108000, delta=855000 ns, racy<=12500 ns 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.611195000, lastModified=2023-10-03 14:53:23.610108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.611195000, lastModified=2023-10-03 14:53:23.610108000, delta=1087000 ns, racy<=12500 ns 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.611416000, lastModified=2023-10-03 14:53:23.610108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.611416000, lastModified=2023-10-03 14:53:23.610108000, delta=1308000 ns, racy<=12500 ns 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.611634000, lastModified=2023-10-03 14:53:23.610108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.611634000, lastModified=2023-10-03 14:53:23.610108000, delta=1526000 ns, racy<=12500 ns 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.611869000, lastModified=2023-10-03 14:53:23.611108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.611869000, lastModified=2023-10-03 14:53:23.611108000, delta=761000 ns, racy<=12500 ns 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.612112000, lastModified=2023-10-03 14:53:23.611108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.612112000, lastModified=2023-10-03 14:53:23.611108000, delta=1004000 ns, racy<=12500 ns 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.612332000, lastModified=2023-10-03 14:53:23.611108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.612332000, lastModified=2023-10-03 14:53:23.611108000, delta=1224000 ns, racy<=12500 ns 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.612555000, lastModified=2023-10-03 14:53:23.611108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.612555000, lastModified=2023-10-03 14:53:23.611108000, delta=1447000 ns, racy<=12500 ns 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.612785000, lastModified=2023-10-03 14:53:23.612108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.612785000, lastModified=2023-10-03 14:53:23.612108000, delta=677000 ns, racy<=12500 ns 14:53:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.613008000, lastModified=2023-10-03 14:53:23.612108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.613008000, lastModified=2023-10-03 14:53:23.612108000, delta=900000 ns, racy<=12500 ns 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.613245000, lastModified=2023-10-03 14:53:23.612108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.613245000, lastModified=2023-10-03 14:53:23.612108000, delta=1137000 ns, racy<=12500 ns 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.613465000, lastModified=2023-10-03 14:53:23.612108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.613465000, lastModified=2023-10-03 14:53:23.612108000, delta=1357000 ns, racy<=12500 ns 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.613687000, lastModified=2023-10-03 14:53:23.612108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.612108000 to 2023-10-03 14:53:23.613108000 14:53:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.613913000, lastModified=2023-10-03 14:53:23.613108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.613913000, lastModified=2023-10-03 14:53:23.613108000, delta=805000 ns, racy<=12500 ns 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.614141000, lastModified=2023-10-03 14:53:23.613108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.614141000, lastModified=2023-10-03 14:53:23.613108000, delta=1033000 ns, racy<=12500 ns 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.614367000, lastModified=2023-10-03 14:53:23.613108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.614367000, lastModified=2023-10-03 14:53:23.613108000, delta=1259000 ns, racy<=12500 ns 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.614593000, lastModified=2023-10-03 14:53:23.613108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.614593000, lastModified=2023-10-03 14:53:23.613108000, delta=1485000 ns, racy<=12500 ns 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.614855000, lastModified=2023-10-03 14:53:23.614108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.614855000, lastModified=2023-10-03 14:53:23.614108000, delta=747000 ns, racy<=12500 ns 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.615131000, lastModified=2023-10-03 14:53:23.614108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.615131000, lastModified=2023-10-03 14:53:23.614108000, delta=1023000 ns, racy<=12500 ns 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.615368000, lastModified=2023-10-03 14:53:23.614108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.615368000, lastModified=2023-10-03 14:53:23.614108000, delta=1260000 ns, racy<=12500 ns 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.615603000, lastModified=2023-10-03 14:53:23.614108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.615603000, lastModified=2023-10-03 14:53:23.614108000, delta=1495000 ns, racy<=12500 ns 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.615852000, lastModified=2023-10-03 14:53:23.615108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.615852000, lastModified=2023-10-03 14:53:23.615108000, delta=744000 ns, racy<=12500 ns 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.616106000, lastModified=2023-10-03 14:53:23.615108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.616106000, lastModified=2023-10-03 14:53:23.615108000, delta=998000 ns, racy<=12500 ns 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.616348000, lastModified=2023-10-03 14:53:23.615108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.616348000, lastModified=2023-10-03 14:53:23.615108000, delta=1240000 ns, racy<=12500 ns 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.616938000, lastModified=2023-10-03 14:53:23.616108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.616938000, lastModified=2023-10-03 14:53:23.616108000, delta=830000 ns, racy<=12500 ns 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.617186000, lastModified=2023-10-03 14:53:23.616108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.617186000, lastModified=2023-10-03 14:53:23.616108000, delta=1078000 ns, racy<=12500 ns 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.617420000, lastModified=2023-10-03 14:53:23.616108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.617420000, lastModified=2023-10-03 14:53:23.616108000, delta=1312000 ns, racy<=12500 ns 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.617645000, lastModified=2023-10-03 14:53:23.616108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.616108000 to 2023-10-03 14:53:23.617108000 14:53:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.617895000, lastModified=2023-10-03 14:53:23.617108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.617895000, lastModified=2023-10-03 14:53:23.617108000, delta=787000 ns, racy<=12500 ns 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.618143000, lastModified=2023-10-03 14:53:23.617108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.618143000, lastModified=2023-10-03 14:53:23.617108000, delta=1035000 ns, racy<=12500 ns 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.618380000, lastModified=2023-10-03 14:53:23.617108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.618380000, lastModified=2023-10-03 14:53:23.617108000, delta=1272000 ns, racy<=12500 ns 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.618607000, lastModified=2023-10-03 14:53:23.617108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.618607000, lastModified=2023-10-03 14:53:23.617108000, delta=1499000 ns, racy<=12500 ns 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.618846000, lastModified=2023-10-03 14:53:23.618108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.618846000, lastModified=2023-10-03 14:53:23.618108000, delta=738000 ns, racy<=12500 ns 14:53:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.619076000, lastModified=2023-10-03 14:53:23.618108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.619076000, lastModified=2023-10-03 14:53:23.618108000, delta=968000 ns, racy<=12500 ns 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.619325000, lastModified=2023-10-03 14:53:23.618108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.619325000, lastModified=2023-10-03 14:53:23.618108000, delta=1217000 ns, racy<=12500 ns 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.619549000, lastModified=2023-10-03 14:53:23.618108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.619549000, lastModified=2023-10-03 14:53:23.618108000, delta=1441000 ns, racy<=12500 ns 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.619786000, lastModified=2023-10-03 14:53:23.619108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.619786000, lastModified=2023-10-03 14:53:23.619108000, delta=678000 ns, racy<=12500 ns 14:53:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.620031000, lastModified=2023-10-03 14:53:23.619108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.620031000, lastModified=2023-10-03 14:53:23.619108000, delta=923000 ns, racy<=12500 ns 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.620290000, lastModified=2023-10-03 14:53:23.619108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.620290000, lastModified=2023-10-03 14:53:23.619108000, delta=1182000 ns, racy<=12500 ns 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.620511000, lastModified=2023-10-03 14:53:23.619108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.620511000, lastModified=2023-10-03 14:53:23.619108000, delta=1403000 ns, racy<=12500 ns 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.620738000, lastModified=2023-10-03 14:53:23.619108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.619108000 to 2023-10-03 14:53:23.620108000 14:53:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.620952000, lastModified=2023-10-03 14:53:23.620108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.620952000, lastModified=2023-10-03 14:53:23.620108000, delta=844000 ns, racy<=12500 ns 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.621177000, lastModified=2023-10-03 14:53:23.620108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.621177000, lastModified=2023-10-03 14:53:23.620108000, delta=1069000 ns, racy<=12500 ns 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.621432000, lastModified=2023-10-03 14:53:23.620108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.621432000, lastModified=2023-10-03 14:53:23.620108000, delta=1324000 ns, racy<=12500 ns 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.621658000, lastModified=2023-10-03 14:53:23.620108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.620108000 to 2023-10-03 14:53:23.621108000 14:53:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.621906000, lastModified=2023-10-03 14:53:23.621108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.621906000, lastModified=2023-10-03 14:53:23.621108000, delta=798000 ns, racy<=12500 ns 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.622142000, lastModified=2023-10-03 14:53:23.621108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.622142000, lastModified=2023-10-03 14:53:23.621108000, delta=1034000 ns, racy<=12500 ns 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.622381000, lastModified=2023-10-03 14:53:23.621108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.622381000, lastModified=2023-10-03 14:53:23.621108000, delta=1273000 ns, racy<=12500 ns 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.622610000, lastModified=2023-10-03 14:53:23.621108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.622610000, lastModified=2023-10-03 14:53:23.621108000, delta=1502000 ns, racy<=12500 ns 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.622889000, lastModified=2023-10-03 14:53:23.622108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.622889000, lastModified=2023-10-03 14:53:23.622108000, delta=781000 ns, racy<=12500 ns 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.623142000, lastModified=2023-10-03 14:53:23.622108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.623142000, lastModified=2023-10-03 14:53:23.622108000, delta=1034000 ns, racy<=12500 ns 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.623371000, lastModified=2023-10-03 14:53:23.622108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.623371000, lastModified=2023-10-03 14:53:23.622108000, delta=1263000 ns, racy<=12500 ns 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.623613000, lastModified=2023-10-03 14:53:23.622108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.623613000, lastModified=2023-10-03 14:53:23.622108000, delta=1505000 ns, racy<=12500 ns 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.623859000, lastModified=2023-10-03 14:53:23.623108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.623859000, lastModified=2023-10-03 14:53:23.623108000, delta=751000 ns, racy<=12500 ns 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.624101000, lastModified=2023-10-03 14:53:23.623108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.624101000, lastModified=2023-10-03 14:53:23.623108000, delta=993000 ns, racy<=12500 ns 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.624328000, lastModified=2023-10-03 14:53:23.623108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.624328000, lastModified=2023-10-03 14:53:23.623108000, delta=1220000 ns, racy<=12500 ns 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.624550000, lastModified=2023-10-03 14:53:23.623108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.624550000, lastModified=2023-10-03 14:53:23.623108000, delta=1442000 ns, racy<=12500 ns 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.624792000, lastModified=2023-10-03 14:53:23.624108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.624792000, lastModified=2023-10-03 14:53:23.624108000, delta=684000 ns, racy<=12500 ns 14:53:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.625026000, lastModified=2023-10-03 14:53:23.624108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.625026000, lastModified=2023-10-03 14:53:23.624108000, delta=918000 ns, racy<=12500 ns 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.625265000, lastModified=2023-10-03 14:53:23.624108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.625265000, lastModified=2023-10-03 14:53:23.624108000, delta=1157000 ns, racy<=12500 ns 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.625502000, lastModified=2023-10-03 14:53:23.624108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.625502000, lastModified=2023-10-03 14:53:23.624108000, delta=1394000 ns, racy<=12500 ns 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.625749000, lastModified=2023-10-03 14:53:23.624108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.624108000 to 2023-10-03 14:53:23.625108000 14:53:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.625987000, lastModified=2023-10-03 14:53:23.625108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.625987000, lastModified=2023-10-03 14:53:23.625108000, delta=879000 ns, racy<=12500 ns 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.626221000, lastModified=2023-10-03 14:53:23.625108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.626221000, lastModified=2023-10-03 14:53:23.625108000, delta=1113000 ns, racy<=12500 ns 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.626443000, lastModified=2023-10-03 14:53:23.625108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.626443000, lastModified=2023-10-03 14:53:23.625108000, delta=1335000 ns, racy<=12500 ns 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.626667000, lastModified=2023-10-03 14:53:23.625108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.625108000 to 2023-10-03 14:53:23.626108000 14:53:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.626917000, lastModified=2023-10-03 14:53:23.626108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.626917000, lastModified=2023-10-03 14:53:23.626108000, delta=809000 ns, racy<=12500 ns 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.627220000, lastModified=2023-10-03 14:53:23.626108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.627220000, lastModified=2023-10-03 14:53:23.626108000, delta=1112000 ns, racy<=12500 ns 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.627459000, lastModified=2023-10-03 14:53:23.626108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.627459000, lastModified=2023-10-03 14:53:23.626108000, delta=1351000 ns, racy<=12500 ns 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.627689000, lastModified=2023-10-03 14:53:23.626108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.626108000 to 2023-10-03 14:53:23.627108000 14:53:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.627933000, lastModified=2023-10-03 14:53:23.627108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.627933000, lastModified=2023-10-03 14:53:23.627108000, delta=825000 ns, racy<=12500 ns 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.628185000, lastModified=2023-10-03 14:53:23.627108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.628185000, lastModified=2023-10-03 14:53:23.627108000, delta=1077000 ns, racy<=12500 ns 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.628426000, lastModified=2023-10-03 14:53:23.627108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.628426000, lastModified=2023-10-03 14:53:23.627108000, delta=1318000 ns, racy<=12500 ns 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.628646000, lastModified=2023-10-03 14:53:23.627108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.627108000 to 2023-10-03 14:53:23.628108000 14:53:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.628901000, lastModified=2023-10-03 14:53:23.628108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.628901000, lastModified=2023-10-03 14:53:23.628108000, delta=793000 ns, racy<=12500 ns 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.629140000, lastModified=2023-10-03 14:53:23.628108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.629140000, lastModified=2023-10-03 14:53:23.628108000, delta=1032000 ns, racy<=12500 ns 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.629370000, lastModified=2023-10-03 14:53:23.628108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.629370000, lastModified=2023-10-03 14:53:23.628108000, delta=1262000 ns, racy<=12500 ns 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.629592000, lastModified=2023-10-03 14:53:23.628108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.629592000, lastModified=2023-10-03 14:53:23.628108000, delta=1484000 ns, racy<=12500 ns 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.629822000, lastModified=2023-10-03 14:53:23.629108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.629822000, lastModified=2023-10-03 14:53:23.629108000, delta=714000 ns, racy<=12500 ns 14:53:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.630050000, lastModified=2023-10-03 14:53:23.629108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.630050000, lastModified=2023-10-03 14:53:23.629108000, delta=942000 ns, racy<=12500 ns 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.630285000, lastModified=2023-10-03 14:53:23.629108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.630285000, lastModified=2023-10-03 14:53:23.629108000, delta=1177000 ns, racy<=12500 ns 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.630879000, lastModified=2023-10-03 14:53:23.629108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.629108000 to 2023-10-03 14:53:23.630108000 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.631126000, lastModified=2023-10-03 14:53:23.630108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.631126000, lastModified=2023-10-03 14:53:23.630108000, delta=1018000 ns, racy<=12500 ns 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.631360000, lastModified=2023-10-03 14:53:23.630108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.631360000, lastModified=2023-10-03 14:53:23.630108000, delta=1252000 ns, racy<=12500 ns 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.631590000, lastModified=2023-10-03 14:53:23.630108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.631590000, lastModified=2023-10-03 14:53:23.630108000, delta=1482000 ns, racy<=12500 ns 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.631824000, lastModified=2023-10-03 14:53:23.631108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.631824000, lastModified=2023-10-03 14:53:23.631108000, delta=716000 ns, racy<=12500 ns 14:53:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.632055000, lastModified=2023-10-03 14:53:23.631108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.632055000, lastModified=2023-10-03 14:53:23.631108000, delta=947000 ns, racy<=12500 ns 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.632290000, lastModified=2023-10-03 14:53:23.631108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.632290000, lastModified=2023-10-03 14:53:23.631108000, delta=1182000 ns, racy<=12500 ns 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.632512000, lastModified=2023-10-03 14:53:23.631108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.632512000, lastModified=2023-10-03 14:53:23.631108000, delta=1404000 ns, racy<=12500 ns 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.632744000, lastModified=2023-10-03 14:53:23.631108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.631108000 to 2023-10-03 14:53:23.632108000 14:53:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.632970000, lastModified=2023-10-03 14:53:23.632108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.632970000, lastModified=2023-10-03 14:53:23.632108000, delta=862000 ns, racy<=12500 ns 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.633222000, lastModified=2023-10-03 14:53:23.632108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.633222000, lastModified=2023-10-03 14:53:23.632108000, delta=1114000 ns, racy<=12500 ns 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.633450000, lastModified=2023-10-03 14:53:23.632108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.633450000, lastModified=2023-10-03 14:53:23.632108000, delta=1342000 ns, racy<=12500 ns 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.633674000, lastModified=2023-10-03 14:53:23.632108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.632108000 to 2023-10-03 14:53:23.633108000 14:53:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.633938000, lastModified=2023-10-03 14:53:23.633108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.633938000, lastModified=2023-10-03 14:53:23.633108000, delta=830000 ns, racy<=12500 ns 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.634180000, lastModified=2023-10-03 14:53:23.633108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.634180000, lastModified=2023-10-03 14:53:23.633108000, delta=1072000 ns, racy<=12500 ns 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.634408000, lastModified=2023-10-03 14:53:23.633108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.634408000, lastModified=2023-10-03 14:53:23.633108000, delta=1300000 ns, racy<=12500 ns 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.634633000, lastModified=2023-10-03 14:53:23.633108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.634633000, lastModified=2023-10-03 14:53:23.633108000, delta=1525000 ns, racy<=12500 ns 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.634877000, lastModified=2023-10-03 14:53:23.634108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.634877000, lastModified=2023-10-03 14:53:23.634108000, delta=769000 ns, racy<=12500 ns 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.635124000, lastModified=2023-10-03 14:53:23.634108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.635124000, lastModified=2023-10-03 14:53:23.634108000, delta=1016000 ns, racy<=12500 ns 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.635358000, lastModified=2023-10-03 14:53:23.634108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.635358000, lastModified=2023-10-03 14:53:23.634108000, delta=1250000 ns, racy<=12500 ns 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.635583000, lastModified=2023-10-03 14:53:23.634108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.635583000, lastModified=2023-10-03 14:53:23.634108000, delta=1475000 ns, racy<=12500 ns 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.635820000, lastModified=2023-10-03 14:53:23.635108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.635820000, lastModified=2023-10-03 14:53:23.635108000, delta=712000 ns, racy<=12500 ns 14:53:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.636046000, lastModified=2023-10-03 14:53:23.635108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.636046000, lastModified=2023-10-03 14:53:23.635108000, delta=938000 ns, racy<=12500 ns 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.636310000, lastModified=2023-10-03 14:53:23.635108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.636310000, lastModified=2023-10-03 14:53:23.635108000, delta=1202000 ns, racy<=12500 ns 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.636541000, lastModified=2023-10-03 14:53:23.635108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.636541000, lastModified=2023-10-03 14:53:23.635108000, delta=1433000 ns, racy<=12500 ns 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.636797000, lastModified=2023-10-03 14:53:23.636108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.636797000, lastModified=2023-10-03 14:53:23.636108000, delta=689000 ns, racy<=12500 ns 14:53:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.637031000, lastModified=2023-10-03 14:53:23.636108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.637031000, lastModified=2023-10-03 14:53:23.636108000, delta=923000 ns, racy<=12500 ns 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.637271000, lastModified=2023-10-03 14:53:23.636108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.637271000, lastModified=2023-10-03 14:53:23.636108000, delta=1163000 ns, racy<=12500 ns 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.637516000, lastModified=2023-10-03 14:53:23.636108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.637516000, lastModified=2023-10-03 14:53:23.636108000, delta=1408000 ns, racy<=12500 ns 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.637769000, lastModified=2023-10-03 14:53:23.636108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.636108000 to 2023-10-03 14:53:23.637108000 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.638001000, lastModified=2023-10-03 14:53:23.637108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.638001000, lastModified=2023-10-03 14:53:23.637108000, delta=893000 ns, racy<=12500 ns 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.638236000, lastModified=2023-10-03 14:53:23.637108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.638236000, lastModified=2023-10-03 14:53:23.637108000, delta=1128000 ns, racy<=12500 ns 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.638463000, lastModified=2023-10-03 14:53:23.637108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.638463000, lastModified=2023-10-03 14:53:23.637108000, delta=1355000 ns, racy<=12500 ns 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.638688000, lastModified=2023-10-03 14:53:23.637108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.637108000 to 2023-10-03 14:53:23.638108000 14:53:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.638905000, lastModified=2023-10-03 14:53:23.638108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.638905000, lastModified=2023-10-03 14:53:23.638108000, delta=797000 ns, racy<=12500 ns 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.639136000, lastModified=2023-10-03 14:53:23.638108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.639136000, lastModified=2023-10-03 14:53:23.638108000, delta=1028000 ns, racy<=12500 ns 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.639357000, lastModified=2023-10-03 14:53:23.638108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.639357000, lastModified=2023-10-03 14:53:23.638108000, delta=1249000 ns, racy<=12500 ns 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.639591000, lastModified=2023-10-03 14:53:23.638108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.639591000, lastModified=2023-10-03 14:53:23.638108000, delta=1483000 ns, racy<=12500 ns 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.639831000, lastModified=2023-10-03 14:53:23.639108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.639831000, lastModified=2023-10-03 14:53:23.639108000, delta=723000 ns, racy<=12500 ns 14:53:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.640061000, lastModified=2023-10-03 14:53:23.639108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.640061000, lastModified=2023-10-03 14:53:23.639108000, delta=953000 ns, racy<=12500 ns 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.640305000, lastModified=2023-10-03 14:53:23.639108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.640305000, lastModified=2023-10-03 14:53:23.639108000, delta=1197000 ns, racy<=12500 ns 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.640534000, lastModified=2023-10-03 14:53:23.639108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.640534000, lastModified=2023-10-03 14:53:23.639108000, delta=1426000 ns, racy<=12500 ns 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.640792000, lastModified=2023-10-03 14:53:23.640108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.640792000, lastModified=2023-10-03 14:53:23.640108000, delta=684000 ns, racy<=12500 ns 14:53:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.641032000, lastModified=2023-10-03 14:53:23.640108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.641032000, lastModified=2023-10-03 14:53:23.640108000, delta=924000 ns, racy<=12500 ns 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.641272000, lastModified=2023-10-03 14:53:23.640108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.641272000, lastModified=2023-10-03 14:53:23.640108000, delta=1164000 ns, racy<=12500 ns 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.641508000, lastModified=2023-10-03 14:53:23.640108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.641508000, lastModified=2023-10-03 14:53:23.640108000, delta=1400000 ns, racy<=12500 ns 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.641776000, lastModified=2023-10-03 14:53:23.640108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.640108000 to 2023-10-03 14:53:23.641108000 14:53:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.642011000, lastModified=2023-10-03 14:53:23.641108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.641108000 to 2023-10-03 14:53:23.691108000 14:53:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.692767000, lastModified=2023-10-03 14:53:23.691108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.691108000 to 2023-10-03 14:53:23.692108000 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.693114000, lastModified=2023-10-03 14:53:23.692108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.693114000, lastModified=2023-10-03 14:53:23.692108000, delta=1006000 ns, racy<=12500 ns 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.693450000, lastModified=2023-10-03 14:53:23.692108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.693450000, lastModified=2023-10-03 14:53:23.692108000, delta=1342000 ns, racy<=12500 ns 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.693743000, lastModified=2023-10-03 14:53:23.692108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.692108000 to 2023-10-03 14:53:23.693108000 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.694020000, lastModified=2023-10-03 14:53:23.693108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.694020000, lastModified=2023-10-03 14:53:23.693108000, delta=912000 ns, racy<=12500 ns 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.694310000, lastModified=2023-10-03 14:53:23.693108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.694310000, lastModified=2023-10-03 14:53:23.693108000, delta=1202000 ns, racy<=12500 ns 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.694606000, lastModified=2023-10-03 14:53:23.693108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.694606000, lastModified=2023-10-03 14:53:23.693108000, delta=1498000 ns, racy<=12500 ns 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.694898000, lastModified=2023-10-03 14:53:23.694108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.694898000, lastModified=2023-10-03 14:53:23.694108000, delta=790000 ns, racy<=12500 ns 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.695193000, lastModified=2023-10-03 14:53:23.694108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.695193000, lastModified=2023-10-03 14:53:23.694108000, delta=1085000 ns, racy<=12500 ns 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.695475000, lastModified=2023-10-03 14:53:23.694108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.695475000, lastModified=2023-10-03 14:53:23.694108000, delta=1367000 ns, racy<=12500 ns 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.696145000, lastModified=2023-10-03 14:53:23.695108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.696145000, lastModified=2023-10-03 14:53:23.695108000, delta=1037000 ns, racy<=12500 ns 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.696427000, lastModified=2023-10-03 14:53:23.695108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.696427000, lastModified=2023-10-03 14:53:23.695108000, delta=1319000 ns, racy<=12500 ns 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.696700000, lastModified=2023-10-03 14:53:23.695108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.695108000 to 2023-10-03 14:53:23.696108000 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.697006000, lastModified=2023-10-03 14:53:23.696108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.697006000, lastModified=2023-10-03 14:53:23.696108000, delta=898000 ns, racy<=12500 ns 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.697288000, lastModified=2023-10-03 14:53:23.696108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.697288000, lastModified=2023-10-03 14:53:23.696108000, delta=1180000 ns, racy<=12500 ns 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.697566000, lastModified=2023-10-03 14:53:23.696108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.697566000, lastModified=2023-10-03 14:53:23.696108000, delta=1458000 ns, racy<=12500 ns 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.697852000, lastModified=2023-10-03 14:53:23.697108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.697852000, lastModified=2023-10-03 14:53:23.697108000, delta=744000 ns, racy<=12500 ns 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.698142000, lastModified=2023-10-03 14:53:23.697108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.698142000, lastModified=2023-10-03 14:53:23.697108000, delta=1034000 ns, racy<=12500 ns 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.698416000, lastModified=2023-10-03 14:53:23.697108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.698416000, lastModified=2023-10-03 14:53:23.697108000, delta=1308000 ns, racy<=12500 ns 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.698687000, lastModified=2023-10-03 14:53:23.697108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.697108000 to 2023-10-03 14:53:23.698108000 14:53:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.698958000, lastModified=2023-10-03 14:53:23.698108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.698958000, lastModified=2023-10-03 14:53:23.698108000, delta=850000 ns, racy<=12500 ns 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.699256000, lastModified=2023-10-03 14:53:23.698108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.699256000, lastModified=2023-10-03 14:53:23.698108000, delta=1148000 ns, racy<=12500 ns 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.699530000, lastModified=2023-10-03 14:53:23.698108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.699530000, lastModified=2023-10-03 14:53:23.698108000, delta=1422000 ns, racy<=12500 ns 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.699834000, lastModified=2023-10-03 14:53:23.699108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.699834000, lastModified=2023-10-03 14:53:23.699108000, delta=726000 ns, racy<=12500 ns 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.700107000, lastModified=2023-10-03 14:53:23.699108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.700107000, lastModified=2023-10-03 14:53:23.699108000, delta=999000 ns, racy<=12500 ns 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.700338000, lastModified=2023-10-03 14:53:23.699108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.700338000, lastModified=2023-10-03 14:53:23.699108000, delta=1230000 ns, racy<=12500 ns 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.700561000, lastModified=2023-10-03 14:53:23.699108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.700561000, lastModified=2023-10-03 14:53:23.699108000, delta=1453000 ns, racy<=12500 ns 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.700799000, lastModified=2023-10-03 14:53:23.700108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.700799000, lastModified=2023-10-03 14:53:23.700108000, delta=691000 ns, racy<=12500 ns 14:53:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.701034000, lastModified=2023-10-03 14:53:23.700108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.701034000, lastModified=2023-10-03 14:53:23.700108000, delta=926000 ns, racy<=12500 ns 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.701274000, lastModified=2023-10-03 14:53:23.700108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.701274000, lastModified=2023-10-03 14:53:23.700108000, delta=1166000 ns, racy<=12500 ns 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.701504000, lastModified=2023-10-03 14:53:23.700108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.701504000, lastModified=2023-10-03 14:53:23.700108000, delta=1396000 ns, racy<=12500 ns 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.701729000, lastModified=2023-10-03 14:53:23.700108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.700108000 to 2023-10-03 14:53:23.701108000 14:53:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.701949000, lastModified=2023-10-03 14:53:23.701108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.701949000, lastModified=2023-10-03 14:53:23.701108000, delta=841000 ns, racy<=12500 ns 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.702193000, lastModified=2023-10-03 14:53:23.701108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.702193000, lastModified=2023-10-03 14:53:23.701108000, delta=1085000 ns, racy<=12500 ns 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.702420000, lastModified=2023-10-03 14:53:23.701108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.702420000, lastModified=2023-10-03 14:53:23.701108000, delta=1312000 ns, racy<=12500 ns 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.702645000, lastModified=2023-10-03 14:53:23.701108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.701108000 to 2023-10-03 14:53:23.702108000 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.702870000, lastModified=2023-10-03 14:53:23.702108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.702870000, lastModified=2023-10-03 14:53:23.702108000, delta=762000 ns, racy<=12500 ns 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.703110000, lastModified=2023-10-03 14:53:23.702108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.703110000, lastModified=2023-10-03 14:53:23.702108000, delta=1002000 ns, racy<=12500 ns 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.703348000, lastModified=2023-10-03 14:53:23.702108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.703348000, lastModified=2023-10-03 14:53:23.702108000, delta=1240000 ns, racy<=12500 ns 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.703578000, lastModified=2023-10-03 14:53:23.702108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.703578000, lastModified=2023-10-03 14:53:23.702108000, delta=1470000 ns, racy<=12500 ns 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.703817000, lastModified=2023-10-03 14:53:23.703108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.703817000, lastModified=2023-10-03 14:53:23.703108000, delta=709000 ns, racy<=12500 ns 14:53:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.704042000, lastModified=2023-10-03 14:53:23.703108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.704042000, lastModified=2023-10-03 14:53:23.703108000, delta=934000 ns, racy<=12500 ns 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.704279000, lastModified=2023-10-03 14:53:23.703108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.704279000, lastModified=2023-10-03 14:53:23.703108000, delta=1171000 ns, racy<=12500 ns 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.704504000, lastModified=2023-10-03 14:53:23.703108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.704504000, lastModified=2023-10-03 14:53:23.703108000, delta=1396000 ns, racy<=12500 ns 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.704766000, lastModified=2023-10-03 14:53:23.703108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.703108000 to 2023-10-03 14:53:23.704108000 14:53:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.704988000, lastModified=2023-10-03 14:53:23.704108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.704988000, lastModified=2023-10-03 14:53:23.704108000, delta=880000 ns, racy<=12500 ns 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.705234000, lastModified=2023-10-03 14:53:23.704108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.705234000, lastModified=2023-10-03 14:53:23.704108000, delta=1126000 ns, racy<=12500 ns 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.705461000, lastModified=2023-10-03 14:53:23.704108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.705461000, lastModified=2023-10-03 14:53:23.704108000, delta=1353000 ns, racy<=12500 ns 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.705683000, lastModified=2023-10-03 14:53:23.704108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.704108000 to 2023-10-03 14:53:23.705108000 14:53:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.705898000, lastModified=2023-10-03 14:53:23.705108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.705898000, lastModified=2023-10-03 14:53:23.705108000, delta=790000 ns, racy<=12500 ns 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.706129000, lastModified=2023-10-03 14:53:23.705108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.706129000, lastModified=2023-10-03 14:53:23.705108000, delta=1021000 ns, racy<=12500 ns 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.706353000, lastModified=2023-10-03 14:53:23.705108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.706353000, lastModified=2023-10-03 14:53:23.705108000, delta=1245000 ns, racy<=12500 ns 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.706588000, lastModified=2023-10-03 14:53:23.705108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.706588000, lastModified=2023-10-03 14:53:23.705108000, delta=1480000 ns, racy<=12500 ns 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.706826000, lastModified=2023-10-03 14:53:23.706108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.706826000, lastModified=2023-10-03 14:53:23.706108000, delta=718000 ns, racy<=12500 ns 14:53:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.707063000, lastModified=2023-10-03 14:53:23.706108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.707063000, lastModified=2023-10-03 14:53:23.706108000, delta=955000 ns, racy<=12500 ns 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.707309000, lastModified=2023-10-03 14:53:23.706108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.707309000, lastModified=2023-10-03 14:53:23.706108000, delta=1201000 ns, racy<=12500 ns 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.707548000, lastModified=2023-10-03 14:53:23.706108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.707548000, lastModified=2023-10-03 14:53:23.706108000, delta=1440000 ns, racy<=12500 ns 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.707793000, lastModified=2023-10-03 14:53:23.707108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.707793000, lastModified=2023-10-03 14:53:23.707108000, delta=685000 ns, racy<=12500 ns 14:53:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.708021000, lastModified=2023-10-03 14:53:23.707108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.708021000, lastModified=2023-10-03 14:53:23.707108000, delta=913000 ns, racy<=12500 ns 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.708251000, lastModified=2023-10-03 14:53:23.707108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.708251000, lastModified=2023-10-03 14:53:23.707108000, delta=1143000 ns, racy<=12500 ns 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.708473000, lastModified=2023-10-03 14:53:23.707108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.708473000, lastModified=2023-10-03 14:53:23.707108000, delta=1365000 ns, racy<=12500 ns 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.708704000, lastModified=2023-10-03 14:53:23.707108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.707108000 to 2023-10-03 14:53:23.708108000 14:53:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.708924000, lastModified=2023-10-03 14:53:23.708108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.708924000, lastModified=2023-10-03 14:53:23.708108000, delta=816000 ns, racy<=12500 ns 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.709155000, lastModified=2023-10-03 14:53:23.708108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.709155000, lastModified=2023-10-03 14:53:23.708108000, delta=1047000 ns, racy<=12500 ns 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.709390000, lastModified=2023-10-03 14:53:23.708108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.709390000, lastModified=2023-10-03 14:53:23.708108000, delta=1282000 ns, racy<=12500 ns 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.709617000, lastModified=2023-10-03 14:53:23.708108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.709617000, lastModified=2023-10-03 14:53:23.708108000, delta=1509000 ns, racy<=12500 ns 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.709849000, lastModified=2023-10-03 14:53:23.709108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.709849000, lastModified=2023-10-03 14:53:23.709108000, delta=741000 ns, racy<=12500 ns 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.710407000, lastModified=2023-10-03 14:53:23.709108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.710407000, lastModified=2023-10-03 14:53:23.709108000, delta=1299000 ns, racy<=12500 ns 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.710661000, lastModified=2023-10-03 14:53:23.709108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.709108000 to 2023-10-03 14:53:23.710108000 14:53:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.710910000, lastModified=2023-10-03 14:53:23.710108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.710910000, lastModified=2023-10-03 14:53:23.710108000, delta=802000 ns, racy<=12500 ns 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.711163000, lastModified=2023-10-03 14:53:23.710108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.711163000, lastModified=2023-10-03 14:53:23.710108000, delta=1055000 ns, racy<=12500 ns 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.711386000, lastModified=2023-10-03 14:53:23.710108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.711386000, lastModified=2023-10-03 14:53:23.710108000, delta=1278000 ns, racy<=12500 ns 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.711604000, lastModified=2023-10-03 14:53:23.710108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.711604000, lastModified=2023-10-03 14:53:23.710108000, delta=1496000 ns, racy<=12500 ns 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.711833000, lastModified=2023-10-03 14:53:23.711108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.711833000, lastModified=2023-10-03 14:53:23.711108000, delta=725000 ns, racy<=12500 ns 14:53:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.712054000, lastModified=2023-10-03 14:53:23.711108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.712054000, lastModified=2023-10-03 14:53:23.711108000, delta=946000 ns, racy<=12500 ns 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.712287000, lastModified=2023-10-03 14:53:23.711108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.712287000, lastModified=2023-10-03 14:53:23.711108000, delta=1179000 ns, racy<=12500 ns 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.712507000, lastModified=2023-10-03 14:53:23.711108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.712507000, lastModified=2023-10-03 14:53:23.711108000, delta=1399000 ns, racy<=12500 ns 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.712723000, lastModified=2023-10-03 14:53:23.711108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.711108000 to 2023-10-03 14:53:23.712108000 14:53:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.712939000, lastModified=2023-10-03 14:53:23.712108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.712939000, lastModified=2023-10-03 14:53:23.712108000, delta=831000 ns, racy<=12500 ns 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.713166000, lastModified=2023-10-03 14:53:23.712108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.713166000, lastModified=2023-10-03 14:53:23.712108000, delta=1058000 ns, racy<=12500 ns 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.713391000, lastModified=2023-10-03 14:53:23.712108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.713391000, lastModified=2023-10-03 14:53:23.712108000, delta=1283000 ns, racy<=12500 ns 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.713606000, lastModified=2023-10-03 14:53:23.712108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.713606000, lastModified=2023-10-03 14:53:23.712108000, delta=1498000 ns, racy<=12500 ns 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.713834000, lastModified=2023-10-03 14:53:23.713108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.713834000, lastModified=2023-10-03 14:53:23.713108000, delta=726000 ns, racy<=12500 ns 14:53:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.714059000, lastModified=2023-10-03 14:53:23.713108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.714059000, lastModified=2023-10-03 14:53:23.713108000, delta=951000 ns, racy<=12500 ns 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.714304000, lastModified=2023-10-03 14:53:23.713108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.714304000, lastModified=2023-10-03 14:53:23.713108000, delta=1196000 ns, racy<=12500 ns 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.714522000, lastModified=2023-10-03 14:53:23.713108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.714522000, lastModified=2023-10-03 14:53:23.713108000, delta=1414000 ns, racy<=12500 ns 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.714776000, lastModified=2023-10-03 14:53:23.713108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.713108000 to 2023-10-03 14:53:23.714108000 14:53:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.714986000, lastModified=2023-10-03 14:53:23.714108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.714986000, lastModified=2023-10-03 14:53:23.714108000, delta=878000 ns, racy<=12500 ns 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.715214000, lastModified=2023-10-03 14:53:23.714108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.715214000, lastModified=2023-10-03 14:53:23.714108000, delta=1106000 ns, racy<=12500 ns 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.715456000, lastModified=2023-10-03 14:53:23.714108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.715456000, lastModified=2023-10-03 14:53:23.714108000, delta=1348000 ns, racy<=12500 ns 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.715681000, lastModified=2023-10-03 14:53:23.714108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.714108000 to 2023-10-03 14:53:23.715108000 14:53:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.715901000, lastModified=2023-10-03 14:53:23.715108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.715901000, lastModified=2023-10-03 14:53:23.715108000, delta=793000 ns, racy<=12500 ns 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.716142000, lastModified=2023-10-03 14:53:23.715108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.716142000, lastModified=2023-10-03 14:53:23.715108000, delta=1034000 ns, racy<=12500 ns 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.716368000, lastModified=2023-10-03 14:53:23.715108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.716368000, lastModified=2023-10-03 14:53:23.715108000, delta=1260000 ns, racy<=12500 ns 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.716602000, lastModified=2023-10-03 14:53:23.715108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.716602000, lastModified=2023-10-03 14:53:23.715108000, delta=1494000 ns, racy<=12500 ns 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.716865000, lastModified=2023-10-03 14:53:23.716108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.716865000, lastModified=2023-10-03 14:53:23.716108000, delta=757000 ns, racy<=12500 ns 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.717104000, lastModified=2023-10-03 14:53:23.716108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.717104000, lastModified=2023-10-03 14:53:23.716108000, delta=996000 ns, racy<=12500 ns 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.717333000, lastModified=2023-10-03 14:53:23.716108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.717333000, lastModified=2023-10-03 14:53:23.716108000, delta=1225000 ns, racy<=12500 ns 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.717566000, lastModified=2023-10-03 14:53:23.716108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.717566000, lastModified=2023-10-03 14:53:23.716108000, delta=1458000 ns, racy<=12500 ns 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.717819000, lastModified=2023-10-03 14:53:23.717108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.717819000, lastModified=2023-10-03 14:53:23.717108000, delta=711000 ns, racy<=12500 ns 14:53:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.718059000, lastModified=2023-10-03 14:53:23.717108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.718059000, lastModified=2023-10-03 14:53:23.717108000, delta=951000 ns, racy<=12500 ns 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.718286000, lastModified=2023-10-03 14:53:23.717108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.718286000, lastModified=2023-10-03 14:53:23.717108000, delta=1178000 ns, racy<=12500 ns 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.718504000, lastModified=2023-10-03 14:53:23.717108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.718504000, lastModified=2023-10-03 14:53:23.717108000, delta=1396000 ns, racy<=12500 ns 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.718737000, lastModified=2023-10-03 14:53:23.717108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.717108000 to 2023-10-03 14:53:23.718108000 14:53:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.718948000, lastModified=2023-10-03 14:53:23.718108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.718948000, lastModified=2023-10-03 14:53:23.718108000, delta=840000 ns, racy<=12500 ns 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.719177000, lastModified=2023-10-03 14:53:23.718108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.719177000, lastModified=2023-10-03 14:53:23.718108000, delta=1069000 ns, racy<=12500 ns 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.719405000, lastModified=2023-10-03 14:53:23.718108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.719405000, lastModified=2023-10-03 14:53:23.718108000, delta=1297000 ns, racy<=12500 ns 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.719625000, lastModified=2023-10-03 14:53:23.718108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.719625000, lastModified=2023-10-03 14:53:23.718108000, delta=1517000 ns, racy<=12500 ns 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.719881000, lastModified=2023-10-03 14:53:23.719108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.719881000, lastModified=2023-10-03 14:53:23.719108000, delta=773000 ns, racy<=12500 ns 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.720119000, lastModified=2023-10-03 14:53:23.719108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.720119000, lastModified=2023-10-03 14:53:23.719108000, delta=1011000 ns, racy<=12500 ns 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.720346000, lastModified=2023-10-03 14:53:23.719108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.720346000, lastModified=2023-10-03 14:53:23.719108000, delta=1238000 ns, racy<=12500 ns 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.720571000, lastModified=2023-10-03 14:53:23.719108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.720571000, lastModified=2023-10-03 14:53:23.719108000, delta=1463000 ns, racy<=12500 ns 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.720854000, lastModified=2023-10-03 14:53:23.720108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.720854000, lastModified=2023-10-03 14:53:23.720108000, delta=746000 ns, racy<=12500 ns 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.721096000, lastModified=2023-10-03 14:53:23.720108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.721096000, lastModified=2023-10-03 14:53:23.720108000, delta=988000 ns, racy<=12500 ns 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.721324000, lastModified=2023-10-03 14:53:23.720108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.721324000, lastModified=2023-10-03 14:53:23.720108000, delta=1216000 ns, racy<=12500 ns 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.721549000, lastModified=2023-10-03 14:53:23.720108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.721549000, lastModified=2023-10-03 14:53:23.720108000, delta=1441000 ns, racy<=12500 ns 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.721780000, lastModified=2023-10-03 14:53:23.721108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.721780000, lastModified=2023-10-03 14:53:23.721108000, delta=672000 ns, racy<=12500 ns 14:53:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.722009000, lastModified=2023-10-03 14:53:23.721108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.722009000, lastModified=2023-10-03 14:53:23.721108000, delta=901000 ns, racy<=12500 ns 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.722237000, lastModified=2023-10-03 14:53:23.721108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.722237000, lastModified=2023-10-03 14:53:23.721108000, delta=1129000 ns, racy<=12500 ns 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.722455000, lastModified=2023-10-03 14:53:23.721108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.722455000, lastModified=2023-10-03 14:53:23.721108000, delta=1347000 ns, racy<=12500 ns 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.722672000, lastModified=2023-10-03 14:53:23.721108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.721108000 to 2023-10-03 14:53:23.722108000 14:53:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.722885000, lastModified=2023-10-03 14:53:23.722108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.722885000, lastModified=2023-10-03 14:53:23.722108000, delta=777000 ns, racy<=12500 ns 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.723129000, lastModified=2023-10-03 14:53:23.722108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.723129000, lastModified=2023-10-03 14:53:23.722108000, delta=1021000 ns, racy<=12500 ns 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.723351000, lastModified=2023-10-03 14:53:23.722108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.723351000, lastModified=2023-10-03 14:53:23.722108000, delta=1243000 ns, racy<=12500 ns 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.723577000, lastModified=2023-10-03 14:53:23.722108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.723577000, lastModified=2023-10-03 14:53:23.722108000, delta=1469000 ns, racy<=12500 ns 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.724156000, lastModified=2023-10-03 14:53:23.723108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.724156000, lastModified=2023-10-03 14:53:23.723108000, delta=1048000 ns, racy<=12500 ns 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.724392000, lastModified=2023-10-03 14:53:23.723108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.724392000, lastModified=2023-10-03 14:53:23.723108000, delta=1284000 ns, racy<=12500 ns 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.724619000, lastModified=2023-10-03 14:53:23.723108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.724619000, lastModified=2023-10-03 14:53:23.723108000, delta=1511000 ns, racy<=12500 ns 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.724870000, lastModified=2023-10-03 14:53:23.724108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.724870000, lastModified=2023-10-03 14:53:23.724108000, delta=762000 ns, racy<=12500 ns 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.725114000, lastModified=2023-10-03 14:53:23.724108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.725114000, lastModified=2023-10-03 14:53:23.724108000, delta=1006000 ns, racy<=12500 ns 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.725333000, lastModified=2023-10-03 14:53:23.724108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.725333000, lastModified=2023-10-03 14:53:23.724108000, delta=1225000 ns, racy<=12500 ns 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.725549000, lastModified=2023-10-03 14:53:23.724108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.725549000, lastModified=2023-10-03 14:53:23.724108000, delta=1441000 ns, racy<=12500 ns 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.725772000, lastModified=2023-10-03 14:53:23.725108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.725772000, lastModified=2023-10-03 14:53:23.725108000, delta=664000 ns, racy<=12500 ns 14:53:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.725992000, lastModified=2023-10-03 14:53:23.725108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.725992000, lastModified=2023-10-03 14:53:23.725108000, delta=884000 ns, racy<=12500 ns 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.726223000, lastModified=2023-10-03 14:53:23.725108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.726223000, lastModified=2023-10-03 14:53:23.725108000, delta=1115000 ns, racy<=12500 ns 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.726439000, lastModified=2023-10-03 14:53:23.725108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.726439000, lastModified=2023-10-03 14:53:23.725108000, delta=1331000 ns, racy<=12500 ns 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.726920000, lastModified=2023-10-03 14:53:23.726108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.726920000, lastModified=2023-10-03 14:53:23.726108000, delta=812000 ns, racy<=12500 ns 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.727170000, lastModified=2023-10-03 14:53:23.726108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.727170000, lastModified=2023-10-03 14:53:23.726108000, delta=1062000 ns, racy<=12500 ns 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.727395000, lastModified=2023-10-03 14:53:23.726108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.727395000, lastModified=2023-10-03 14:53:23.726108000, delta=1287000 ns, racy<=12500 ns 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.727617000, lastModified=2023-10-03 14:53:23.726108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.727617000, lastModified=2023-10-03 14:53:23.726108000, delta=1509000 ns, racy<=12500 ns 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.727872000, lastModified=2023-10-03 14:53:23.727108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.727872000, lastModified=2023-10-03 14:53:23.727108000, delta=764000 ns, racy<=12500 ns 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.728115000, lastModified=2023-10-03 14:53:23.727108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.728115000, lastModified=2023-10-03 14:53:23.727108000, delta=1007000 ns, racy<=12500 ns 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.728334000, lastModified=2023-10-03 14:53:23.727108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.728334000, lastModified=2023-10-03 14:53:23.727108000, delta=1226000 ns, racy<=12500 ns 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.728558000, lastModified=2023-10-03 14:53:23.727108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.728558000, lastModified=2023-10-03 14:53:23.727108000, delta=1450000 ns, racy<=12500 ns 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.728824000, lastModified=2023-10-03 14:53:23.728108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.728824000, lastModified=2023-10-03 14:53:23.728108000, delta=716000 ns, racy<=12500 ns 14:53:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.729056000, lastModified=2023-10-03 14:53:23.728108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.729056000, lastModified=2023-10-03 14:53:23.728108000, delta=948000 ns, racy<=12500 ns 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.729286000, lastModified=2023-10-03 14:53:23.728108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.729286000, lastModified=2023-10-03 14:53:23.728108000, delta=1178000 ns, racy<=12500 ns 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.729503000, lastModified=2023-10-03 14:53:23.728108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.729503000, lastModified=2023-10-03 14:53:23.728108000, delta=1395000 ns, racy<=12500 ns 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.729718000, lastModified=2023-10-03 14:53:23.728108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.728108000 to 2023-10-03 14:53:23.729108000 14:53:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.729932000, lastModified=2023-10-03 14:53:23.729108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.729932000, lastModified=2023-10-03 14:53:23.729108000, delta=824000 ns, racy<=12500 ns 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.730163000, lastModified=2023-10-03 14:53:23.729108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.730163000, lastModified=2023-10-03 14:53:23.729108000, delta=1055000 ns, racy<=12500 ns 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.730387000, lastModified=2023-10-03 14:53:23.729108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.730387000, lastModified=2023-10-03 14:53:23.729108000, delta=1279000 ns, racy<=12500 ns 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.730610000, lastModified=2023-10-03 14:53:23.729108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.730610000, lastModified=2023-10-03 14:53:23.729108000, delta=1502000 ns, racy<=12500 ns 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.730838000, lastModified=2023-10-03 14:53:23.730108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.730838000, lastModified=2023-10-03 14:53:23.730108000, delta=730000 ns, racy<=12500 ns 14:53:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.731062000, lastModified=2023-10-03 14:53:23.730108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.731062000, lastModified=2023-10-03 14:53:23.730108000, delta=954000 ns, racy<=12500 ns 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.731294000, lastModified=2023-10-03 14:53:23.730108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.731294000, lastModified=2023-10-03 14:53:23.730108000, delta=1186000 ns, racy<=12500 ns 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.731510000, lastModified=2023-10-03 14:53:23.730108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.731510000, lastModified=2023-10-03 14:53:23.730108000, delta=1402000 ns, racy<=12500 ns 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.731729000, lastModified=2023-10-03 14:53:23.730108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.730108000 to 2023-10-03 14:53:23.731108000 14:53:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.731943000, lastModified=2023-10-03 14:53:23.731108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.731943000, lastModified=2023-10-03 14:53:23.731108000, delta=835000 ns, racy<=12500 ns 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.732188000, lastModified=2023-10-03 14:53:23.731108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.732188000, lastModified=2023-10-03 14:53:23.731108000, delta=1080000 ns, racy<=12500 ns 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.732411000, lastModified=2023-10-03 14:53:23.731108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.732411000, lastModified=2023-10-03 14:53:23.731108000, delta=1303000 ns, racy<=12500 ns 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.732628000, lastModified=2023-10-03 14:53:23.731108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.732628000, lastModified=2023-10-03 14:53:23.731108000, delta=1520000 ns, racy<=12500 ns 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.732902000, lastModified=2023-10-03 14:53:23.732108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.732902000, lastModified=2023-10-03 14:53:23.732108000, delta=794000 ns, racy<=12500 ns 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.733147000, lastModified=2023-10-03 14:53:23.732108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.733147000, lastModified=2023-10-03 14:53:23.732108000, delta=1039000 ns, racy<=12500 ns 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.733370000, lastModified=2023-10-03 14:53:23.732108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.733370000, lastModified=2023-10-03 14:53:23.732108000, delta=1262000 ns, racy<=12500 ns 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.733587000, lastModified=2023-10-03 14:53:23.732108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.733587000, lastModified=2023-10-03 14:53:23.732108000, delta=1479000 ns, racy<=12500 ns 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.733819000, lastModified=2023-10-03 14:53:23.733108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.733819000, lastModified=2023-10-03 14:53:23.733108000, delta=711000 ns, racy<=12500 ns 14:53:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.734043000, lastModified=2023-10-03 14:53:23.733108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.734043000, lastModified=2023-10-03 14:53:23.733108000, delta=935000 ns, racy<=12500 ns 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.734275000, lastModified=2023-10-03 14:53:23.733108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.734275000, lastModified=2023-10-03 14:53:23.733108000, delta=1167000 ns, racy<=12500 ns 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.734495000, lastModified=2023-10-03 14:53:23.733108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.734495000, lastModified=2023-10-03 14:53:23.733108000, delta=1387000 ns, racy<=12500 ns 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.734716000, lastModified=2023-10-03 14:53:23.733108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.733108000 to 2023-10-03 14:53:23.734108000 14:53:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.734937000, lastModified=2023-10-03 14:53:23.734108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.734937000, lastModified=2023-10-03 14:53:23.734108000, delta=829000 ns, racy<=12500 ns 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.735162000, lastModified=2023-10-03 14:53:23.734108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.735162000, lastModified=2023-10-03 14:53:23.734108000, delta=1054000 ns, racy<=12500 ns 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.735386000, lastModified=2023-10-03 14:53:23.734108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.735386000, lastModified=2023-10-03 14:53:23.734108000, delta=1278000 ns, racy<=12500 ns 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.735605000, lastModified=2023-10-03 14:53:23.734108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.735605000, lastModified=2023-10-03 14:53:23.734108000, delta=1497000 ns, racy<=12500 ns 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.735841000, lastModified=2023-10-03 14:53:23.735108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.735841000, lastModified=2023-10-03 14:53:23.735108000, delta=733000 ns, racy<=12500 ns 14:53:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.736069000, lastModified=2023-10-03 14:53:23.735108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.736069000, lastModified=2023-10-03 14:53:23.735108000, delta=961000 ns, racy<=12500 ns 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.736297000, lastModified=2023-10-03 14:53:23.735108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.736297000, lastModified=2023-10-03 14:53:23.735108000, delta=1189000 ns, racy<=12500 ns 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.736520000, lastModified=2023-10-03 14:53:23.735108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.736520000, lastModified=2023-10-03 14:53:23.735108000, delta=1412000 ns, racy<=12500 ns 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.736767000, lastModified=2023-10-03 14:53:23.735108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.735108000 to 2023-10-03 14:53:23.736108000 14:53:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.736981000, lastModified=2023-10-03 14:53:23.736108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.736981000, lastModified=2023-10-03 14:53:23.736108000, delta=873000 ns, racy<=12500 ns 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.737209000, lastModified=2023-10-03 14:53:23.736108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.737209000, lastModified=2023-10-03 14:53:23.736108000, delta=1101000 ns, racy<=12500 ns 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.737785000, lastModified=2023-10-03 14:53:23.736108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.736108000 to 2023-10-03 14:53:23.737108000 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.738027000, lastModified=2023-10-03 14:53:23.737108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.738027000, lastModified=2023-10-03 14:53:23.737108000, delta=919000 ns, racy<=12500 ns 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.738276000, lastModified=2023-10-03 14:53:23.737108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.738276000, lastModified=2023-10-03 14:53:23.737108000, delta=1168000 ns, racy<=12500 ns 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.738501000, lastModified=2023-10-03 14:53:23.737108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.738501000, lastModified=2023-10-03 14:53:23.737108000, delta=1393000 ns, racy<=12500 ns 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.738748000, lastModified=2023-10-03 14:53:23.737108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.737108000 to 2023-10-03 14:53:23.738108000 14:53:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.738956000, lastModified=2023-10-03 14:53:23.738108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.738956000, lastModified=2023-10-03 14:53:23.738108000, delta=848000 ns, racy<=12500 ns 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.739186000, lastModified=2023-10-03 14:53:23.738108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.739186000, lastModified=2023-10-03 14:53:23.738108000, delta=1078000 ns, racy<=12500 ns 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.739409000, lastModified=2023-10-03 14:53:23.738108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.739409000, lastModified=2023-10-03 14:53:23.738108000, delta=1301000 ns, racy<=12500 ns 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.739628000, lastModified=2023-10-03 14:53:23.738108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.739628000, lastModified=2023-10-03 14:53:23.738108000, delta=1520000 ns, racy<=12500 ns 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.739860000, lastModified=2023-10-03 14:53:23.739108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.739860000, lastModified=2023-10-03 14:53:23.739108000, delta=752000 ns, racy<=12500 ns 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.740089000, lastModified=2023-10-03 14:53:23.739108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.740089000, lastModified=2023-10-03 14:53:23.739108000, delta=981000 ns, racy<=12500 ns 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.740304000, lastModified=2023-10-03 14:53:23.739108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.740304000, lastModified=2023-10-03 14:53:23.739108000, delta=1196000 ns, racy<=12500 ns 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.740517000, lastModified=2023-10-03 14:53:23.739108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.740517000, lastModified=2023-10-03 14:53:23.739108000, delta=1409000 ns, racy<=12500 ns 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.740756000, lastModified=2023-10-03 14:53:23.739108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.739108000 to 2023-10-03 14:53:23.740108000 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.740992000, lastModified=2023-10-03 14:53:23.740108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.740992000, lastModified=2023-10-03 14:53:23.740108000, delta=884000 ns, racy<=12500 ns 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.741233000, lastModified=2023-10-03 14:53:23.740108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.741233000, lastModified=2023-10-03 14:53:23.740108000, delta=1125000 ns, racy<=12500 ns 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.741451000, lastModified=2023-10-03 14:53:23.740108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.741451000, lastModified=2023-10-03 14:53:23.740108000, delta=1343000 ns, racy<=12500 ns 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.741673000, lastModified=2023-10-03 14:53:23.740108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.740108000 to 2023-10-03 14:53:23.741108000 14:53:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.741890000, lastModified=2023-10-03 14:53:23.741108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.741890000, lastModified=2023-10-03 14:53:23.741108000, delta=782000 ns, racy<=12500 ns 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.742118000, lastModified=2023-10-03 14:53:23.741108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.742118000, lastModified=2023-10-03 14:53:23.741108000, delta=1010000 ns, racy<=12500 ns 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.742337000, lastModified=2023-10-03 14:53:23.741108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.742337000, lastModified=2023-10-03 14:53:23.741108000, delta=1229000 ns, racy<=12500 ns 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.742558000, lastModified=2023-10-03 14:53:23.741108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.742558000, lastModified=2023-10-03 14:53:23.741108000, delta=1450000 ns, racy<=12500 ns 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.742787000, lastModified=2023-10-03 14:53:23.742108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.742787000, lastModified=2023-10-03 14:53:23.742108000, delta=679000 ns, racy<=12500 ns 14:53:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.743027000, lastModified=2023-10-03 14:53:23.742108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.743027000, lastModified=2023-10-03 14:53:23.742108000, delta=919000 ns, racy<=12500 ns 14:53:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.792440000, lastModified=2023-10-03 14:53:23.791108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.792440000, lastModified=2023-10-03 14:53:23.791108000, delta=1332000 ns, racy<=12500 ns 14:53:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.792794000, lastModified=2023-10-03 14:53:23.792108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.792794000, lastModified=2023-10-03 14:53:23.792108000, delta=686000 ns, racy<=12500 ns 14:53:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.793053000, lastModified=2023-10-03 14:53:23.792108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.793053000, lastModified=2023-10-03 14:53:23.792108000, delta=945000 ns, racy<=12500 ns 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.793309000, lastModified=2023-10-03 14:53:23.792108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.793309000, lastModified=2023-10-03 14:53:23.792108000, delta=1201000 ns, racy<=12500 ns 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.793561000, lastModified=2023-10-03 14:53:23.792108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.793561000, lastModified=2023-10-03 14:53:23.792108000, delta=1453000 ns, racy<=12500 ns 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.793800000, lastModified=2023-10-03 14:53:23.793108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.793800000, lastModified=2023-10-03 14:53:23.793108000, delta=692000 ns, racy<=12500 ns 14:53:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.794031000, lastModified=2023-10-03 14:53:23.793108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.794031000, lastModified=2023-10-03 14:53:23.793108000, delta=923000 ns, racy<=12500 ns 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.794278000, lastModified=2023-10-03 14:53:23.793108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.794278000, lastModified=2023-10-03 14:53:23.793108000, delta=1170000 ns, racy<=12500 ns 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.794502000, lastModified=2023-10-03 14:53:23.793108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.794502000, lastModified=2023-10-03 14:53:23.793108000, delta=1394000 ns, racy<=12500 ns 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.794727000, lastModified=2023-10-03 14:53:23.793108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.793108000 to 2023-10-03 14:53:23.794108000 14:53:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.794953000, lastModified=2023-10-03 14:53:23.794108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.794953000, lastModified=2023-10-03 14:53:23.794108000, delta=845000 ns, racy<=12500 ns 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.795188000, lastModified=2023-10-03 14:53:23.794108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.795188000, lastModified=2023-10-03 14:53:23.794108000, delta=1080000 ns, racy<=12500 ns 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.795417000, lastModified=2023-10-03 14:53:23.794108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.795417000, lastModified=2023-10-03 14:53:23.794108000, delta=1309000 ns, racy<=12500 ns 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.795640000, lastModified=2023-10-03 14:53:23.794108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.795640000, lastModified=2023-10-03 14:53:23.794108000, delta=1532000 ns, racy<=12500 ns 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.795881000, lastModified=2023-10-03 14:53:23.795108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.795881000, lastModified=2023-10-03 14:53:23.795108000, delta=773000 ns, racy<=12500 ns 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.796124000, lastModified=2023-10-03 14:53:23.795108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.796124000, lastModified=2023-10-03 14:53:23.795108000, delta=1016000 ns, racy<=12500 ns 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.796349000, lastModified=2023-10-03 14:53:23.795108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.796349000, lastModified=2023-10-03 14:53:23.795108000, delta=1241000 ns, racy<=12500 ns 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.796571000, lastModified=2023-10-03 14:53:23.795108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.796571000, lastModified=2023-10-03 14:53:23.795108000, delta=1463000 ns, racy<=12500 ns 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.796811000, lastModified=2023-10-03 14:53:23.796108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.796811000, lastModified=2023-10-03 14:53:23.796108000, delta=703000 ns, racy<=12500 ns 14:53:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.797046000, lastModified=2023-10-03 14:53:23.796108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.797046000, lastModified=2023-10-03 14:53:23.796108000, delta=938000 ns, racy<=12500 ns 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.797282000, lastModified=2023-10-03 14:53:23.796108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.797282000, lastModified=2023-10-03 14:53:23.796108000, delta=1174000 ns, racy<=12500 ns 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.797510000, lastModified=2023-10-03 14:53:23.796108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.797510000, lastModified=2023-10-03 14:53:23.796108000, delta=1402000 ns, racy<=12500 ns 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.797742000, lastModified=2023-10-03 14:53:23.796108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.796108000 to 2023-10-03 14:53:23.797108000 14:53:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.797964000, lastModified=2023-10-03 14:53:23.797108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.797964000, lastModified=2023-10-03 14:53:23.797108000, delta=856000 ns, racy<=12500 ns 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.798207000, lastModified=2023-10-03 14:53:23.797108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.798207000, lastModified=2023-10-03 14:53:23.797108000, delta=1099000 ns, racy<=12500 ns 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.798442000, lastModified=2023-10-03 14:53:23.797108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.798442000, lastModified=2023-10-03 14:53:23.797108000, delta=1334000 ns, racy<=12500 ns 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.798669000, lastModified=2023-10-03 14:53:23.797108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.797108000 to 2023-10-03 14:53:23.798108000 14:53:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.798905000, lastModified=2023-10-03 14:53:23.798108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.798905000, lastModified=2023-10-03 14:53:23.798108000, delta=797000 ns, racy<=12500 ns 14:53:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.799145000, lastModified=2023-10-03 14:53:23.798108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.799145000, lastModified=2023-10-03 14:53:23.798108000, delta=1037000 ns, racy<=12500 ns 14:53:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.799387000, lastModified=2023-10-03 14:53:23.798108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.798108000 to 2023-10-03 14:53:23.816108000 14:53:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.816988000, lastModified=2023-10-03 14:53:23.816108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.816988000, lastModified=2023-10-03 14:53:23.816108000, delta=880000 ns, racy<=12500 ns 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.817248000, lastModified=2023-10-03 14:53:23.816108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.817248000, lastModified=2023-10-03 14:53:23.816108000, delta=1140000 ns, racy<=12500 ns 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.817479000, lastModified=2023-10-03 14:53:23.816108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.817479000, lastModified=2023-10-03 14:53:23.816108000, delta=1371000 ns, racy<=12500 ns 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.817711000, lastModified=2023-10-03 14:53:23.816108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.816108000 to 2023-10-03 14:53:23.817108000 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.818264000, lastModified=2023-10-03 14:53:23.817108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.818264000, lastModified=2023-10-03 14:53:23.817108000, delta=1156000 ns, racy<=12500 ns 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.818492000, lastModified=2023-10-03 14:53:23.817108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.818492000, lastModified=2023-10-03 14:53:23.817108000, delta=1384000 ns, racy<=12500 ns 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.818719000, lastModified=2023-10-03 14:53:23.817108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.817108000 to 2023-10-03 14:53:23.818108000 14:53:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.818945000, lastModified=2023-10-03 14:53:23.818108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.818945000, lastModified=2023-10-03 14:53:23.818108000, delta=837000 ns, racy<=12500 ns 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.819183000, lastModified=2023-10-03 14:53:23.818108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.819183000, lastModified=2023-10-03 14:53:23.818108000, delta=1075000 ns, racy<=12500 ns 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.819416000, lastModified=2023-10-03 14:53:23.818108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.819416000, lastModified=2023-10-03 14:53:23.818108000, delta=1308000 ns, racy<=12500 ns 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.819633000, lastModified=2023-10-03 14:53:23.818108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.819633000, lastModified=2023-10-03 14:53:23.818108000, delta=1525000 ns, racy<=12500 ns 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.819859000, lastModified=2023-10-03 14:53:23.819108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.819859000, lastModified=2023-10-03 14:53:23.819108000, delta=751000 ns, racy<=12500 ns 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.820089000, lastModified=2023-10-03 14:53:23.819108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.820089000, lastModified=2023-10-03 14:53:23.819108000, delta=981000 ns, racy<=12500 ns 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.820317000, lastModified=2023-10-03 14:53:23.819108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.820317000, lastModified=2023-10-03 14:53:23.819108000, delta=1209000 ns, racy<=12500 ns 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.820536000, lastModified=2023-10-03 14:53:23.819108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.820536000, lastModified=2023-10-03 14:53:23.819108000, delta=1428000 ns, racy<=12500 ns 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.820763000, lastModified=2023-10-03 14:53:23.819108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.819108000 to 2023-10-03 14:53:23.820108000 14:53:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.820975000, lastModified=2023-10-03 14:53:23.820108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.820975000, lastModified=2023-10-03 14:53:23.820108000, delta=867000 ns, racy<=12500 ns 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.821205000, lastModified=2023-10-03 14:53:23.820108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.821205000, lastModified=2023-10-03 14:53:23.820108000, delta=1097000 ns, racy<=12500 ns 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.821428000, lastModified=2023-10-03 14:53:23.820108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.821428000, lastModified=2023-10-03 14:53:23.820108000, delta=1320000 ns, racy<=12500 ns 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.821647000, lastModified=2023-10-03 14:53:23.820108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.821647000, lastModified=2023-10-03 14:53:23.820108000, delta=1539000 ns, racy<=12500 ns 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.821874000, lastModified=2023-10-03 14:53:23.821108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.821874000, lastModified=2023-10-03 14:53:23.821108000, delta=766000 ns, racy<=12500 ns 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.822105000, lastModified=2023-10-03 14:53:23.821108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.822105000, lastModified=2023-10-03 14:53:23.821108000, delta=997000 ns, racy<=12500 ns 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.822326000, lastModified=2023-10-03 14:53:23.821108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.822326000, lastModified=2023-10-03 14:53:23.821108000, delta=1218000 ns, racy<=12500 ns 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.822549000, lastModified=2023-10-03 14:53:23.821108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.822549000, lastModified=2023-10-03 14:53:23.821108000, delta=1441000 ns, racy<=12500 ns 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.822775000, lastModified=2023-10-03 14:53:23.822108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.822775000, lastModified=2023-10-03 14:53:23.822108000, delta=667000 ns, racy<=12500 ns 14:53:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.823004000, lastModified=2023-10-03 14:53:23.822108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.823004000, lastModified=2023-10-03 14:53:23.822108000, delta=896000 ns, racy<=12500 ns 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.823233000, lastModified=2023-10-03 14:53:23.822108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.823233000, lastModified=2023-10-03 14:53:23.822108000, delta=1125000 ns, racy<=12500 ns 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.823456000, lastModified=2023-10-03 14:53:23.822108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.823456000, lastModified=2023-10-03 14:53:23.822108000, delta=1348000 ns, racy<=12500 ns 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.823678000, lastModified=2023-10-03 14:53:23.822108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.822108000 to 2023-10-03 14:53:23.823108000 14:53:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.823899000, lastModified=2023-10-03 14:53:23.823108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.823899000, lastModified=2023-10-03 14:53:23.823108000, delta=791000 ns, racy<=12500 ns 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.824141000, lastModified=2023-10-03 14:53:23.823108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.824141000, lastModified=2023-10-03 14:53:23.823108000, delta=1033000 ns, racy<=12500 ns 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.824365000, lastModified=2023-10-03 14:53:23.823108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.824365000, lastModified=2023-10-03 14:53:23.823108000, delta=1257000 ns, racy<=12500 ns 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.824586000, lastModified=2023-10-03 14:53:23.823108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.824586000, lastModified=2023-10-03 14:53:23.823108000, delta=1478000 ns, racy<=12500 ns 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.824809000, lastModified=2023-10-03 14:53:23.824108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.824809000, lastModified=2023-10-03 14:53:23.824108000, delta=701000 ns, racy<=12500 ns 14:53:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.825028000, lastModified=2023-10-03 14:53:23.824108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.825028000, lastModified=2023-10-03 14:53:23.824108000, delta=920000 ns, racy<=12500 ns 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.825254000, lastModified=2023-10-03 14:53:23.824108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.825254000, lastModified=2023-10-03 14:53:23.824108000, delta=1146000 ns, racy<=12500 ns 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.825470000, lastModified=2023-10-03 14:53:23.824108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.825470000, lastModified=2023-10-03 14:53:23.824108000, delta=1362000 ns, racy<=12500 ns 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.825692000, lastModified=2023-10-03 14:53:23.824108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.824108000 to 2023-10-03 14:53:23.825108000 14:53:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.825935000, lastModified=2023-10-03 14:53:23.825108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.825935000, lastModified=2023-10-03 14:53:23.825108000, delta=827000 ns, racy<=12500 ns 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.826163000, lastModified=2023-10-03 14:53:23.825108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.826163000, lastModified=2023-10-03 14:53:23.825108000, delta=1055000 ns, racy<=12500 ns 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.826387000, lastModified=2023-10-03 14:53:23.825108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.826387000, lastModified=2023-10-03 14:53:23.825108000, delta=1279000 ns, racy<=12500 ns 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.826707000, lastModified=2023-10-03 14:53:23.825108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.825108000 to 2023-10-03 14:53:23.826108000 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.827023000, lastModified=2023-10-03 14:53:23.826108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.827023000, lastModified=2023-10-03 14:53:23.826108000, delta=915000 ns, racy<=12500 ns 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.827298000, lastModified=2023-10-03 14:53:23.826108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.827298000, lastModified=2023-10-03 14:53:23.826108000, delta=1190000 ns, racy<=12500 ns 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.827554000, lastModified=2023-10-03 14:53:23.826108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.827554000, lastModified=2023-10-03 14:53:23.826108000, delta=1446000 ns, racy<=12500 ns 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.827793000, lastModified=2023-10-03 14:53:23.827108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.827793000, lastModified=2023-10-03 14:53:23.827108000, delta=685000 ns, racy<=12500 ns 14:53:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.828029000, lastModified=2023-10-03 14:53:23.827108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.828029000, lastModified=2023-10-03 14:53:23.827108000, delta=921000 ns, racy<=12500 ns 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.828256000, lastModified=2023-10-03 14:53:23.827108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.828256000, lastModified=2023-10-03 14:53:23.827108000, delta=1148000 ns, racy<=12500 ns 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.828477000, lastModified=2023-10-03 14:53:23.827108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.828477000, lastModified=2023-10-03 14:53:23.827108000, delta=1369000 ns, racy<=12500 ns 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.828691000, lastModified=2023-10-03 14:53:23.827108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.827108000 to 2023-10-03 14:53:23.828108000 14:53:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.828912000, lastModified=2023-10-03 14:53:23.828108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.828912000, lastModified=2023-10-03 14:53:23.828108000, delta=804000 ns, racy<=12500 ns 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.829154000, lastModified=2023-10-03 14:53:23.828108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.829154000, lastModified=2023-10-03 14:53:23.828108000, delta=1046000 ns, racy<=12500 ns 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.829378000, lastModified=2023-10-03 14:53:23.828108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.829378000, lastModified=2023-10-03 14:53:23.828108000, delta=1270000 ns, racy<=12500 ns 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.829598000, lastModified=2023-10-03 14:53:23.828108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.829598000, lastModified=2023-10-03 14:53:23.828108000, delta=1490000 ns, racy<=12500 ns 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.829827000, lastModified=2023-10-03 14:53:23.829108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.829827000, lastModified=2023-10-03 14:53:23.829108000, delta=719000 ns, racy<=12500 ns 14:53:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.830044000, lastModified=2023-10-03 14:53:23.829108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.830044000, lastModified=2023-10-03 14:53:23.829108000, delta=936000 ns, racy<=12500 ns 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.830284000, lastModified=2023-10-03 14:53:23.829108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.830284000, lastModified=2023-10-03 14:53:23.829108000, delta=1176000 ns, racy<=12500 ns 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.830503000, lastModified=2023-10-03 14:53:23.829108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.830503000, lastModified=2023-10-03 14:53:23.829108000, delta=1395000 ns, racy<=12500 ns 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.830718000, lastModified=2023-10-03 14:53:23.829108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.829108000 to 2023-10-03 14:53:23.830108000 14:53:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.830935000, lastModified=2023-10-03 14:53:23.830108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.830935000, lastModified=2023-10-03 14:53:23.830108000, delta=827000 ns, racy<=12500 ns 14:53:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.831264000, lastModified=2023-10-03 14:53:23.830108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.831264000, lastModified=2023-10-03 14:53:23.830108000, delta=1156000 ns, racy<=12500 ns 14:53:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.831899000, lastModified=2023-10-03 14:53:23.830108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.830108000 to 2023-10-03 14:53:23.831108000 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.832153000, lastModified=2023-10-03 14:53:23.831108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.832153000, lastModified=2023-10-03 14:53:23.831108000, delta=1045000 ns, racy<=12500 ns 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.832378000, lastModified=2023-10-03 14:53:23.831108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.832378000, lastModified=2023-10-03 14:53:23.831108000, delta=1270000 ns, racy<=12500 ns 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.832594000, lastModified=2023-10-03 14:53:23.831108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.832594000, lastModified=2023-10-03 14:53:23.831108000, delta=1486000 ns, racy<=12500 ns 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.832821000, lastModified=2023-10-03 14:53:23.832108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.832821000, lastModified=2023-10-03 14:53:23.832108000, delta=713000 ns, racy<=12500 ns 14:53:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.833048000, lastModified=2023-10-03 14:53:23.832108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.833048000, lastModified=2023-10-03 14:53:23.832108000, delta=940000 ns, racy<=12500 ns 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.833274000, lastModified=2023-10-03 14:53:23.832108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.833274000, lastModified=2023-10-03 14:53:23.832108000, delta=1166000 ns, racy<=12500 ns 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.833488000, lastModified=2023-10-03 14:53:23.832108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.833488000, lastModified=2023-10-03 14:53:23.832108000, delta=1380000 ns, racy<=12500 ns 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.833700000, lastModified=2023-10-03 14:53:23.832108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.832108000 to 2023-10-03 14:53:23.833108000 14:53:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.833920000, lastModified=2023-10-03 14:53:23.833108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.833920000, lastModified=2023-10-03 14:53:23.833108000, delta=812000 ns, racy<=12500 ns 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.834148000, lastModified=2023-10-03 14:53:23.833108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.834148000, lastModified=2023-10-03 14:53:23.833108000, delta=1040000 ns, racy<=12500 ns 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.834369000, lastModified=2023-10-03 14:53:23.833108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.834369000, lastModified=2023-10-03 14:53:23.833108000, delta=1261000 ns, racy<=12500 ns 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.834583000, lastModified=2023-10-03 14:53:23.833108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.834583000, lastModified=2023-10-03 14:53:23.833108000, delta=1475000 ns, racy<=12500 ns 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.834810000, lastModified=2023-10-03 14:53:23.834108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.834810000, lastModified=2023-10-03 14:53:23.834108000, delta=702000 ns, racy<=12500 ns 14:53:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.835033000, lastModified=2023-10-03 14:53:23.834108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.835033000, lastModified=2023-10-03 14:53:23.834108000, delta=925000 ns, racy<=12500 ns 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.835265000, lastModified=2023-10-03 14:53:23.834108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.835265000, lastModified=2023-10-03 14:53:23.834108000, delta=1157000 ns, racy<=12500 ns 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.835479000, lastModified=2023-10-03 14:53:23.834108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.835479000, lastModified=2023-10-03 14:53:23.834108000, delta=1371000 ns, racy<=12500 ns 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.835694000, lastModified=2023-10-03 14:53:23.834108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.834108000 to 2023-10-03 14:53:23.835108000 14:53:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.835920000, lastModified=2023-10-03 14:53:23.835108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.835920000, lastModified=2023-10-03 14:53:23.835108000, delta=812000 ns, racy<=12500 ns 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.836147000, lastModified=2023-10-03 14:53:23.835108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.836147000, lastModified=2023-10-03 14:53:23.835108000, delta=1039000 ns, racy<=12500 ns 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.836365000, lastModified=2023-10-03 14:53:23.835108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.836365000, lastModified=2023-10-03 14:53:23.835108000, delta=1257000 ns, racy<=12500 ns 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.836577000, lastModified=2023-10-03 14:53:23.835108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.836577000, lastModified=2023-10-03 14:53:23.835108000, delta=1469000 ns, racy<=12500 ns 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.836802000, lastModified=2023-10-03 14:53:23.836108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.836802000, lastModified=2023-10-03 14:53:23.836108000, delta=694000 ns, racy<=12500 ns 14:53:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.837026000, lastModified=2023-10-03 14:53:23.836108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.837026000, lastModified=2023-10-03 14:53:23.836108000, delta=918000 ns, racy<=12500 ns 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.837250000, lastModified=2023-10-03 14:53:23.836108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.837250000, lastModified=2023-10-03 14:53:23.836108000, delta=1142000 ns, racy<=12500 ns 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.837467000, lastModified=2023-10-03 14:53:23.836108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.837467000, lastModified=2023-10-03 14:53:23.836108000, delta=1359000 ns, racy<=12500 ns 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.837687000, lastModified=2023-10-03 14:53:23.836108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.836108000 to 2023-10-03 14:53:23.837108000 14:53:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.837960000, lastModified=2023-10-03 14:53:23.837108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.837960000, lastModified=2023-10-03 14:53:23.837108000, delta=852000 ns, racy<=12500 ns 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.838191000, lastModified=2023-10-03 14:53:23.837108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.838191000, lastModified=2023-10-03 14:53:23.837108000, delta=1083000 ns, racy<=12500 ns 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.838410000, lastModified=2023-10-03 14:53:23.837108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.838410000, lastModified=2023-10-03 14:53:23.837108000, delta=1302000 ns, racy<=12500 ns 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.838638000, lastModified=2023-10-03 14:53:23.837108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.838638000, lastModified=2023-10-03 14:53:23.837108000, delta=1530000 ns, racy<=12500 ns 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.838869000, lastModified=2023-10-03 14:53:23.838108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.838869000, lastModified=2023-10-03 14:53:23.838108000, delta=761000 ns, racy<=12500 ns 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.839095000, lastModified=2023-10-03 14:53:23.838108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.839095000, lastModified=2023-10-03 14:53:23.838108000, delta=987000 ns, racy<=12500 ns 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.839318000, lastModified=2023-10-03 14:53:23.838108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.839318000, lastModified=2023-10-03 14:53:23.838108000, delta=1210000 ns, racy<=12500 ns 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.839534000, lastModified=2023-10-03 14:53:23.838108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.839534000, lastModified=2023-10-03 14:53:23.838108000, delta=1426000 ns, racy<=12500 ns 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.839784000, lastModified=2023-10-03 14:53:23.838108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.838108000 to 2023-10-03 14:53:23.839108000 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.839998000, lastModified=2023-10-03 14:53:23.839108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.839998000, lastModified=2023-10-03 14:53:23.839108000, delta=890000 ns, racy<=12500 ns 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.840290000, lastModified=2023-10-03 14:53:23.839108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.840290000, lastModified=2023-10-03 14:53:23.839108000, delta=1182000 ns, racy<=12500 ns 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.840611000, lastModified=2023-10-03 14:53:23.839108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.840611000, lastModified=2023-10-03 14:53:23.839108000, delta=1503000 ns, racy<=12500 ns 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.840859000, lastModified=2023-10-03 14:53:23.840108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.840859000, lastModified=2023-10-03 14:53:23.840108000, delta=751000 ns, racy<=12500 ns 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.841095000, lastModified=2023-10-03 14:53:23.840108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.841095000, lastModified=2023-10-03 14:53:23.840108000, delta=987000 ns, racy<=12500 ns 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.841318000, lastModified=2023-10-03 14:53:23.840108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.841318000, lastModified=2023-10-03 14:53:23.840108000, delta=1210000 ns, racy<=12500 ns 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.841661000, lastModified=2023-10-03 14:53:23.840108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.840108000 to 2023-10-03 14:53:23.841108000 14:53:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.892430000, lastModified=2023-10-03 14:53:23.891108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.892430000, lastModified=2023-10-03 14:53:23.891108000, delta=1322000 ns, racy<=12500 ns 14:53:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.892814000, lastModified=2023-10-03 14:53:23.892108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.892814000, lastModified=2023-10-03 14:53:23.892108000, delta=706000 ns, racy<=12500 ns 14:53:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.893067000, lastModified=2023-10-03 14:53:23.892108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.893067000, lastModified=2023-10-03 14:53:23.892108000, delta=959000 ns, racy<=12500 ns 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.893348000, lastModified=2023-10-03 14:53:23.892108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.893348000, lastModified=2023-10-03 14:53:23.892108000, delta=1240000 ns, racy<=12500 ns 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.893582000, lastModified=2023-10-03 14:53:23.892108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.893582000, lastModified=2023-10-03 14:53:23.892108000, delta=1474000 ns, racy<=12500 ns 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.893813000, lastModified=2023-10-03 14:53:23.893108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.893813000, lastModified=2023-10-03 14:53:23.893108000, delta=705000 ns, racy<=12500 ns 14:53:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.894034000, lastModified=2023-10-03 14:53:23.893108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.894034000, lastModified=2023-10-03 14:53:23.893108000, delta=926000 ns, racy<=12500 ns 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.894268000, lastModified=2023-10-03 14:53:23.893108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.894268000, lastModified=2023-10-03 14:53:23.893108000, delta=1160000 ns, racy<=12500 ns 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.894487000, lastModified=2023-10-03 14:53:23.893108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.894487000, lastModified=2023-10-03 14:53:23.893108000, delta=1379000 ns, racy<=12500 ns 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.894706000, lastModified=2023-10-03 14:53:23.893108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.893108000 to 2023-10-03 14:53:23.894108000 14:53:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.894927000, lastModified=2023-10-03 14:53:23.894108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.894927000, lastModified=2023-10-03 14:53:23.894108000, delta=819000 ns, racy<=12500 ns 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.895163000, lastModified=2023-10-03 14:53:23.894108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.895163000, lastModified=2023-10-03 14:53:23.894108000, delta=1055000 ns, racy<=12500 ns 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.895386000, lastModified=2023-10-03 14:53:23.894108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.895386000, lastModified=2023-10-03 14:53:23.894108000, delta=1278000 ns, racy<=12500 ns 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.895605000, lastModified=2023-10-03 14:53:23.894108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.895605000, lastModified=2023-10-03 14:53:23.894108000, delta=1497000 ns, racy<=12500 ns 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.895831000, lastModified=2023-10-03 14:53:23.895108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.895831000, lastModified=2023-10-03 14:53:23.895108000, delta=723000 ns, racy<=12500 ns 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.896612000, lastModified=2023-10-03 14:53:23.895108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.896612000, lastModified=2023-10-03 14:53:23.895108000, delta=1504000 ns, racy<=12500 ns 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.896859000, lastModified=2023-10-03 14:53:23.896108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.896859000, lastModified=2023-10-03 14:53:23.896108000, delta=751000 ns, racy<=12500 ns 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.897089000, lastModified=2023-10-03 14:53:23.896108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.897089000, lastModified=2023-10-03 14:53:23.896108000, delta=981000 ns, racy<=12500 ns 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.897339000, lastModified=2023-10-03 14:53:23.896108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.897339000, lastModified=2023-10-03 14:53:23.896108000, delta=1231000 ns, racy<=12500 ns 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.897553000, lastModified=2023-10-03 14:53:23.896108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.897553000, lastModified=2023-10-03 14:53:23.896108000, delta=1445000 ns, racy<=12500 ns 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.897780000, lastModified=2023-10-03 14:53:23.897108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.897780000, lastModified=2023-10-03 14:53:23.897108000, delta=672000 ns, racy<=12500 ns 14:53:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.898000000, lastModified=2023-10-03 14:53:23.897108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.898000000, lastModified=2023-10-03 14:53:23.897108000, delta=892000 ns, racy<=12500 ns 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.898226000, lastModified=2023-10-03 14:53:23.897108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.898226000, lastModified=2023-10-03 14:53:23.897108000, delta=1118000 ns, racy<=12500 ns 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.898445000, lastModified=2023-10-03 14:53:23.897108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.898445000, lastModified=2023-10-03 14:53:23.897108000, delta=1337000 ns, racy<=12500 ns 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.898657000, lastModified=2023-10-03 14:53:23.897108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.897108000 to 2023-10-03 14:53:23.898108000 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.898875000, lastModified=2023-10-03 14:53:23.898108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.898875000, lastModified=2023-10-03 14:53:23.898108000, delta=767000 ns, racy<=12500 ns 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.899101000, lastModified=2023-10-03 14:53:23.898108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.899101000, lastModified=2023-10-03 14:53:23.898108000, delta=993000 ns, racy<=12500 ns 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.899325000, lastModified=2023-10-03 14:53:23.898108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.899325000, lastModified=2023-10-03 14:53:23.898108000, delta=1217000 ns, racy<=12500 ns 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.899546000, lastModified=2023-10-03 14:53:23.898108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.899546000, lastModified=2023-10-03 14:53:23.898108000, delta=1438000 ns, racy<=12500 ns 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.899768000, lastModified=2023-10-03 14:53:23.899108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.899768000, lastModified=2023-10-03 14:53:23.899108000, delta=660000 ns, racy<=12500 ns 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.899985000, lastModified=2023-10-03 14:53:23.899108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.899985000, lastModified=2023-10-03 14:53:23.899108000, delta=877000 ns, racy<=12500 ns 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.900223000, lastModified=2023-10-03 14:53:23.899108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.900223000, lastModified=2023-10-03 14:53:23.899108000, delta=1115000 ns, racy<=12500 ns 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.900450000, lastModified=2023-10-03 14:53:23.899108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.900450000, lastModified=2023-10-03 14:53:23.899108000, delta=1342000 ns, racy<=12500 ns 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.900667000, lastModified=2023-10-03 14:53:23.899108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.899108000 to 2023-10-03 14:53:23.900108000 14:53:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.900908000, lastModified=2023-10-03 14:53:23.900108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.900908000, lastModified=2023-10-03 14:53:23.900108000, delta=800000 ns, racy<=12500 ns 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.901140000, lastModified=2023-10-03 14:53:23.900108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.901140000, lastModified=2023-10-03 14:53:23.900108000, delta=1032000 ns, racy<=12500 ns 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.901373000, lastModified=2023-10-03 14:53:23.900108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.901373000, lastModified=2023-10-03 14:53:23.900108000, delta=1265000 ns, racy<=12500 ns 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.901598000, lastModified=2023-10-03 14:53:23.900108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.901598000, lastModified=2023-10-03 14:53:23.900108000, delta=1490000 ns, racy<=12500 ns 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.901828000, lastModified=2023-10-03 14:53:23.901108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.901828000, lastModified=2023-10-03 14:53:23.901108000, delta=720000 ns, racy<=12500 ns 14:53:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.902045000, lastModified=2023-10-03 14:53:23.901108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.902045000, lastModified=2023-10-03 14:53:23.901108000, delta=937000 ns, racy<=12500 ns 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.902278000, lastModified=2023-10-03 14:53:23.901108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.902278000, lastModified=2023-10-03 14:53:23.901108000, delta=1170000 ns, racy<=12500 ns 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.902515000, lastModified=2023-10-03 14:53:23.901108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.902515000, lastModified=2023-10-03 14:53:23.901108000, delta=1407000 ns, racy<=12500 ns 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.902742000, lastModified=2023-10-03 14:53:23.901108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.901108000 to 2023-10-03 14:53:23.902108000 14:53:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.902954000, lastModified=2023-10-03 14:53:23.902108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.902954000, lastModified=2023-10-03 14:53:23.902108000, delta=846000 ns, racy<=12500 ns 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.903180000, lastModified=2023-10-03 14:53:23.902108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.903180000, lastModified=2023-10-03 14:53:23.902108000, delta=1072000 ns, racy<=12500 ns 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.903404000, lastModified=2023-10-03 14:53:23.902108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.903404000, lastModified=2023-10-03 14:53:23.902108000, delta=1296000 ns, racy<=12500 ns 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.903623000, lastModified=2023-10-03 14:53:23.902108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.903623000, lastModified=2023-10-03 14:53:23.902108000, delta=1515000 ns, racy<=12500 ns 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.903852000, lastModified=2023-10-03 14:53:23.903108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.903852000, lastModified=2023-10-03 14:53:23.903108000, delta=744000 ns, racy<=12500 ns 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.904111000, lastModified=2023-10-03 14:53:23.903108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.904111000, lastModified=2023-10-03 14:53:23.903108000, delta=1003000 ns, racy<=12500 ns 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.904342000, lastModified=2023-10-03 14:53:23.903108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.904342000, lastModified=2023-10-03 14:53:23.903108000, delta=1234000 ns, racy<=12500 ns 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.904569000, lastModified=2023-10-03 14:53:23.903108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.904569000, lastModified=2023-10-03 14:53:23.903108000, delta=1461000 ns, racy<=12500 ns 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.904809000, lastModified=2023-10-03 14:53:23.904108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.904809000, lastModified=2023-10-03 14:53:23.904108000, delta=701000 ns, racy<=12500 ns 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.905120000, lastModified=2023-10-03 14:53:23.904108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.905120000, lastModified=2023-10-03 14:53:23.904108000, delta=1012000 ns, racy<=12500 ns 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.905340000, lastModified=2023-10-03 14:53:23.904108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.905340000, lastModified=2023-10-03 14:53:23.904108000, delta=1232000 ns, racy<=12500 ns 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.905556000, lastModified=2023-10-03 14:53:23.904108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.905556000, lastModified=2023-10-03 14:53:23.904108000, delta=1448000 ns, racy<=12500 ns 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.905789000, lastModified=2023-10-03 14:53:23.905108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.905789000, lastModified=2023-10-03 14:53:23.905108000, delta=681000 ns, racy<=12500 ns 14:53:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.906006000, lastModified=2023-10-03 14:53:23.905108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.906006000, lastModified=2023-10-03 14:53:23.905108000, delta=898000 ns, racy<=12500 ns 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.906229000, lastModified=2023-10-03 14:53:23.905108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.906229000, lastModified=2023-10-03 14:53:23.905108000, delta=1121000 ns, racy<=12500 ns 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.906442000, lastModified=2023-10-03 14:53:23.905108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.906442000, lastModified=2023-10-03 14:53:23.905108000, delta=1334000 ns, racy<=12500 ns 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.906651000, lastModified=2023-10-03 14:53:23.905108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.906651000, lastModified=2023-10-03 14:53:23.905108000, delta=1543000 ns, racy<=12500 ns 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.906884000, lastModified=2023-10-03 14:53:23.906108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.906884000, lastModified=2023-10-03 14:53:23.906108000, delta=776000 ns, racy<=12500 ns 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.907105000, lastModified=2023-10-03 14:53:23.906108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.907105000, lastModified=2023-10-03 14:53:23.906108000, delta=997000 ns, racy<=12500 ns 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.907318000, lastModified=2023-10-03 14:53:23.906108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.907318000, lastModified=2023-10-03 14:53:23.906108000, delta=1210000 ns, racy<=12500 ns 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.907538000, lastModified=2023-10-03 14:53:23.906108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.907538000, lastModified=2023-10-03 14:53:23.906108000, delta=1430000 ns, racy<=12500 ns 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.907761000, lastModified=2023-10-03 14:53:23.906108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.906108000 to 2023-10-03 14:53:23.907108000 14:53:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.907966000, lastModified=2023-10-03 14:53:23.907108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.907966000, lastModified=2023-10-03 14:53:23.907108000, delta=858000 ns, racy<=12500 ns 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.908188000, lastModified=2023-10-03 14:53:23.907108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.908188000, lastModified=2023-10-03 14:53:23.907108000, delta=1080000 ns, racy<=12500 ns 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.908398000, lastModified=2023-10-03 14:53:23.907108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.908398000, lastModified=2023-10-03 14:53:23.907108000, delta=1290000 ns, racy<=12500 ns 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.908605000, lastModified=2023-10-03 14:53:23.907108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.908605000, lastModified=2023-10-03 14:53:23.907108000, delta=1497000 ns, racy<=12500 ns 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.908863000, lastModified=2023-10-03 14:53:23.908108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.908863000, lastModified=2023-10-03 14:53:23.908108000, delta=755000 ns, racy<=12500 ns 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.909093000, lastModified=2023-10-03 14:53:23.908108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.909093000, lastModified=2023-10-03 14:53:23.908108000, delta=985000 ns, racy<=12500 ns 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.909309000, lastModified=2023-10-03 14:53:23.908108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.909309000, lastModified=2023-10-03 14:53:23.908108000, delta=1201000 ns, racy<=12500 ns 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.909818000, lastModified=2023-10-03 14:53:23.908108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.908108000 to 2023-10-03 14:53:23.909108000 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.910052000, lastModified=2023-10-03 14:53:23.909108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.910052000, lastModified=2023-10-03 14:53:23.909108000, delta=944000 ns, racy<=12500 ns 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.910276000, lastModified=2023-10-03 14:53:23.909108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.910276000, lastModified=2023-10-03 14:53:23.909108000, delta=1168000 ns, racy<=12500 ns 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.910485000, lastModified=2023-10-03 14:53:23.909108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.910485000, lastModified=2023-10-03 14:53:23.909108000, delta=1377000 ns, racy<=12500 ns 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.910688000, lastModified=2023-10-03 14:53:23.909108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.909108000 to 2023-10-03 14:53:23.910108000 14:53:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.910898000, lastModified=2023-10-03 14:53:23.910108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.910898000, lastModified=2023-10-03 14:53:23.910108000, delta=790000 ns, racy<=12500 ns 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.911129000, lastModified=2023-10-03 14:53:23.910108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.911129000, lastModified=2023-10-03 14:53:23.910108000, delta=1021000 ns, racy<=12500 ns 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.911342000, lastModified=2023-10-03 14:53:23.910108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.911342000, lastModified=2023-10-03 14:53:23.910108000, delta=1234000 ns, racy<=12500 ns 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.911549000, lastModified=2023-10-03 14:53:23.910108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.911549000, lastModified=2023-10-03 14:53:23.910108000, delta=1441000 ns, racy<=12500 ns 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.911774000, lastModified=2023-10-03 14:53:23.910108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.910108000 to 2023-10-03 14:53:23.911108000 14:53:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.911972000, lastModified=2023-10-03 14:53:23.911108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.911972000, lastModified=2023-10-03 14:53:23.911108000, delta=864000 ns, racy<=12500 ns 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.912187000, lastModified=2023-10-03 14:53:23.911108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.912187000, lastModified=2023-10-03 14:53:23.911108000, delta=1079000 ns, racy<=12500 ns 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.912397000, lastModified=2023-10-03 14:53:23.911108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.912397000, lastModified=2023-10-03 14:53:23.911108000, delta=1289000 ns, racy<=12500 ns 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.912604000, lastModified=2023-10-03 14:53:23.911108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.912604000, lastModified=2023-10-03 14:53:23.911108000, delta=1496000 ns, racy<=12500 ns 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.912821000, lastModified=2023-10-03 14:53:23.912108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.912821000, lastModified=2023-10-03 14:53:23.912108000, delta=713000 ns, racy<=12500 ns 14:53:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.913037000, lastModified=2023-10-03 14:53:23.912108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.913037000, lastModified=2023-10-03 14:53:23.912108000, delta=929000 ns, racy<=12500 ns 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.913259000, lastModified=2023-10-03 14:53:23.912108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.913259000, lastModified=2023-10-03 14:53:23.912108000, delta=1151000 ns, racy<=12500 ns 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.913467000, lastModified=2023-10-03 14:53:23.912108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.913467000, lastModified=2023-10-03 14:53:23.912108000, delta=1359000 ns, racy<=12500 ns 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.913673000, lastModified=2023-10-03 14:53:23.912108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.912108000 to 2023-10-03 14:53:23.913108000 14:53:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.913885000, lastModified=2023-10-03 14:53:23.913108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.913885000, lastModified=2023-10-03 14:53:23.913108000, delta=777000 ns, racy<=12500 ns 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.914105000, lastModified=2023-10-03 14:53:23.913108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.914105000, lastModified=2023-10-03 14:53:23.913108000, delta=997000 ns, racy<=12500 ns 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.914326000, lastModified=2023-10-03 14:53:23.913108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.914326000, lastModified=2023-10-03 14:53:23.913108000, delta=1218000 ns, racy<=12500 ns 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.914536000, lastModified=2023-10-03 14:53:23.913108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.914536000, lastModified=2023-10-03 14:53:23.913108000, delta=1428000 ns, racy<=12500 ns 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.914749000, lastModified=2023-10-03 14:53:23.913108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.913108000 to 2023-10-03 14:53:23.914108000 14:53:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.914949000, lastModified=2023-10-03 14:53:23.914108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.914949000, lastModified=2023-10-03 14:53:23.914108000, delta=841000 ns, racy<=12500 ns 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.915165000, lastModified=2023-10-03 14:53:23.914108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.915165000, lastModified=2023-10-03 14:53:23.914108000, delta=1057000 ns, racy<=12500 ns 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.915375000, lastModified=2023-10-03 14:53:23.914108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.915375000, lastModified=2023-10-03 14:53:23.914108000, delta=1267000 ns, racy<=12500 ns 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.915583000, lastModified=2023-10-03 14:53:23.914108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.915583000, lastModified=2023-10-03 14:53:23.914108000, delta=1475000 ns, racy<=12500 ns 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.915820000, lastModified=2023-10-03 14:53:23.915108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.915820000, lastModified=2023-10-03 14:53:23.915108000, delta=712000 ns, racy<=12500 ns 14:53:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.916040000, lastModified=2023-10-03 14:53:23.915108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.916040000, lastModified=2023-10-03 14:53:23.915108000, delta=932000 ns, racy<=12500 ns 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.916271000, lastModified=2023-10-03 14:53:23.915108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.916271000, lastModified=2023-10-03 14:53:23.915108000, delta=1163000 ns, racy<=12500 ns 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.916485000, lastModified=2023-10-03 14:53:23.915108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.916485000, lastModified=2023-10-03 14:53:23.915108000, delta=1377000 ns, racy<=12500 ns 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.916695000, lastModified=2023-10-03 14:53:23.915108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.915108000 to 2023-10-03 14:53:23.916108000 14:53:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.916938000, lastModified=2023-10-03 14:53:23.916108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.916938000, lastModified=2023-10-03 14:53:23.916108000, delta=830000 ns, racy<=12500 ns 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.917152000, lastModified=2023-10-03 14:53:23.916108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.917152000, lastModified=2023-10-03 14:53:23.916108000, delta=1044000 ns, racy<=12500 ns 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.917367000, lastModified=2023-10-03 14:53:23.916108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.917367000, lastModified=2023-10-03 14:53:23.916108000, delta=1259000 ns, racy<=12500 ns 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.917576000, lastModified=2023-10-03 14:53:23.916108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.917576000, lastModified=2023-10-03 14:53:23.916108000, delta=1468000 ns, racy<=12500 ns 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.917806000, lastModified=2023-10-03 14:53:23.917108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.917806000, lastModified=2023-10-03 14:53:23.917108000, delta=698000 ns, racy<=12500 ns 14:53:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.918023000, lastModified=2023-10-03 14:53:23.917108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.918023000, lastModified=2023-10-03 14:53:23.917108000, delta=915000 ns, racy<=12500 ns 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.918244000, lastModified=2023-10-03 14:53:23.917108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.918244000, lastModified=2023-10-03 14:53:23.917108000, delta=1136000 ns, racy<=12500 ns 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.918455000, lastModified=2023-10-03 14:53:23.917108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.918455000, lastModified=2023-10-03 14:53:23.917108000, delta=1347000 ns, racy<=12500 ns 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.918663000, lastModified=2023-10-03 14:53:23.917108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.917108000 to 2023-10-03 14:53:23.918108000 14:53:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.918881000, lastModified=2023-10-03 14:53:23.918108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.918881000, lastModified=2023-10-03 14:53:23.918108000, delta=773000 ns, racy<=12500 ns 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.919104000, lastModified=2023-10-03 14:53:23.918108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.919104000, lastModified=2023-10-03 14:53:23.918108000, delta=996000 ns, racy<=12500 ns 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.919313000, lastModified=2023-10-03 14:53:23.918108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.919313000, lastModified=2023-10-03 14:53:23.918108000, delta=1205000 ns, racy<=12500 ns 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.919566000, lastModified=2023-10-03 14:53:23.918108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.919566000, lastModified=2023-10-03 14:53:23.918108000, delta=1458000 ns, racy<=12500 ns 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.919793000, lastModified=2023-10-03 14:53:23.919108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.919793000, lastModified=2023-10-03 14:53:23.919108000, delta=685000 ns, racy<=12500 ns 14:53:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.920015000, lastModified=2023-10-03 14:53:23.919108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.920015000, lastModified=2023-10-03 14:53:23.919108000, delta=907000 ns, racy<=12500 ns 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.920239000, lastModified=2023-10-03 14:53:23.919108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.920239000, lastModified=2023-10-03 14:53:23.919108000, delta=1131000 ns, racy<=12500 ns 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.920457000, lastModified=2023-10-03 14:53:23.919108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.920457000, lastModified=2023-10-03 14:53:23.919108000, delta=1349000 ns, racy<=12500 ns 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.920674000, lastModified=2023-10-03 14:53:23.919108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.919108000 to 2023-10-03 14:53:23.920108000 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.921184000, lastModified=2023-10-03 14:53:23.920108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.921184000, lastModified=2023-10-03 14:53:23.920108000, delta=1076000 ns, racy<=12500 ns 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.921460000, lastModified=2023-10-03 14:53:23.920108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.921460000, lastModified=2023-10-03 14:53:23.920108000, delta=1352000 ns, racy<=12500 ns 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.921703000, lastModified=2023-10-03 14:53:23.920108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.920108000 to 2023-10-03 14:53:23.921108000 14:53:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.921941000, lastModified=2023-10-03 14:53:23.921108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.921941000, lastModified=2023-10-03 14:53:23.921108000, delta=833000 ns, racy<=12500 ns 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.922190000, lastModified=2023-10-03 14:53:23.921108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.922190000, lastModified=2023-10-03 14:53:23.921108000, delta=1082000 ns, racy<=12500 ns 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.922423000, lastModified=2023-10-03 14:53:23.921108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.922423000, lastModified=2023-10-03 14:53:23.921108000, delta=1315000 ns, racy<=12500 ns 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.922664000, lastModified=2023-10-03 14:53:23.921108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.921108000 to 2023-10-03 14:53:23.922108000 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.923190000, lastModified=2023-10-03 14:53:23.922108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.923190000, lastModified=2023-10-03 14:53:23.922108000, delta=1082000 ns, racy<=12500 ns 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.923420000, lastModified=2023-10-03 14:53:23.922108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.923420000, lastModified=2023-10-03 14:53:23.922108000, delta=1312000 ns, racy<=12500 ns 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.923645000, lastModified=2023-10-03 14:53:23.922108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.922108000 to 2023-10-03 14:53:23.923108000 14:53:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.923876000, lastModified=2023-10-03 14:53:23.923108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.923876000, lastModified=2023-10-03 14:53:23.923108000, delta=768000 ns, racy<=12500 ns 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.924112000, lastModified=2023-10-03 14:53:23.923108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.924112000, lastModified=2023-10-03 14:53:23.923108000, delta=1004000 ns, racy<=12500 ns 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.924352000, lastModified=2023-10-03 14:53:23.923108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.924352000, lastModified=2023-10-03 14:53:23.923108000, delta=1244000 ns, racy<=12500 ns 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.924586000, lastModified=2023-10-03 14:53:23.923108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.924586000, lastModified=2023-10-03 14:53:23.923108000, delta=1478000 ns, racy<=12500 ns 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.924806000, lastModified=2023-10-03 14:53:23.924108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.924806000, lastModified=2023-10-03 14:53:23.924108000, delta=698000 ns, racy<=12500 ns 14:53:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.925034000, lastModified=2023-10-03 14:53:23.924108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.925034000, lastModified=2023-10-03 14:53:23.924108000, delta=926000 ns, racy<=12500 ns 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.925265000, lastModified=2023-10-03 14:53:23.924108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.925265000, lastModified=2023-10-03 14:53:23.924108000, delta=1157000 ns, racy<=12500 ns 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.925475000, lastModified=2023-10-03 14:53:23.924108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.925475000, lastModified=2023-10-03 14:53:23.924108000, delta=1367000 ns, racy<=12500 ns 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.925685000, lastModified=2023-10-03 14:53:23.924108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.924108000 to 2023-10-03 14:53:23.925108000 14:53:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.925908000, lastModified=2023-10-03 14:53:23.925108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.925908000, lastModified=2023-10-03 14:53:23.925108000, delta=800000 ns, racy<=12500 ns 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.926136000, lastModified=2023-10-03 14:53:23.925108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.926136000, lastModified=2023-10-03 14:53:23.925108000, delta=1028000 ns, racy<=12500 ns 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.926362000, lastModified=2023-10-03 14:53:23.925108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.926362000, lastModified=2023-10-03 14:53:23.925108000, delta=1254000 ns, racy<=12500 ns 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.926591000, lastModified=2023-10-03 14:53:23.925108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.926591000, lastModified=2023-10-03 14:53:23.925108000, delta=1483000 ns, racy<=12500 ns 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.926825000, lastModified=2023-10-03 14:53:23.926108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.926825000, lastModified=2023-10-03 14:53:23.926108000, delta=717000 ns, racy<=12500 ns 14:53:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.927045000, lastModified=2023-10-03 14:53:23.926108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.927045000, lastModified=2023-10-03 14:53:23.926108000, delta=937000 ns, racy<=12500 ns 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.927272000, lastModified=2023-10-03 14:53:23.926108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.927272000, lastModified=2023-10-03 14:53:23.926108000, delta=1164000 ns, racy<=12500 ns 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.927482000, lastModified=2023-10-03 14:53:23.926108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.927482000, lastModified=2023-10-03 14:53:23.926108000, delta=1374000 ns, racy<=12500 ns 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.927697000, lastModified=2023-10-03 14:53:23.926108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.926108000 to 2023-10-03 14:53:23.927108000 14:53:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.927935000, lastModified=2023-10-03 14:53:23.927108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.927935000, lastModified=2023-10-03 14:53:23.927108000, delta=827000 ns, racy<=12500 ns 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.928159000, lastModified=2023-10-03 14:53:23.927108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.928159000, lastModified=2023-10-03 14:53:23.927108000, delta=1051000 ns, racy<=12500 ns 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.928379000, lastModified=2023-10-03 14:53:23.927108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.928379000, lastModified=2023-10-03 14:53:23.927108000, delta=1271000 ns, racy<=12500 ns 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.928589000, lastModified=2023-10-03 14:53:23.927108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.928589000, lastModified=2023-10-03 14:53:23.927108000, delta=1481000 ns, racy<=12500 ns 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.928827000, lastModified=2023-10-03 14:53:23.928108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.928827000, lastModified=2023-10-03 14:53:23.928108000, delta=719000 ns, racy<=12500 ns 14:53:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.929046000, lastModified=2023-10-03 14:53:23.928108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.929046000, lastModified=2023-10-03 14:53:23.928108000, delta=938000 ns, racy<=12500 ns 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.929269000, lastModified=2023-10-03 14:53:23.928108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.929269000, lastModified=2023-10-03 14:53:23.928108000, delta=1161000 ns, racy<=12500 ns 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.929489000, lastModified=2023-10-03 14:53:23.928108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.929489000, lastModified=2023-10-03 14:53:23.928108000, delta=1381000 ns, racy<=12500 ns 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.929704000, lastModified=2023-10-03 14:53:23.928108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.928108000 to 2023-10-03 14:53:23.929108000 14:53:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.929948000, lastModified=2023-10-03 14:53:23.929108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.929948000, lastModified=2023-10-03 14:53:23.929108000, delta=840000 ns, racy<=12500 ns 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.930175000, lastModified=2023-10-03 14:53:23.929108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.930175000, lastModified=2023-10-03 14:53:23.929108000, delta=1067000 ns, racy<=12500 ns 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.930396000, lastModified=2023-10-03 14:53:23.929108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.930396000, lastModified=2023-10-03 14:53:23.929108000, delta=1288000 ns, racy<=12500 ns 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.930622000, lastModified=2023-10-03 14:53:23.929108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.930622000, lastModified=2023-10-03 14:53:23.929108000, delta=1514000 ns, racy<=12500 ns 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.930839000, lastModified=2023-10-03 14:53:23.930108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.930839000, lastModified=2023-10-03 14:53:23.930108000, delta=731000 ns, racy<=12500 ns 14:53:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.931056000, lastModified=2023-10-03 14:53:23.930108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.931056000, lastModified=2023-10-03 14:53:23.930108000, delta=948000 ns, racy<=12500 ns 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.931274000, lastModified=2023-10-03 14:53:23.930108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.931274000, lastModified=2023-10-03 14:53:23.930108000, delta=1166000 ns, racy<=12500 ns 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.931489000, lastModified=2023-10-03 14:53:23.930108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.931489000, lastModified=2023-10-03 14:53:23.930108000, delta=1381000 ns, racy<=12500 ns 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.931699000, lastModified=2023-10-03 14:53:23.930108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.930108000 to 2023-10-03 14:53:23.931108000 14:53:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.931953000, lastModified=2023-10-03 14:53:23.931108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.931953000, lastModified=2023-10-03 14:53:23.931108000, delta=845000 ns, racy<=12500 ns 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.932197000, lastModified=2023-10-03 14:53:23.931108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.932197000, lastModified=2023-10-03 14:53:23.931108000, delta=1089000 ns, racy<=12500 ns 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.932426000, lastModified=2023-10-03 14:53:23.931108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.932426000, lastModified=2023-10-03 14:53:23.931108000, delta=1318000 ns, racy<=12500 ns 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.932655000, lastModified=2023-10-03 14:53:23.931108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.931108000 to 2023-10-03 14:53:23.932108000 14:53:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.932882000, lastModified=2023-10-03 14:53:23.932108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.932882000, lastModified=2023-10-03 14:53:23.932108000, delta=774000 ns, racy<=12500 ns 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.933138000, lastModified=2023-10-03 14:53:23.932108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.933138000, lastModified=2023-10-03 14:53:23.932108000, delta=1030000 ns, racy<=12500 ns 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.933361000, lastModified=2023-10-03 14:53:23.932108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.933361000, lastModified=2023-10-03 14:53:23.932108000, delta=1253000 ns, racy<=12500 ns 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.933584000, lastModified=2023-10-03 14:53:23.932108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.933584000, lastModified=2023-10-03 14:53:23.932108000, delta=1476000 ns, racy<=12500 ns 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.933802000, lastModified=2023-10-03 14:53:23.933108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.933802000, lastModified=2023-10-03 14:53:23.933108000, delta=694000 ns, racy<=12500 ns 14:53:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.934012000, lastModified=2023-10-03 14:53:23.933108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.934012000, lastModified=2023-10-03 14:53:23.933108000, delta=904000 ns, racy<=12500 ns 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.934237000, lastModified=2023-10-03 14:53:23.933108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.934237000, lastModified=2023-10-03 14:53:23.933108000, delta=1129000 ns, racy<=12500 ns 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.934453000, lastModified=2023-10-03 14:53:23.933108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.934453000, lastModified=2023-10-03 14:53:23.933108000, delta=1345000 ns, racy<=12500 ns 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.934670000, lastModified=2023-10-03 14:53:23.933108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.933108000 to 2023-10-03 14:53:23.934108000 14:53:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.934924000, lastModified=2023-10-03 14:53:23.934108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.934924000, lastModified=2023-10-03 14:53:23.934108000, delta=816000 ns, racy<=12500 ns 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.935171000, lastModified=2023-10-03 14:53:23.934108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.935171000, lastModified=2023-10-03 14:53:23.934108000, delta=1063000 ns, racy<=12500 ns 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.935404000, lastModified=2023-10-03 14:53:23.934108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.935404000, lastModified=2023-10-03 14:53:23.934108000, delta=1296000 ns, racy<=12500 ns 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.935638000, lastModified=2023-10-03 14:53:23.934108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.935638000, lastModified=2023-10-03 14:53:23.934108000, delta=1530000 ns, racy<=12500 ns 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.935883000, lastModified=2023-10-03 14:53:23.935108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.935883000, lastModified=2023-10-03 14:53:23.935108000, delta=775000 ns, racy<=12500 ns 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.936385000, lastModified=2023-10-03 14:53:23.935108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.936385000, lastModified=2023-10-03 14:53:23.935108000, delta=1277000 ns, racy<=12500 ns 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.936618000, lastModified=2023-10-03 14:53:23.935108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.936618000, lastModified=2023-10-03 14:53:23.935108000, delta=1510000 ns, racy<=12500 ns 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.936843000, lastModified=2023-10-03 14:53:23.936108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.936843000, lastModified=2023-10-03 14:53:23.936108000, delta=735000 ns, racy<=12500 ns 14:53:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.937055000, lastModified=2023-10-03 14:53:23.936108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.937055000, lastModified=2023-10-03 14:53:23.936108000, delta=947000 ns, racy<=12500 ns 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.937275000, lastModified=2023-10-03 14:53:23.936108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.937275000, lastModified=2023-10-03 14:53:23.936108000, delta=1167000 ns, racy<=12500 ns 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.937484000, lastModified=2023-10-03 14:53:23.936108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.937484000, lastModified=2023-10-03 14:53:23.936108000, delta=1376000 ns, racy<=12500 ns 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.937702000, lastModified=2023-10-03 14:53:23.936108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.936108000 to 2023-10-03 14:53:23.937108000 14:53:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.937922000, lastModified=2023-10-03 14:53:23.937108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.937922000, lastModified=2023-10-03 14:53:23.937108000, delta=814000 ns, racy<=12500 ns 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.938148000, lastModified=2023-10-03 14:53:23.937108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.938148000, lastModified=2023-10-03 14:53:23.937108000, delta=1040000 ns, racy<=12500 ns 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.938370000, lastModified=2023-10-03 14:53:23.937108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.938370000, lastModified=2023-10-03 14:53:23.937108000, delta=1262000 ns, racy<=12500 ns 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.938596000, lastModified=2023-10-03 14:53:23.937108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.938596000, lastModified=2023-10-03 14:53:23.937108000, delta=1488000 ns, racy<=12500 ns 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.938834000, lastModified=2023-10-03 14:53:23.938108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.938834000, lastModified=2023-10-03 14:53:23.938108000, delta=726000 ns, racy<=12500 ns 14:53:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.939050000, lastModified=2023-10-03 14:53:23.938108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.939050000, lastModified=2023-10-03 14:53:23.938108000, delta=942000 ns, racy<=12500 ns 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.939284000, lastModified=2023-10-03 14:53:23.938108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.939284000, lastModified=2023-10-03 14:53:23.938108000, delta=1176000 ns, racy<=12500 ns 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.939496000, lastModified=2023-10-03 14:53:23.938108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.939496000, lastModified=2023-10-03 14:53:23.938108000, delta=1388000 ns, racy<=12500 ns 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.939718000, lastModified=2023-10-03 14:53:23.938108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.938108000 to 2023-10-03 14:53:23.939108000 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.940002000, lastModified=2023-10-03 14:53:23.939108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.940002000, lastModified=2023-10-03 14:53:23.939108000, delta=894000 ns, racy<=12500 ns 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.940233000, lastModified=2023-10-03 14:53:23.939108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.940233000, lastModified=2023-10-03 14:53:23.939108000, delta=1125000 ns, racy<=12500 ns 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.940452000, lastModified=2023-10-03 14:53:23.939108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.940452000, lastModified=2023-10-03 14:53:23.939108000, delta=1344000 ns, racy<=12500 ns 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.940675000, lastModified=2023-10-03 14:53:23.939108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.939108000 to 2023-10-03 14:53:23.940108000 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.940880000, lastModified=2023-10-03 14:53:23.940108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.940880000, lastModified=2023-10-03 14:53:23.940108000, delta=772000 ns, racy<=12500 ns 14:53:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.941097000, lastModified=2023-10-03 14:53:23.940108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.940108000 to 2023-10-03 14:53:23.991108000 14:53:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.992844000, lastModified=2023-10-03 14:53:23.992108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.992844000, lastModified=2023-10-03 14:53:23.992108000, delta=736000 ns, racy<=12500 ns 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.993161000, lastModified=2023-10-03 14:53:23.992108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.993161000, lastModified=2023-10-03 14:53:23.992108000, delta=1053000 ns, racy<=12500 ns 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.993404000, lastModified=2023-10-03 14:53:23.992108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.993404000, lastModified=2023-10-03 14:53:23.992108000, delta=1296000 ns, racy<=12500 ns 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.993647000, lastModified=2023-10-03 14:53:23.992108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.992108000 to 2023-10-03 14:53:23.993108000 14:53:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.993904000, lastModified=2023-10-03 14:53:23.993108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.993904000, lastModified=2023-10-03 14:53:23.993108000, delta=796000 ns, racy<=12500 ns 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.994157000, lastModified=2023-10-03 14:53:23.993108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.994157000, lastModified=2023-10-03 14:53:23.993108000, delta=1049000 ns, racy<=12500 ns 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.994383000, lastModified=2023-10-03 14:53:23.993108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.994383000, lastModified=2023-10-03 14:53:23.993108000, delta=1275000 ns, racy<=12500 ns 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.994641000, lastModified=2023-10-03 14:53:23.993108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.994641000, lastModified=2023-10-03 14:53:23.993108000, delta=1533000 ns, racy<=12500 ns 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.994870000, lastModified=2023-10-03 14:53:23.994108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.994870000, lastModified=2023-10-03 14:53:23.994108000, delta=762000 ns, racy<=12500 ns 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.995101000, lastModified=2023-10-03 14:53:23.994108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.995101000, lastModified=2023-10-03 14:53:23.994108000, delta=993000 ns, racy<=12500 ns 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.995340000, lastModified=2023-10-03 14:53:23.994108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.995340000, lastModified=2023-10-03 14:53:23.994108000, delta=1232000 ns, racy<=12500 ns 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.995563000, lastModified=2023-10-03 14:53:23.994108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.995563000, lastModified=2023-10-03 14:53:23.994108000, delta=1455000 ns, racy<=12500 ns 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.995790000, lastModified=2023-10-03 14:53:23.995108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.995790000, lastModified=2023-10-03 14:53:23.995108000, delta=682000 ns, racy<=12500 ns 14:53:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.996023000, lastModified=2023-10-03 14:53:23.995108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.996023000, lastModified=2023-10-03 14:53:23.995108000, delta=915000 ns, racy<=12500 ns 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.996248000, lastModified=2023-10-03 14:53:23.995108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.996248000, lastModified=2023-10-03 14:53:23.995108000, delta=1140000 ns, racy<=12500 ns 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.996465000, lastModified=2023-10-03 14:53:23.995108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.996465000, lastModified=2023-10-03 14:53:23.995108000, delta=1357000 ns, racy<=12500 ns 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.996688000, lastModified=2023-10-03 14:53:23.995108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.995108000 to 2023-10-03 14:53:23.996108000 14:53:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.996910000, lastModified=2023-10-03 14:53:23.996108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.996910000, lastModified=2023-10-03 14:53:23.996108000, delta=802000 ns, racy<=12500 ns 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.997132000, lastModified=2023-10-03 14:53:23.996108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.997132000, lastModified=2023-10-03 14:53:23.996108000, delta=1024000 ns, racy<=12500 ns 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.997353000, lastModified=2023-10-03 14:53:23.996108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.997353000, lastModified=2023-10-03 14:53:23.996108000, delta=1245000 ns, racy<=12500 ns 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.997563000, lastModified=2023-10-03 14:53:23.996108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.997563000, lastModified=2023-10-03 14:53:23.996108000, delta=1455000 ns, racy<=12500 ns 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.997789000, lastModified=2023-10-03 14:53:23.997108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.997789000, lastModified=2023-10-03 14:53:23.997108000, delta=681000 ns, racy<=12500 ns 14:53:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.998051000, lastModified=2023-10-03 14:53:23.997108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.998051000, lastModified=2023-10-03 14:53:23.997108000, delta=943000 ns, racy<=12500 ns 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.998298000, lastModified=2023-10-03 14:53:23.997108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.998298000, lastModified=2023-10-03 14:53:23.997108000, delta=1190000 ns, racy<=12500 ns 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.998537000, lastModified=2023-10-03 14:53:23.997108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.998537000, lastModified=2023-10-03 14:53:23.997108000, delta=1429000 ns, racy<=12500 ns 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.998768000, lastModified=2023-10-03 14:53:23.997108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.997108000 to 2023-10-03 14:53:23.998108000 14:53:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.998978000, lastModified=2023-10-03 14:53:23.998108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.998978000, lastModified=2023-10-03 14:53:23.998108000, delta=870000 ns, racy<=12500 ns 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.999215000, lastModified=2023-10-03 14:53:23.998108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.999215000, lastModified=2023-10-03 14:53:23.998108000, delta=1107000 ns, racy<=12500 ns 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.999433000, lastModified=2023-10-03 14:53:23.998108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.999433000, lastModified=2023-10-03 14:53:23.998108000, delta=1325000 ns, racy<=12500 ns 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.999653000, lastModified=2023-10-03 14:53:23.998108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.998108000 to 2023-10-03 14:53:23.999108000 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:23.999870000, lastModified=2023-10-03 14:53:23.999108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:23.999870000, lastModified=2023-10-03 14:53:23.999108000, delta=762000 ns, racy<=12500 ns 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.000101000, lastModified=2023-10-03 14:53:23.999108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.000101000, lastModified=2023-10-03 14:53:23.999108000, delta=993000 ns, racy<=12500 ns 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.000323000, lastModified=2023-10-03 14:53:23.999108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.000323000, lastModified=2023-10-03 14:53:23.999108000, delta=1215000 ns, racy<=12500 ns 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.000541000, lastModified=2023-10-03 14:53:23.999108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.000541000, lastModified=2023-10-03 14:53:23.999108000, delta=1433000 ns, racy<=12500 ns 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.000766000, lastModified=2023-10-03 14:53:23.999108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:23.999108000 to 2023-10-03 14:53:24.000108000 14:53:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.000976000, lastModified=2023-10-03 14:53:24.000108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.000976000, lastModified=2023-10-03 14:53:24.000108000, delta=868000 ns, racy<=12500 ns 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.001543000, lastModified=2023-10-03 14:53:24.000108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.001543000, lastModified=2023-10-03 14:53:24.000108000, delta=1435000 ns, racy<=12500 ns 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.001786000, lastModified=2023-10-03 14:53:24.001108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.001786000, lastModified=2023-10-03 14:53:24.001108000, delta=678000 ns, racy<=12500 ns 14:53:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.002014000, lastModified=2023-10-03 14:53:24.001108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.002014000, lastModified=2023-10-03 14:53:24.001108000, delta=906000 ns, racy<=12500 ns 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.002253000, lastModified=2023-10-03 14:53:24.001108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.002253000, lastModified=2023-10-03 14:53:24.001108000, delta=1145000 ns, racy<=12500 ns 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.002480000, lastModified=2023-10-03 14:53:24.001108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.002480000, lastModified=2023-10-03 14:53:24.001108000, delta=1372000 ns, racy<=12500 ns 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.002702000, lastModified=2023-10-03 14:53:24.001108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.001108000 to 2023-10-03 14:53:24.002108000 14:53:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.002919000, lastModified=2023-10-03 14:53:24.002108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.002919000, lastModified=2023-10-03 14:53:24.002108000, delta=811000 ns, racy<=12500 ns 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.003145000, lastModified=2023-10-03 14:53:24.002108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.003145000, lastModified=2023-10-03 14:53:24.002108000, delta=1037000 ns, racy<=12500 ns 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.003362000, lastModified=2023-10-03 14:53:24.002108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.003362000, lastModified=2023-10-03 14:53:24.002108000, delta=1254000 ns, racy<=12500 ns 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.003576000, lastModified=2023-10-03 14:53:24.002108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.003576000, lastModified=2023-10-03 14:53:24.002108000, delta=1468000 ns, racy<=12500 ns 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.003802000, lastModified=2023-10-03 14:53:24.003108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.003802000, lastModified=2023-10-03 14:53:24.003108000, delta=694000 ns, racy<=12500 ns 14:53:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.004024000, lastModified=2023-10-03 14:53:24.003108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.004024000, lastModified=2023-10-03 14:53:24.003108000, delta=916000 ns, racy<=12500 ns 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.004250000, lastModified=2023-10-03 14:53:24.003108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.004250000, lastModified=2023-10-03 14:53:24.003108000, delta=1142000 ns, racy<=12500 ns 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.004471000, lastModified=2023-10-03 14:53:24.003108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.004471000, lastModified=2023-10-03 14:53:24.003108000, delta=1363000 ns, racy<=12500 ns 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.004688000, lastModified=2023-10-03 14:53:24.003108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.003108000 to 2023-10-03 14:53:24.004108000 14:53:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.004906000, lastModified=2023-10-03 14:53:24.004108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.004906000, lastModified=2023-10-03 14:53:24.004108000, delta=798000 ns, racy<=12500 ns 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.005143000, lastModified=2023-10-03 14:53:24.004108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.005143000, lastModified=2023-10-03 14:53:24.004108000, delta=1035000 ns, racy<=12500 ns 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.005364000, lastModified=2023-10-03 14:53:24.004108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.005364000, lastModified=2023-10-03 14:53:24.004108000, delta=1256000 ns, racy<=12500 ns 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.005582000, lastModified=2023-10-03 14:53:24.004108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.005582000, lastModified=2023-10-03 14:53:24.004108000, delta=1474000 ns, racy<=12500 ns 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.005827000, lastModified=2023-10-03 14:53:24.005108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.005827000, lastModified=2023-10-03 14:53:24.005108000, delta=719000 ns, racy<=12500 ns 14:53:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.006045000, lastModified=2023-10-03 14:53:24.005108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.006045000, lastModified=2023-10-03 14:53:24.005108000, delta=937000 ns, racy<=12500 ns 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.006277000, lastModified=2023-10-03 14:53:24.005108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.006277000, lastModified=2023-10-03 14:53:24.005108000, delta=1169000 ns, racy<=12500 ns 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.006493000, lastModified=2023-10-03 14:53:24.005108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.006493000, lastModified=2023-10-03 14:53:24.005108000, delta=1385000 ns, racy<=12500 ns 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.006708000, lastModified=2023-10-03 14:53:24.005108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.005108000 to 2023-10-03 14:53:24.006108000 14:53:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.006938000, lastModified=2023-10-03 14:53:24.006108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.006938000, lastModified=2023-10-03 14:53:24.006108000, delta=830000 ns, racy<=12500 ns 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.007168000, lastModified=2023-10-03 14:53:24.006108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.007168000, lastModified=2023-10-03 14:53:24.006108000, delta=1060000 ns, racy<=12500 ns 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.007386000, lastModified=2023-10-03 14:53:24.006108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.007386000, lastModified=2023-10-03 14:53:24.006108000, delta=1278000 ns, racy<=12500 ns 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.007604000, lastModified=2023-10-03 14:53:24.006108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.007604000, lastModified=2023-10-03 14:53:24.006108000, delta=1496000 ns, racy<=12500 ns 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.007829000, lastModified=2023-10-03 14:53:24.007108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.007829000, lastModified=2023-10-03 14:53:24.007108000, delta=721000 ns, racy<=12500 ns 14:53:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.008051000, lastModified=2023-10-03 14:53:24.007108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.008051000, lastModified=2023-10-03 14:53:24.007108000, delta=943000 ns, racy<=12500 ns 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.008278000, lastModified=2023-10-03 14:53:24.007108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.008278000, lastModified=2023-10-03 14:53:24.007108000, delta=1170000 ns, racy<=12500 ns 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.008495000, lastModified=2023-10-03 14:53:24.007108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.008495000, lastModified=2023-10-03 14:53:24.007108000, delta=1387000 ns, racy<=12500 ns 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.008721000, lastModified=2023-10-03 14:53:24.007108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.007108000 to 2023-10-03 14:53:24.008108000 14:53:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.008987000, lastModified=2023-10-03 14:53:24.008108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.008987000, lastModified=2023-10-03 14:53:24.008108000, delta=879000 ns, racy<=12500 ns 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.009219000, lastModified=2023-10-03 14:53:24.008108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.009219000, lastModified=2023-10-03 14:53:24.008108000, delta=1111000 ns, racy<=12500 ns 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.009443000, lastModified=2023-10-03 14:53:24.008108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.009443000, lastModified=2023-10-03 14:53:24.008108000, delta=1335000 ns, racy<=12500 ns 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.009666000, lastModified=2023-10-03 14:53:24.008108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.008108000 to 2023-10-03 14:53:24.009108000 14:53:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.009920000, lastModified=2023-10-03 14:53:24.009108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.009920000, lastModified=2023-10-03 14:53:24.009108000, delta=812000 ns, racy<=12500 ns 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.010154000, lastModified=2023-10-03 14:53:24.009108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.010154000, lastModified=2023-10-03 14:53:24.009108000, delta=1046000 ns, racy<=12500 ns 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.010373000, lastModified=2023-10-03 14:53:24.009108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.010373000, lastModified=2023-10-03 14:53:24.009108000, delta=1265000 ns, racy<=12500 ns 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.010588000, lastModified=2023-10-03 14:53:24.009108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.010588000, lastModified=2023-10-03 14:53:24.009108000, delta=1480000 ns, racy<=12500 ns 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.010813000, lastModified=2023-10-03 14:53:24.010108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.010813000, lastModified=2023-10-03 14:53:24.010108000, delta=705000 ns, racy<=12500 ns 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.011146000, lastModified=2023-10-03 14:53:24.010108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.011146000, lastModified=2023-10-03 14:53:24.010108000, delta=1038000 ns, racy<=12500 ns 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.011386000, lastModified=2023-10-03 14:53:24.010108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.011386000, lastModified=2023-10-03 14:53:24.010108000, delta=1278000 ns, racy<=12500 ns 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.011606000, lastModified=2023-10-03 14:53:24.010108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.011606000, lastModified=2023-10-03 14:53:24.010108000, delta=1498000 ns, racy<=12500 ns 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.011834000, lastModified=2023-10-03 14:53:24.011108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.011834000, lastModified=2023-10-03 14:53:24.011108000, delta=726000 ns, racy<=12500 ns 14:53:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.012051000, lastModified=2023-10-03 14:53:24.011108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.012051000, lastModified=2023-10-03 14:53:24.011108000, delta=943000 ns, racy<=12500 ns 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.012297000, lastModified=2023-10-03 14:53:24.011108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.012297000, lastModified=2023-10-03 14:53:24.011108000, delta=1189000 ns, racy<=12500 ns 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.012527000, lastModified=2023-10-03 14:53:24.011108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.012527000, lastModified=2023-10-03 14:53:24.011108000, delta=1419000 ns, racy<=12500 ns 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.012779000, lastModified=2023-10-03 14:53:24.011108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.011108000 to 2023-10-03 14:53:24.012108000 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.013058000, lastModified=2023-10-03 14:53:24.012108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.013058000, lastModified=2023-10-03 14:53:24.012108000, delta=950000 ns, racy<=12500 ns 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.013294000, lastModified=2023-10-03 14:53:24.012108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.013294000, lastModified=2023-10-03 14:53:24.012108000, delta=1186000 ns, racy<=12500 ns 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.013514000, lastModified=2023-10-03 14:53:24.012108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.013514000, lastModified=2023-10-03 14:53:24.012108000, delta=1406000 ns, racy<=12500 ns 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.013758000, lastModified=2023-10-03 14:53:24.012108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.012108000 to 2023-10-03 14:53:24.013108000 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.014024000, lastModified=2023-10-03 14:53:24.013108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.014024000, lastModified=2023-10-03 14:53:24.013108000, delta=916000 ns, racy<=12500 ns 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.014272000, lastModified=2023-10-03 14:53:24.013108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.014272000, lastModified=2023-10-03 14:53:24.013108000, delta=1164000 ns, racy<=12500 ns 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.014483000, lastModified=2023-10-03 14:53:24.013108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.014483000, lastModified=2023-10-03 14:53:24.013108000, delta=1375000 ns, racy<=12500 ns 14:53:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.015029000, lastModified=2023-10-03 14:53:24.013108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.013108000 to 2023-10-03 14:53:24.014108000 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.015268000, lastModified=2023-10-03 14:53:24.014108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.015268000, lastModified=2023-10-03 14:53:24.014108000, delta=1160000 ns, racy<=12500 ns 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.015498000, lastModified=2023-10-03 14:53:24.014108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.015498000, lastModified=2023-10-03 14:53:24.014108000, delta=1390000 ns, racy<=12500 ns 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.015718000, lastModified=2023-10-03 14:53:24.014108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.014108000 to 2023-10-03 14:53:24.015108000 14:53:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.015944000, lastModified=2023-10-03 14:53:24.015108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.015944000, lastModified=2023-10-03 14:53:24.015108000, delta=836000 ns, racy<=12500 ns 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.016170000, lastModified=2023-10-03 14:53:24.015108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.016170000, lastModified=2023-10-03 14:53:24.015108000, delta=1062000 ns, racy<=12500 ns 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.016412000, lastModified=2023-10-03 14:53:24.015108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.016412000, lastModified=2023-10-03 14:53:24.015108000, delta=1304000 ns, racy<=12500 ns 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.016642000, lastModified=2023-10-03 14:53:24.015108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.016642000, lastModified=2023-10-03 14:53:24.015108000, delta=1534000 ns, racy<=12500 ns 14:53:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.019677000, lastModified=2023-10-03 14:53:24.018108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.018108000 to 2023-10-03 14:53:24.019108000 14:53:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.019987000, lastModified=2023-10-03 14:53:24.019108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.019987000, lastModified=2023-10-03 14:53:24.019108000, delta=879000 ns, racy<=12500 ns 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.020239000, lastModified=2023-10-03 14:53:24.019108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.020239000, lastModified=2023-10-03 14:53:24.019108000, delta=1131000 ns, racy<=12500 ns 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.020551000, lastModified=2023-10-03 14:53:24.019108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.020551000, lastModified=2023-10-03 14:53:24.019108000, delta=1443000 ns, racy<=12500 ns 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.020777000, lastModified=2023-10-03 14:53:24.020108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.020777000, lastModified=2023-10-03 14:53:24.020108000, delta=669000 ns, racy<=12500 ns 14:53:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.021002000, lastModified=2023-10-03 14:53:24.020108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.021002000, lastModified=2023-10-03 14:53:24.020108000, delta=894000 ns, racy<=12500 ns 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.021231000, lastModified=2023-10-03 14:53:24.020108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.021231000, lastModified=2023-10-03 14:53:24.020108000, delta=1123000 ns, racy<=12500 ns 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.021452000, lastModified=2023-10-03 14:53:24.020108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.021452000, lastModified=2023-10-03 14:53:24.020108000, delta=1344000 ns, racy<=12500 ns 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.021669000, lastModified=2023-10-03 14:53:24.020108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.020108000 to 2023-10-03 14:53:24.021108000 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.022371000, lastModified=2023-10-03 14:53:24.021108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.022371000, lastModified=2023-10-03 14:53:24.021108000, delta=1263000 ns, racy<=12500 ns 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.022626000, lastModified=2023-10-03 14:53:24.021108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.022626000, lastModified=2023-10-03 14:53:24.021108000, delta=1518000 ns, racy<=12500 ns 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.022862000, lastModified=2023-10-03 14:53:24.022108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.022862000, lastModified=2023-10-03 14:53:24.022108000, delta=754000 ns, racy<=12500 ns 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.023121000, lastModified=2023-10-03 14:53:24.022108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.023121000, lastModified=2023-10-03 14:53:24.022108000, delta=1013000 ns, racy<=12500 ns 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.023361000, lastModified=2023-10-03 14:53:24.022108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.023361000, lastModified=2023-10-03 14:53:24.022108000, delta=1253000 ns, racy<=12500 ns 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.023588000, lastModified=2023-10-03 14:53:24.022108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.023588000, lastModified=2023-10-03 14:53:24.022108000, delta=1480000 ns, racy<=12500 ns 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.023835000, lastModified=2023-10-03 14:53:24.023108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.023835000, lastModified=2023-10-03 14:53:24.023108000, delta=727000 ns, racy<=12500 ns 14:53:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.024072000, lastModified=2023-10-03 14:53:24.023108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.024072000, lastModified=2023-10-03 14:53:24.023108000, delta=964000 ns, racy<=12500 ns 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.024308000, lastModified=2023-10-03 14:53:24.023108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.024308000, lastModified=2023-10-03 14:53:24.023108000, delta=1200000 ns, racy<=12500 ns 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.024521000, lastModified=2023-10-03 14:53:24.023108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.024521000, lastModified=2023-10-03 14:53:24.023108000, delta=1413000 ns, racy<=12500 ns 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.024741000, lastModified=2023-10-03 14:53:24.023108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.023108000 to 2023-10-03 14:53:24.024108000 14:53:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.024953000, lastModified=2023-10-03 14:53:24.024108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.024953000, lastModified=2023-10-03 14:53:24.024108000, delta=845000 ns, racy<=12500 ns 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.025182000, lastModified=2023-10-03 14:53:24.024108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.025182000, lastModified=2023-10-03 14:53:24.024108000, delta=1074000 ns, racy<=12500 ns 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.025400000, lastModified=2023-10-03 14:53:24.024108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.025400000, lastModified=2023-10-03 14:53:24.024108000, delta=1292000 ns, racy<=12500 ns 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.025614000, lastModified=2023-10-03 14:53:24.024108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.025614000, lastModified=2023-10-03 14:53:24.024108000, delta=1506000 ns, racy<=12500 ns 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.025839000, lastModified=2023-10-03 14:53:24.025108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.025839000, lastModified=2023-10-03 14:53:24.025108000, delta=731000 ns, racy<=12500 ns 14:53:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.026068000, lastModified=2023-10-03 14:53:24.025108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.026068000, lastModified=2023-10-03 14:53:24.025108000, delta=960000 ns, racy<=12500 ns 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.026309000, lastModified=2023-10-03 14:53:24.025108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.026309000, lastModified=2023-10-03 14:53:24.025108000, delta=1201000 ns, racy<=12500 ns 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.026553000, lastModified=2023-10-03 14:53:24.025108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.026553000, lastModified=2023-10-03 14:53:24.025108000, delta=1445000 ns, racy<=12500 ns 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.026808000, lastModified=2023-10-03 14:53:24.026108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.026808000, lastModified=2023-10-03 14:53:24.026108000, delta=700000 ns, racy<=12500 ns 14:53:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.027047000, lastModified=2023-10-03 14:53:24.026108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.027047000, lastModified=2023-10-03 14:53:24.026108000, delta=939000 ns, racy<=12500 ns 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.027287000, lastModified=2023-10-03 14:53:24.026108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.027287000, lastModified=2023-10-03 14:53:24.026108000, delta=1179000 ns, racy<=12500 ns 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.027512000, lastModified=2023-10-03 14:53:24.026108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.027512000, lastModified=2023-10-03 14:53:24.026108000, delta=1404000 ns, racy<=12500 ns 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.027748000, lastModified=2023-10-03 14:53:24.026108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.026108000 to 2023-10-03 14:53:24.027108000 14:53:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.027966000, lastModified=2023-10-03 14:53:24.027108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.027966000, lastModified=2023-10-03 14:53:24.027108000, delta=858000 ns, racy<=12500 ns 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.028191000, lastModified=2023-10-03 14:53:24.027108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.028191000, lastModified=2023-10-03 14:53:24.027108000, delta=1083000 ns, racy<=12500 ns 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.028409000, lastModified=2023-10-03 14:53:24.027108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.028409000, lastModified=2023-10-03 14:53:24.027108000, delta=1301000 ns, racy<=12500 ns 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.028621000, lastModified=2023-10-03 14:53:24.027108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.028621000, lastModified=2023-10-03 14:53:24.027108000, delta=1513000 ns, racy<=12500 ns 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.028847000, lastModified=2023-10-03 14:53:24.028108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.028847000, lastModified=2023-10-03 14:53:24.028108000, delta=739000 ns, racy<=12500 ns 14:53:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.029065000, lastModified=2023-10-03 14:53:24.028108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.029065000, lastModified=2023-10-03 14:53:24.028108000, delta=957000 ns, racy<=12500 ns 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.029289000, lastModified=2023-10-03 14:53:24.028108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.029289000, lastModified=2023-10-03 14:53:24.028108000, delta=1181000 ns, racy<=12500 ns 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.029509000, lastModified=2023-10-03 14:53:24.028108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.029509000, lastModified=2023-10-03 14:53:24.028108000, delta=1401000 ns, racy<=12500 ns 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.029724000, lastModified=2023-10-03 14:53:24.028108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.028108000 to 2023-10-03 14:53:24.029108000 14:53:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.029945000, lastModified=2023-10-03 14:53:24.029108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.029945000, lastModified=2023-10-03 14:53:24.029108000, delta=837000 ns, racy<=12500 ns 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.030170000, lastModified=2023-10-03 14:53:24.029108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.030170000, lastModified=2023-10-03 14:53:24.029108000, delta=1062000 ns, racy<=12500 ns 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.030388000, lastModified=2023-10-03 14:53:24.029108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.030388000, lastModified=2023-10-03 14:53:24.029108000, delta=1280000 ns, racy<=12500 ns 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.030607000, lastModified=2023-10-03 14:53:24.029108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.030607000, lastModified=2023-10-03 14:53:24.029108000, delta=1499000 ns, racy<=12500 ns 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.030833000, lastModified=2023-10-03 14:53:24.030108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.030833000, lastModified=2023-10-03 14:53:24.030108000, delta=725000 ns, racy<=12500 ns 14:53:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.031048000, lastModified=2023-10-03 14:53:24.030108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.031048000, lastModified=2023-10-03 14:53:24.030108000, delta=940000 ns, racy<=12500 ns 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.031273000, lastModified=2023-10-03 14:53:24.030108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.031273000, lastModified=2023-10-03 14:53:24.030108000, delta=1165000 ns, racy<=12500 ns 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.031491000, lastModified=2023-10-03 14:53:24.030108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.031491000, lastModified=2023-10-03 14:53:24.030108000, delta=1383000 ns, racy<=12500 ns 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.031708000, lastModified=2023-10-03 14:53:24.030108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.030108000 to 2023-10-03 14:53:24.031108000 14:53:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.031923000, lastModified=2023-10-03 14:53:24.031108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.031923000, lastModified=2023-10-03 14:53:24.031108000, delta=815000 ns, racy<=12500 ns 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.032147000, lastModified=2023-10-03 14:53:24.031108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.032147000, lastModified=2023-10-03 14:53:24.031108000, delta=1039000 ns, racy<=12500 ns 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.032363000, lastModified=2023-10-03 14:53:24.031108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.032363000, lastModified=2023-10-03 14:53:24.031108000, delta=1255000 ns, racy<=12500 ns 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.032580000, lastModified=2023-10-03 14:53:24.031108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.032580000, lastModified=2023-10-03 14:53:24.031108000, delta=1472000 ns, racy<=12500 ns 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.032808000, lastModified=2023-10-03 14:53:24.032108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.032808000, lastModified=2023-10-03 14:53:24.032108000, delta=700000 ns, racy<=12500 ns 14:53:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.033030000, lastModified=2023-10-03 14:53:24.032108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.033030000, lastModified=2023-10-03 14:53:24.032108000, delta=922000 ns, racy<=12500 ns 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.033253000, lastModified=2023-10-03 14:53:24.032108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.033253000, lastModified=2023-10-03 14:53:24.032108000, delta=1145000 ns, racy<=12500 ns 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.033478000, lastModified=2023-10-03 14:53:24.032108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.033478000, lastModified=2023-10-03 14:53:24.032108000, delta=1370000 ns, racy<=12500 ns 14:53:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.034035000, lastModified=2023-10-03 14:53:24.032108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.032108000 to 2023-10-03 14:53:24.033108000 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.034278000, lastModified=2023-10-03 14:53:24.033108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.034278000, lastModified=2023-10-03 14:53:24.033108000, delta=1170000 ns, racy<=12500 ns 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.034505000, lastModified=2023-10-03 14:53:24.033108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.034505000, lastModified=2023-10-03 14:53:24.033108000, delta=1397000 ns, racy<=12500 ns 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.034722000, lastModified=2023-10-03 14:53:24.033108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.033108000 to 2023-10-03 14:53:24.034108000 14:53:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.034951000, lastModified=2023-10-03 14:53:24.034108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.034951000, lastModified=2023-10-03 14:53:24.034108000, delta=843000 ns, racy<=12500 ns 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.035180000, lastModified=2023-10-03 14:53:24.034108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.035180000, lastModified=2023-10-03 14:53:24.034108000, delta=1072000 ns, racy<=12500 ns 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.035393000, lastModified=2023-10-03 14:53:24.034108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.035393000, lastModified=2023-10-03 14:53:24.034108000, delta=1285000 ns, racy<=12500 ns 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.035603000, lastModified=2023-10-03 14:53:24.034108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.035603000, lastModified=2023-10-03 14:53:24.034108000, delta=1495000 ns, racy<=12500 ns 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.035853000, lastModified=2023-10-03 14:53:24.035108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.035853000, lastModified=2023-10-03 14:53:24.035108000, delta=745000 ns, racy<=12500 ns 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.036108000, lastModified=2023-10-03 14:53:24.035108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.036108000, lastModified=2023-10-03 14:53:24.035108000, delta=1000000 ns, racy<=12500 ns 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.036339000, lastModified=2023-10-03 14:53:24.035108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.036339000, lastModified=2023-10-03 14:53:24.035108000, delta=1231000 ns, racy<=12500 ns 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.036568000, lastModified=2023-10-03 14:53:24.035108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.036568000, lastModified=2023-10-03 14:53:24.035108000, delta=1460000 ns, racy<=12500 ns 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.036828000, lastModified=2023-10-03 14:53:24.036108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.036828000, lastModified=2023-10-03 14:53:24.036108000, delta=720000 ns, racy<=12500 ns 14:53:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.037054000, lastModified=2023-10-03 14:53:24.036108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.037054000, lastModified=2023-10-03 14:53:24.036108000, delta=946000 ns, racy<=12500 ns 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.037295000, lastModified=2023-10-03 14:53:24.036108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.037295000, lastModified=2023-10-03 14:53:24.036108000, delta=1187000 ns, racy<=12500 ns 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.037531000, lastModified=2023-10-03 14:53:24.036108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.037531000, lastModified=2023-10-03 14:53:24.036108000, delta=1423000 ns, racy<=12500 ns 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.037774000, lastModified=2023-10-03 14:53:24.037108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.037774000, lastModified=2023-10-03 14:53:24.037108000, delta=666000 ns, racy<=12500 ns 14:53:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.038013000, lastModified=2023-10-03 14:53:24.037108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.038013000, lastModified=2023-10-03 14:53:24.037108000, delta=905000 ns, racy<=12500 ns 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.038243000, lastModified=2023-10-03 14:53:24.037108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.038243000, lastModified=2023-10-03 14:53:24.037108000, delta=1135000 ns, racy<=12500 ns 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.038456000, lastModified=2023-10-03 14:53:24.037108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.038456000, lastModified=2023-10-03 14:53:24.037108000, delta=1348000 ns, racy<=12500 ns 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.038683000, lastModified=2023-10-03 14:53:24.037108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.037108000 to 2023-10-03 14:53:24.038108000 14:53:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.038906000, lastModified=2023-10-03 14:53:24.038108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.038906000, lastModified=2023-10-03 14:53:24.038108000, delta=798000 ns, racy<=12500 ns 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.039142000, lastModified=2023-10-03 14:53:24.038108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.039142000, lastModified=2023-10-03 14:53:24.038108000, delta=1034000 ns, racy<=12500 ns 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.039378000, lastModified=2023-10-03 14:53:24.038108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.039378000, lastModified=2023-10-03 14:53:24.038108000, delta=1270000 ns, racy<=12500 ns 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.039622000, lastModified=2023-10-03 14:53:24.038108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.039622000, lastModified=2023-10-03 14:53:24.038108000, delta=1514000 ns, racy<=12500 ns 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.039861000, lastModified=2023-10-03 14:53:24.039108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.039861000, lastModified=2023-10-03 14:53:24.039108000, delta=753000 ns, racy<=12500 ns 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.040087000, lastModified=2023-10-03 14:53:24.039108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.040087000, lastModified=2023-10-03 14:53:24.039108000, delta=979000 ns, racy<=12500 ns 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.040304000, lastModified=2023-10-03 14:53:24.039108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.040304000, lastModified=2023-10-03 14:53:24.039108000, delta=1196000 ns, racy<=12500 ns 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.040525000, lastModified=2023-10-03 14:53:24.039108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.040525000, lastModified=2023-10-03 14:53:24.039108000, delta=1417000 ns, racy<=12500 ns 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.040759000, lastModified=2023-10-03 14:53:24.039108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.039108000 to 2023-10-03 14:53:24.040108000 14:53:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.040974000, lastModified=2023-10-03 14:53:24.040108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.040974000, lastModified=2023-10-03 14:53:24.040108000, delta=866000 ns, racy<=12500 ns 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.041196000, lastModified=2023-10-03 14:53:24.040108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.041196000, lastModified=2023-10-03 14:53:24.040108000, delta=1088000 ns, racy<=12500 ns 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.041416000, lastModified=2023-10-03 14:53:24.040108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.041416000, lastModified=2023-10-03 14:53:24.040108000, delta=1308000 ns, racy<=12500 ns 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.041638000, lastModified=2023-10-03 14:53:24.040108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.040108000 to 2023-10-03 14:53:24.041108000 14:53:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.041877000, lastModified=2023-10-03 14:53:24.041108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.041877000, lastModified=2023-10-03 14:53:24.041108000, delta=769000 ns, racy<=12500 ns 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.042126000, lastModified=2023-10-03 14:53:24.041108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.042126000, lastModified=2023-10-03 14:53:24.041108000, delta=1018000 ns, racy<=12500 ns 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.042370000, lastModified=2023-10-03 14:53:24.041108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.042370000, lastModified=2023-10-03 14:53:24.041108000, delta=1262000 ns, racy<=12500 ns 14:53:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.045862000, lastModified=2023-10-03 14:53:24.045108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.045108000 to 2023-10-03 14:53:24.047108000 14:53:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.048086000, lastModified=2023-10-03 14:53:24.047108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.047108000 to 2023-10-03 14:53:24.091108000 14:53:24.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.092671000, lastModified=2023-10-03 14:53:24.091108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.091108000 to 2023-10-03 14:53:24.092108000 14:53:24.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.092941000, lastModified=2023-10-03 14:53:24.092108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.092941000, lastModified=2023-10-03 14:53:24.092108000, delta=833000 ns, racy<=12500 ns 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.093203000, lastModified=2023-10-03 14:53:24.092108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.093203000, lastModified=2023-10-03 14:53:24.092108000, delta=1095000 ns, racy<=12500 ns 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.093443000, lastModified=2023-10-03 14:53:24.092108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.093443000, lastModified=2023-10-03 14:53:24.092108000, delta=1335000 ns, racy<=12500 ns 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.093689000, lastModified=2023-10-03 14:53:24.092108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.092108000 to 2023-10-03 14:53:24.093108000 14:53:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.093923000, lastModified=2023-10-03 14:53:24.093108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.093923000, lastModified=2023-10-03 14:53:24.093108000, delta=815000 ns, racy<=12500 ns 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.094188000, lastModified=2023-10-03 14:53:24.093108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.094188000, lastModified=2023-10-03 14:53:24.093108000, delta=1080000 ns, racy<=12500 ns 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.094420000, lastModified=2023-10-03 14:53:24.093108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.094420000, lastModified=2023-10-03 14:53:24.093108000, delta=1312000 ns, racy<=12500 ns 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.094652000, lastModified=2023-10-03 14:53:24.093108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.093108000 to 2023-10-03 14:53:24.094108000 14:53:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.094893000, lastModified=2023-10-03 14:53:24.094108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.094893000, lastModified=2023-10-03 14:53:24.094108000, delta=785000 ns, racy<=12500 ns 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.095171000, lastModified=2023-10-03 14:53:24.094108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.095171000, lastModified=2023-10-03 14:53:24.094108000, delta=1063000 ns, racy<=12500 ns 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.095403000, lastModified=2023-10-03 14:53:24.094108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.095403000, lastModified=2023-10-03 14:53:24.094108000, delta=1295000 ns, racy<=12500 ns 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.095631000, lastModified=2023-10-03 14:53:24.094108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.095631000, lastModified=2023-10-03 14:53:24.094108000, delta=1523000 ns, racy<=12500 ns 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.095872000, lastModified=2023-10-03 14:53:24.095108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.095872000, lastModified=2023-10-03 14:53:24.095108000, delta=764000 ns, racy<=12500 ns 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.096102000, lastModified=2023-10-03 14:53:24.095108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.096102000, lastModified=2023-10-03 14:53:24.095108000, delta=994000 ns, racy<=12500 ns 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.096331000, lastModified=2023-10-03 14:53:24.095108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.096331000, lastModified=2023-10-03 14:53:24.095108000, delta=1223000 ns, racy<=12500 ns 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.096552000, lastModified=2023-10-03 14:53:24.095108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.096552000, lastModified=2023-10-03 14:53:24.095108000, delta=1444000 ns, racy<=12500 ns 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.096783000, lastModified=2023-10-03 14:53:24.096108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.096783000, lastModified=2023-10-03 14:53:24.096108000, delta=675000 ns, racy<=12500 ns 14:53:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.097003000, lastModified=2023-10-03 14:53:24.096108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.097003000, lastModified=2023-10-03 14:53:24.096108000, delta=895000 ns, racy<=12500 ns 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.097237000, lastModified=2023-10-03 14:53:24.096108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.097237000, lastModified=2023-10-03 14:53:24.096108000, delta=1129000 ns, racy<=12500 ns 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.097462000, lastModified=2023-10-03 14:53:24.096108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.097462000, lastModified=2023-10-03 14:53:24.096108000, delta=1354000 ns, racy<=12500 ns 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.097673000, lastModified=2023-10-03 14:53:24.096108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.096108000 to 2023-10-03 14:53:24.097108000 14:53:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.097893000, lastModified=2023-10-03 14:53:24.097108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.097893000, lastModified=2023-10-03 14:53:24.097108000, delta=785000 ns, racy<=12500 ns 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.098118000, lastModified=2023-10-03 14:53:24.097108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.098118000, lastModified=2023-10-03 14:53:24.097108000, delta=1010000 ns, racy<=12500 ns 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.098332000, lastModified=2023-10-03 14:53:24.097108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.098332000, lastModified=2023-10-03 14:53:24.097108000, delta=1224000 ns, racy<=12500 ns 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.098549000, lastModified=2023-10-03 14:53:24.097108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.098549000, lastModified=2023-10-03 14:53:24.097108000, delta=1441000 ns, racy<=12500 ns 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.098769000, lastModified=2023-10-03 14:53:24.098108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.098769000, lastModified=2023-10-03 14:53:24.098108000, delta=661000 ns, racy<=12500 ns 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.098982000, lastModified=2023-10-03 14:53:24.098108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.098982000, lastModified=2023-10-03 14:53:24.098108000, delta=874000 ns, racy<=12500 ns 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.099212000, lastModified=2023-10-03 14:53:24.098108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.099212000, lastModified=2023-10-03 14:53:24.098108000, delta=1104000 ns, racy<=12500 ns 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.099427000, lastModified=2023-10-03 14:53:24.098108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.099427000, lastModified=2023-10-03 14:53:24.098108000, delta=1319000 ns, racy<=12500 ns 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.099647000, lastModified=2023-10-03 14:53:24.098108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.099647000, lastModified=2023-10-03 14:53:24.098108000, delta=1539000 ns, racy<=12500 ns 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.099880000, lastModified=2023-10-03 14:53:24.099108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.099880000, lastModified=2023-10-03 14:53:24.099108000, delta=772000 ns, racy<=12500 ns 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.100120000, lastModified=2023-10-03 14:53:24.099108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.100120000, lastModified=2023-10-03 14:53:24.099108000, delta=1012000 ns, racy<=12500 ns 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.100346000, lastModified=2023-10-03 14:53:24.099108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.100346000, lastModified=2023-10-03 14:53:24.099108000, delta=1238000 ns, racy<=12500 ns 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.100580000, lastModified=2023-10-03 14:53:24.099108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.100580000, lastModified=2023-10-03 14:53:24.099108000, delta=1472000 ns, racy<=12500 ns 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.100803000, lastModified=2023-10-03 14:53:24.100108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.100803000, lastModified=2023-10-03 14:53:24.100108000, delta=695000 ns, racy<=12500 ns 14:53:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.101040000, lastModified=2023-10-03 14:53:24.100108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.101040000, lastModified=2023-10-03 14:53:24.100108000, delta=932000 ns, racy<=12500 ns 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.101279000, lastModified=2023-10-03 14:53:24.100108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.101279000, lastModified=2023-10-03 14:53:24.100108000, delta=1171000 ns, racy<=12500 ns 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.101495000, lastModified=2023-10-03 14:53:24.100108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.101495000, lastModified=2023-10-03 14:53:24.100108000, delta=1387000 ns, racy<=12500 ns 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.101715000, lastModified=2023-10-03 14:53:24.100108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.100108000 to 2023-10-03 14:53:24.101108000 14:53:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.101937000, lastModified=2023-10-03 14:53:24.101108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.101937000, lastModified=2023-10-03 14:53:24.101108000, delta=829000 ns, racy<=12500 ns 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.102162000, lastModified=2023-10-03 14:53:24.101108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.102162000, lastModified=2023-10-03 14:53:24.101108000, delta=1054000 ns, racy<=12500 ns 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.102379000, lastModified=2023-10-03 14:53:24.101108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.102379000, lastModified=2023-10-03 14:53:24.101108000, delta=1271000 ns, racy<=12500 ns 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.102589000, lastModified=2023-10-03 14:53:24.101108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.102589000, lastModified=2023-10-03 14:53:24.101108000, delta=1481000 ns, racy<=12500 ns 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.102809000, lastModified=2023-10-03 14:53:24.102108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.102809000, lastModified=2023-10-03 14:53:24.102108000, delta=701000 ns, racy<=12500 ns 14:53:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.103020000, lastModified=2023-10-03 14:53:24.102108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.103020000, lastModified=2023-10-03 14:53:24.102108000, delta=912000 ns, racy<=12500 ns 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.103244000, lastModified=2023-10-03 14:53:24.102108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.103244000, lastModified=2023-10-03 14:53:24.102108000, delta=1136000 ns, racy<=12500 ns 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.103451000, lastModified=2023-10-03 14:53:24.102108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.103451000, lastModified=2023-10-03 14:53:24.102108000, delta=1343000 ns, racy<=12500 ns 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.103659000, lastModified=2023-10-03 14:53:24.102108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.102108000 to 2023-10-03 14:53:24.103108000 14:53:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.103878000, lastModified=2023-10-03 14:53:24.103108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.103878000, lastModified=2023-10-03 14:53:24.103108000, delta=770000 ns, racy<=12500 ns 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.104100000, lastModified=2023-10-03 14:53:24.103108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.104100000, lastModified=2023-10-03 14:53:24.103108000, delta=992000 ns, racy<=12500 ns 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.104318000, lastModified=2023-10-03 14:53:24.103108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.104318000, lastModified=2023-10-03 14:53:24.103108000, delta=1210000 ns, racy<=12500 ns 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.104532000, lastModified=2023-10-03 14:53:24.103108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.104532000, lastModified=2023-10-03 14:53:24.103108000, delta=1424000 ns, racy<=12500 ns 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.104771000, lastModified=2023-10-03 14:53:24.104108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.104771000, lastModified=2023-10-03 14:53:24.104108000, delta=663000 ns, racy<=12500 ns 14:53:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.104999000, lastModified=2023-10-03 14:53:24.104108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.104999000, lastModified=2023-10-03 14:53:24.104108000, delta=891000 ns, racy<=12500 ns 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.105593000, lastModified=2023-10-03 14:53:24.104108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.105593000, lastModified=2023-10-03 14:53:24.104108000, delta=1485000 ns, racy<=12500 ns 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.105859000, lastModified=2023-10-03 14:53:24.105108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.105859000, lastModified=2023-10-03 14:53:24.105108000, delta=751000 ns, racy<=12500 ns 14:53:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.106069000, lastModified=2023-10-03 14:53:24.105108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.106069000, lastModified=2023-10-03 14:53:24.105108000, delta=961000 ns, racy<=12500 ns 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.106284000, lastModified=2023-10-03 14:53:24.105108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.106284000, lastModified=2023-10-03 14:53:24.105108000, delta=1176000 ns, racy<=12500 ns 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.106487000, lastModified=2023-10-03 14:53:24.105108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.106487000, lastModified=2023-10-03 14:53:24.105108000, delta=1379000 ns, racy<=12500 ns 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.106753000, lastModified=2023-10-03 14:53:24.105108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.105108000 to 2023-10-03 14:53:24.106108000 14:53:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.106973000, lastModified=2023-10-03 14:53:24.106108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.106973000, lastModified=2023-10-03 14:53:24.106108000, delta=865000 ns, racy<=12500 ns 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.107190000, lastModified=2023-10-03 14:53:24.106108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.107190000, lastModified=2023-10-03 14:53:24.106108000, delta=1082000 ns, racy<=12500 ns 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.107398000, lastModified=2023-10-03 14:53:24.106108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.107398000, lastModified=2023-10-03 14:53:24.106108000, delta=1290000 ns, racy<=12500 ns 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.107601000, lastModified=2023-10-03 14:53:24.106108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.107601000, lastModified=2023-10-03 14:53:24.106108000, delta=1493000 ns, racy<=12500 ns 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.107819000, lastModified=2023-10-03 14:53:24.107108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.107819000, lastModified=2023-10-03 14:53:24.107108000, delta=711000 ns, racy<=12500 ns 14:53:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.108063000, lastModified=2023-10-03 14:53:24.107108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.108063000, lastModified=2023-10-03 14:53:24.107108000, delta=955000 ns, racy<=12500 ns 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.108282000, lastModified=2023-10-03 14:53:24.107108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.108282000, lastModified=2023-10-03 14:53:24.107108000, delta=1174000 ns, racy<=12500 ns 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.108487000, lastModified=2023-10-03 14:53:24.107108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.108487000, lastModified=2023-10-03 14:53:24.107108000, delta=1379000 ns, racy<=12500 ns 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.108707000, lastModified=2023-10-03 14:53:24.107108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.107108000 to 2023-10-03 14:53:24.108108000 14:53:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.108913000, lastModified=2023-10-03 14:53:24.108108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.108913000, lastModified=2023-10-03 14:53:24.108108000, delta=805000 ns, racy<=12500 ns 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.109126000, lastModified=2023-10-03 14:53:24.108108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.109126000, lastModified=2023-10-03 14:53:24.108108000, delta=1018000 ns, racy<=12500 ns 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.109337000, lastModified=2023-10-03 14:53:24.108108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.109337000, lastModified=2023-10-03 14:53:24.108108000, delta=1229000 ns, racy<=12500 ns 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.109543000, lastModified=2023-10-03 14:53:24.108108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.109543000, lastModified=2023-10-03 14:53:24.108108000, delta=1435000 ns, racy<=12500 ns 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.109763000, lastModified=2023-10-03 14:53:24.108108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.108108000 to 2023-10-03 14:53:24.109108000 14:53:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.109960000, lastModified=2023-10-03 14:53:24.109108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.109960000, lastModified=2023-10-03 14:53:24.109108000, delta=852000 ns, racy<=12500 ns 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.110178000, lastModified=2023-10-03 14:53:24.109108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.110178000, lastModified=2023-10-03 14:53:24.109108000, delta=1070000 ns, racy<=12500 ns 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.110387000, lastModified=2023-10-03 14:53:24.109108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.110387000, lastModified=2023-10-03 14:53:24.109108000, delta=1279000 ns, racy<=12500 ns 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.110593000, lastModified=2023-10-03 14:53:24.109108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.110593000, lastModified=2023-10-03 14:53:24.109108000, delta=1485000 ns, racy<=12500 ns 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.110853000, lastModified=2023-10-03 14:53:24.110108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.110853000, lastModified=2023-10-03 14:53:24.110108000, delta=745000 ns, racy<=12500 ns 14:53:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.111063000, lastModified=2023-10-03 14:53:24.110108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.111063000, lastModified=2023-10-03 14:53:24.110108000, delta=955000 ns, racy<=12500 ns 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.111286000, lastModified=2023-10-03 14:53:24.110108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.111286000, lastModified=2023-10-03 14:53:24.110108000, delta=1178000 ns, racy<=12500 ns 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.111516000, lastModified=2023-10-03 14:53:24.110108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.111516000, lastModified=2023-10-03 14:53:24.110108000, delta=1408000 ns, racy<=12500 ns 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.111725000, lastModified=2023-10-03 14:53:24.110108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.110108000 to 2023-10-03 14:53:24.111108000 14:53:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.111931000, lastModified=2023-10-03 14:53:24.111108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.111931000, lastModified=2023-10-03 14:53:24.111108000, delta=823000 ns, racy<=12500 ns 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.112142000, lastModified=2023-10-03 14:53:24.111108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.112142000, lastModified=2023-10-03 14:53:24.111108000, delta=1034000 ns, racy<=12500 ns 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.112384000, lastModified=2023-10-03 14:53:24.111108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.112384000, lastModified=2023-10-03 14:53:24.111108000, delta=1276000 ns, racy<=12500 ns 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.112604000, lastModified=2023-10-03 14:53:24.111108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.112604000, lastModified=2023-10-03 14:53:24.111108000, delta=1496000 ns, racy<=12500 ns 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.112832000, lastModified=2023-10-03 14:53:24.112108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.112832000, lastModified=2023-10-03 14:53:24.112108000, delta=724000 ns, racy<=12500 ns 14:53:24.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.113053000, lastModified=2023-10-03 14:53:24.112108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.113053000, lastModified=2023-10-03 14:53:24.112108000, delta=945000 ns, racy<=12500 ns 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.113278000, lastModified=2023-10-03 14:53:24.112108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.113278000, lastModified=2023-10-03 14:53:24.112108000, delta=1170000 ns, racy<=12500 ns 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.113493000, lastModified=2023-10-03 14:53:24.112108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.113493000, lastModified=2023-10-03 14:53:24.112108000, delta=1385000 ns, racy<=12500 ns 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.113708000, lastModified=2023-10-03 14:53:24.112108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.112108000 to 2023-10-03 14:53:24.113108000 14:53:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.113921000, lastModified=2023-10-03 14:53:24.113108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.113921000, lastModified=2023-10-03 14:53:24.113108000, delta=813000 ns, racy<=12500 ns 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.114146000, lastModified=2023-10-03 14:53:24.113108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.114146000, lastModified=2023-10-03 14:53:24.113108000, delta=1038000 ns, racy<=12500 ns 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.114363000, lastModified=2023-10-03 14:53:24.113108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.114363000, lastModified=2023-10-03 14:53:24.113108000, delta=1255000 ns, racy<=12500 ns 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.114580000, lastModified=2023-10-03 14:53:24.113108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.114580000, lastModified=2023-10-03 14:53:24.113108000, delta=1472000 ns, racy<=12500 ns 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.114817000, lastModified=2023-10-03 14:53:24.114108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.114817000, lastModified=2023-10-03 14:53:24.114108000, delta=709000 ns, racy<=12500 ns 14:53:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.115041000, lastModified=2023-10-03 14:53:24.114108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.115041000, lastModified=2023-10-03 14:53:24.114108000, delta=933000 ns, racy<=12500 ns 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.115271000, lastModified=2023-10-03 14:53:24.114108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.115271000, lastModified=2023-10-03 14:53:24.114108000, delta=1163000 ns, racy<=12500 ns 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.115487000, lastModified=2023-10-03 14:53:24.114108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.115487000, lastModified=2023-10-03 14:53:24.114108000, delta=1379000 ns, racy<=12500 ns 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.115709000, lastModified=2023-10-03 14:53:24.114108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.114108000 to 2023-10-03 14:53:24.115108000 14:53:24.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.115924000, lastModified=2023-10-03 14:53:24.115108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.115924000, lastModified=2023-10-03 14:53:24.115108000, delta=816000 ns, racy<=12500 ns 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.116153000, lastModified=2023-10-03 14:53:24.115108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.116153000, lastModified=2023-10-03 14:53:24.115108000, delta=1045000 ns, racy<=12500 ns 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.116372000, lastModified=2023-10-03 14:53:24.115108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.116372000, lastModified=2023-10-03 14:53:24.115108000, delta=1264000 ns, racy<=12500 ns 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.116587000, lastModified=2023-10-03 14:53:24.115108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.116587000, lastModified=2023-10-03 14:53:24.115108000, delta=1479000 ns, racy<=12500 ns 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.116808000, lastModified=2023-10-03 14:53:24.116108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.116808000, lastModified=2023-10-03 14:53:24.116108000, delta=700000 ns, racy<=12500 ns 14:53:24.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.117032000, lastModified=2023-10-03 14:53:24.116108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.117032000, lastModified=2023-10-03 14:53:24.116108000, delta=924000 ns, racy<=12500 ns 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.117267000, lastModified=2023-10-03 14:53:24.116108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.117267000, lastModified=2023-10-03 14:53:24.116108000, delta=1159000 ns, racy<=12500 ns 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.117483000, lastModified=2023-10-03 14:53:24.116108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.117483000, lastModified=2023-10-03 14:53:24.116108000, delta=1375000 ns, racy<=12500 ns 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.117697000, lastModified=2023-10-03 14:53:24.116108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.116108000 to 2023-10-03 14:53:24.117108000 14:53:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.117908000, lastModified=2023-10-03 14:53:24.117108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.117908000, lastModified=2023-10-03 14:53:24.117108000, delta=800000 ns, racy<=12500 ns 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.118139000, lastModified=2023-10-03 14:53:24.117108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.118139000, lastModified=2023-10-03 14:53:24.117108000, delta=1031000 ns, racy<=12500 ns 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.118678000, lastModified=2023-10-03 14:53:24.117108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.117108000 to 2023-10-03 14:53:24.118108000 14:53:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.118909000, lastModified=2023-10-03 14:53:24.118108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.118909000, lastModified=2023-10-03 14:53:24.118108000, delta=801000 ns, racy<=12500 ns 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.119126000, lastModified=2023-10-03 14:53:24.118108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.119126000, lastModified=2023-10-03 14:53:24.118108000, delta=1018000 ns, racy<=12500 ns 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.119340000, lastModified=2023-10-03 14:53:24.118108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.119340000, lastModified=2023-10-03 14:53:24.118108000, delta=1232000 ns, racy<=12500 ns 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.119549000, lastModified=2023-10-03 14:53:24.118108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.119549000, lastModified=2023-10-03 14:53:24.118108000, delta=1441000 ns, racy<=12500 ns 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.119799000, lastModified=2023-10-03 14:53:24.118108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.118108000 to 2023-10-03 14:53:24.119108000 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.120002000, lastModified=2023-10-03 14:53:24.119108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.120002000, lastModified=2023-10-03 14:53:24.119108000, delta=894000 ns, racy<=12500 ns 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.120236000, lastModified=2023-10-03 14:53:24.119108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.120236000, lastModified=2023-10-03 14:53:24.119108000, delta=1128000 ns, racy<=12500 ns 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.120452000, lastModified=2023-10-03 14:53:24.119108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.120452000, lastModified=2023-10-03 14:53:24.119108000, delta=1344000 ns, racy<=12500 ns 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.120663000, lastModified=2023-10-03 14:53:24.119108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.119108000 to 2023-10-03 14:53:24.120108000 14:53:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.120876000, lastModified=2023-10-03 14:53:24.120108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.120876000, lastModified=2023-10-03 14:53:24.120108000, delta=768000 ns, racy<=12500 ns 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.121102000, lastModified=2023-10-03 14:53:24.120108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.121102000, lastModified=2023-10-03 14:53:24.120108000, delta=994000 ns, racy<=12500 ns 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.121314000, lastModified=2023-10-03 14:53:24.120108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.121314000, lastModified=2023-10-03 14:53:24.120108000, delta=1206000 ns, racy<=12500 ns 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.121522000, lastModified=2023-10-03 14:53:24.120108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.121522000, lastModified=2023-10-03 14:53:24.120108000, delta=1414000 ns, racy<=12500 ns 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.121755000, lastModified=2023-10-03 14:53:24.120108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.120108000 to 2023-10-03 14:53:24.121108000 14:53:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.121971000, lastModified=2023-10-03 14:53:24.121108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.121971000, lastModified=2023-10-03 14:53:24.121108000, delta=863000 ns, racy<=12500 ns 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.122193000, lastModified=2023-10-03 14:53:24.121108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.122193000, lastModified=2023-10-03 14:53:24.121108000, delta=1085000 ns, racy<=12500 ns 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.122404000, lastModified=2023-10-03 14:53:24.121108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.122404000, lastModified=2023-10-03 14:53:24.121108000, delta=1296000 ns, racy<=12500 ns 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.122615000, lastModified=2023-10-03 14:53:24.121108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.122615000, lastModified=2023-10-03 14:53:24.121108000, delta=1507000 ns, racy<=12500 ns 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.122845000, lastModified=2023-10-03 14:53:24.122108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.122845000, lastModified=2023-10-03 14:53:24.122108000, delta=737000 ns, racy<=12500 ns 14:53:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.123052000, lastModified=2023-10-03 14:53:24.122108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.123052000, lastModified=2023-10-03 14:53:24.122108000, delta=944000 ns, racy<=12500 ns 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.123268000, lastModified=2023-10-03 14:53:24.122108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.123268000, lastModified=2023-10-03 14:53:24.122108000, delta=1160000 ns, racy<=12500 ns 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.123474000, lastModified=2023-10-03 14:53:24.122108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.123474000, lastModified=2023-10-03 14:53:24.122108000, delta=1366000 ns, racy<=12500 ns 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.123681000, lastModified=2023-10-03 14:53:24.122108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.122108000 to 2023-10-03 14:53:24.123108000 14:53:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.123883000, lastModified=2023-10-03 14:53:24.123108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.123883000, lastModified=2023-10-03 14:53:24.123108000, delta=775000 ns, racy<=12500 ns 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.124101000, lastModified=2023-10-03 14:53:24.123108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.124101000, lastModified=2023-10-03 14:53:24.123108000, delta=993000 ns, racy<=12500 ns 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.124309000, lastModified=2023-10-03 14:53:24.123108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.124309000, lastModified=2023-10-03 14:53:24.123108000, delta=1201000 ns, racy<=12500 ns 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.124516000, lastModified=2023-10-03 14:53:24.123108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.124516000, lastModified=2023-10-03 14:53:24.123108000, delta=1408000 ns, racy<=12500 ns 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.124737000, lastModified=2023-10-03 14:53:24.123108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.123108000 to 2023-10-03 14:53:24.124108000 14:53:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.124933000, lastModified=2023-10-03 14:53:24.124108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.124933000, lastModified=2023-10-03 14:53:24.124108000, delta=825000 ns, racy<=12500 ns 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.125147000, lastModified=2023-10-03 14:53:24.124108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.125147000, lastModified=2023-10-03 14:53:24.124108000, delta=1039000 ns, racy<=12500 ns 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.125361000, lastModified=2023-10-03 14:53:24.124108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.125361000, lastModified=2023-10-03 14:53:24.124108000, delta=1253000 ns, racy<=12500 ns 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.125563000, lastModified=2023-10-03 14:53:24.124108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.125563000, lastModified=2023-10-03 14:53:24.124108000, delta=1455000 ns, racy<=12500 ns 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.125799000, lastModified=2023-10-03 14:53:24.125108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.125799000, lastModified=2023-10-03 14:53:24.125108000, delta=691000 ns, racy<=12500 ns 14:53:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.126050000, lastModified=2023-10-03 14:53:24.125108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.126050000, lastModified=2023-10-03 14:53:24.125108000, delta=942000 ns, racy<=12500 ns 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.126275000, lastModified=2023-10-03 14:53:24.125108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.126275000, lastModified=2023-10-03 14:53:24.125108000, delta=1167000 ns, racy<=12500 ns 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.126490000, lastModified=2023-10-03 14:53:24.125108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.126490000, lastModified=2023-10-03 14:53:24.125108000, delta=1382000 ns, racy<=12500 ns 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.126710000, lastModified=2023-10-03 14:53:24.125108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.125108000 to 2023-10-03 14:53:24.126108000 14:53:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.126940000, lastModified=2023-10-03 14:53:24.126108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.126940000, lastModified=2023-10-03 14:53:24.126108000, delta=832000 ns, racy<=12500 ns 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.127172000, lastModified=2023-10-03 14:53:24.126108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.127172000, lastModified=2023-10-03 14:53:24.126108000, delta=1064000 ns, racy<=12500 ns 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.127383000, lastModified=2023-10-03 14:53:24.126108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.127383000, lastModified=2023-10-03 14:53:24.126108000, delta=1275000 ns, racy<=12500 ns 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.127593000, lastModified=2023-10-03 14:53:24.126108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.127593000, lastModified=2023-10-03 14:53:24.126108000, delta=1485000 ns, racy<=12500 ns 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.127825000, lastModified=2023-10-03 14:53:24.127108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.127825000, lastModified=2023-10-03 14:53:24.127108000, delta=717000 ns, racy<=12500 ns 14:53:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.128037000, lastModified=2023-10-03 14:53:24.127108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.128037000, lastModified=2023-10-03 14:53:24.127108000, delta=929000 ns, racy<=12500 ns 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.128259000, lastModified=2023-10-03 14:53:24.127108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.128259000, lastModified=2023-10-03 14:53:24.127108000, delta=1151000 ns, racy<=12500 ns 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.128488000, lastModified=2023-10-03 14:53:24.127108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.128488000, lastModified=2023-10-03 14:53:24.127108000, delta=1380000 ns, racy<=12500 ns 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.128705000, lastModified=2023-10-03 14:53:24.127108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.127108000 to 2023-10-03 14:53:24.128108000 14:53:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.128923000, lastModified=2023-10-03 14:53:24.128108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.128923000, lastModified=2023-10-03 14:53:24.128108000, delta=815000 ns, racy<=12500 ns 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.129144000, lastModified=2023-10-03 14:53:24.128108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.129144000, lastModified=2023-10-03 14:53:24.128108000, delta=1036000 ns, racy<=12500 ns 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.129360000, lastModified=2023-10-03 14:53:24.128108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.129360000, lastModified=2023-10-03 14:53:24.128108000, delta=1252000 ns, racy<=12500 ns 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.129573000, lastModified=2023-10-03 14:53:24.128108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.129573000, lastModified=2023-10-03 14:53:24.128108000, delta=1465000 ns, racy<=12500 ns 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.129795000, lastModified=2023-10-03 14:53:24.129108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.129795000, lastModified=2023-10-03 14:53:24.129108000, delta=687000 ns, racy<=12500 ns 14:53:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.130036000, lastModified=2023-10-03 14:53:24.129108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.130036000, lastModified=2023-10-03 14:53:24.129108000, delta=928000 ns, racy<=12500 ns 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.130264000, lastModified=2023-10-03 14:53:24.129108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.130264000, lastModified=2023-10-03 14:53:24.129108000, delta=1156000 ns, racy<=12500 ns 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.130475000, lastModified=2023-10-03 14:53:24.129108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.130475000, lastModified=2023-10-03 14:53:24.129108000, delta=1367000 ns, racy<=12500 ns 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.130685000, lastModified=2023-10-03 14:53:24.129108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.129108000 to 2023-10-03 14:53:24.130108000 14:53:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.130922000, lastModified=2023-10-03 14:53:24.130108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.130922000, lastModified=2023-10-03 14:53:24.130108000, delta=814000 ns, racy<=12500 ns 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.131455000, lastModified=2023-10-03 14:53:24.130108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.131455000, lastModified=2023-10-03 14:53:24.130108000, delta=1347000 ns, racy<=12500 ns 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.131707000, lastModified=2023-10-03 14:53:24.130108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.130108000 to 2023-10-03 14:53:24.131108000 14:53:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.131928000, lastModified=2023-10-03 14:53:24.131108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.131928000, lastModified=2023-10-03 14:53:24.131108000, delta=820000 ns, racy<=12500 ns 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.132166000, lastModified=2023-10-03 14:53:24.131108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.132166000, lastModified=2023-10-03 14:53:24.131108000, delta=1058000 ns, racy<=12500 ns 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.132404000, lastModified=2023-10-03 14:53:24.131108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.132404000, lastModified=2023-10-03 14:53:24.131108000, delta=1296000 ns, racy<=12500 ns 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.132617000, lastModified=2023-10-03 14:53:24.131108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.132617000, lastModified=2023-10-03 14:53:24.131108000, delta=1509000 ns, racy<=12500 ns 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.132865000, lastModified=2023-10-03 14:53:24.132108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.132865000, lastModified=2023-10-03 14:53:24.132108000, delta=757000 ns, racy<=12500 ns 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.133090000, lastModified=2023-10-03 14:53:24.132108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.133090000, lastModified=2023-10-03 14:53:24.132108000, delta=982000 ns, racy<=12500 ns 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.133304000, lastModified=2023-10-03 14:53:24.132108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.133304000, lastModified=2023-10-03 14:53:24.132108000, delta=1196000 ns, racy<=12500 ns 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.133540000, lastModified=2023-10-03 14:53:24.132108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.133540000, lastModified=2023-10-03 14:53:24.132108000, delta=1432000 ns, racy<=12500 ns 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.133759000, lastModified=2023-10-03 14:53:24.132108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.132108000 to 2023-10-03 14:53:24.133108000 14:53:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.133962000, lastModified=2023-10-03 14:53:24.133108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.133962000, lastModified=2023-10-03 14:53:24.133108000, delta=854000 ns, racy<=12500 ns 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.134183000, lastModified=2023-10-03 14:53:24.133108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.134183000, lastModified=2023-10-03 14:53:24.133108000, delta=1075000 ns, racy<=12500 ns 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.134420000, lastModified=2023-10-03 14:53:24.133108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.134420000, lastModified=2023-10-03 14:53:24.133108000, delta=1312000 ns, racy<=12500 ns 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.134640000, lastModified=2023-10-03 14:53:24.133108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.134640000, lastModified=2023-10-03 14:53:24.133108000, delta=1532000 ns, racy<=12500 ns 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.134878000, lastModified=2023-10-03 14:53:24.134108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.134878000, lastModified=2023-10-03 14:53:24.134108000, delta=770000 ns, racy<=12500 ns 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.135100000, lastModified=2023-10-03 14:53:24.134108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.135100000, lastModified=2023-10-03 14:53:24.134108000, delta=992000 ns, racy<=12500 ns 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.135318000, lastModified=2023-10-03 14:53:24.134108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.135318000, lastModified=2023-10-03 14:53:24.134108000, delta=1210000 ns, racy<=12500 ns 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.135560000, lastModified=2023-10-03 14:53:24.134108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.135560000, lastModified=2023-10-03 14:53:24.134108000, delta=1452000 ns, racy<=12500 ns 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.135785000, lastModified=2023-10-03 14:53:24.135108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.135785000, lastModified=2023-10-03 14:53:24.135108000, delta=677000 ns, racy<=12500 ns 14:53:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.136000000, lastModified=2023-10-03 14:53:24.135108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.136000000, lastModified=2023-10-03 14:53:24.135108000, delta=892000 ns, racy<=12500 ns 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.136221000, lastModified=2023-10-03 14:53:24.135108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.136221000, lastModified=2023-10-03 14:53:24.135108000, delta=1113000 ns, racy<=12500 ns 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.136435000, lastModified=2023-10-03 14:53:24.135108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.136435000, lastModified=2023-10-03 14:53:24.135108000, delta=1327000 ns, racy<=12500 ns 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.136648000, lastModified=2023-10-03 14:53:24.135108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.136648000, lastModified=2023-10-03 14:53:24.135108000, delta=1540000 ns, racy<=12500 ns 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.136870000, lastModified=2023-10-03 14:53:24.136108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.136870000, lastModified=2023-10-03 14:53:24.136108000, delta=762000 ns, racy<=12500 ns 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.137108000, lastModified=2023-10-03 14:53:24.136108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.137108000, lastModified=2023-10-03 14:53:24.136108000, delta=1000000 ns, racy<=12500 ns 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.137319000, lastModified=2023-10-03 14:53:24.136108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.137319000, lastModified=2023-10-03 14:53:24.136108000, delta=1211000 ns, racy<=12500 ns 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.137533000, lastModified=2023-10-03 14:53:24.136108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.137533000, lastModified=2023-10-03 14:53:24.136108000, delta=1425000 ns, racy<=12500 ns 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.137759000, lastModified=2023-10-03 14:53:24.136108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.136108000 to 2023-10-03 14:53:24.137108000 14:53:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.137968000, lastModified=2023-10-03 14:53:24.137108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.137968000, lastModified=2023-10-03 14:53:24.137108000, delta=860000 ns, racy<=12500 ns 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.138191000, lastModified=2023-10-03 14:53:24.137108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.138191000, lastModified=2023-10-03 14:53:24.137108000, delta=1083000 ns, racy<=12500 ns 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.138408000, lastModified=2023-10-03 14:53:24.137108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.138408000, lastModified=2023-10-03 14:53:24.137108000, delta=1300000 ns, racy<=12500 ns 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.138622000, lastModified=2023-10-03 14:53:24.137108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.138622000, lastModified=2023-10-03 14:53:24.137108000, delta=1514000 ns, racy<=12500 ns 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.138862000, lastModified=2023-10-03 14:53:24.138108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.138862000, lastModified=2023-10-03 14:53:24.138108000, delta=754000 ns, racy<=12500 ns 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.139087000, lastModified=2023-10-03 14:53:24.138108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.139087000, lastModified=2023-10-03 14:53:24.138108000, delta=979000 ns, racy<=12500 ns 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.139297000, lastModified=2023-10-03 14:53:24.138108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.139297000, lastModified=2023-10-03 14:53:24.138108000, delta=1189000 ns, racy<=12500 ns 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.139506000, lastModified=2023-10-03 14:53:24.138108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.139506000, lastModified=2023-10-03 14:53:24.138108000, delta=1398000 ns, racy<=12500 ns 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.139718000, lastModified=2023-10-03 14:53:24.138108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.138108000 to 2023-10-03 14:53:24.139108000 14:53:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.139932000, lastModified=2023-10-03 14:53:24.139108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.139932000, lastModified=2023-10-03 14:53:24.139108000, delta=824000 ns, racy<=12500 ns 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.140152000, lastModified=2023-10-03 14:53:24.139108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.140152000, lastModified=2023-10-03 14:53:24.139108000, delta=1044000 ns, racy<=12500 ns 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.140359000, lastModified=2023-10-03 14:53:24.139108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.140359000, lastModified=2023-10-03 14:53:24.139108000, delta=1251000 ns, racy<=12500 ns 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.140571000, lastModified=2023-10-03 14:53:24.139108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.140571000, lastModified=2023-10-03 14:53:24.139108000, delta=1463000 ns, racy<=12500 ns 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.140827000, lastModified=2023-10-03 14:53:24.140108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.140827000, lastModified=2023-10-03 14:53:24.140108000, delta=719000 ns, racy<=12500 ns 14:53:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.141048000, lastModified=2023-10-03 14:53:24.140108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.141048000, lastModified=2023-10-03 14:53:24.140108000, delta=940000 ns, racy<=12500 ns 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.141266000, lastModified=2023-10-03 14:53:24.140108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.141266000, lastModified=2023-10-03 14:53:24.140108000, delta=1158000 ns, racy<=12500 ns 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.141476000, lastModified=2023-10-03 14:53:24.140108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.141476000, lastModified=2023-10-03 14:53:24.140108000, delta=1368000 ns, racy<=12500 ns 14:53:24.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.193078000, lastModified=2023-10-03 14:53:24.192108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.193078000, lastModified=2023-10-03 14:53:24.192108000, delta=970000 ns, racy<=12500 ns 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.193371000, lastModified=2023-10-03 14:53:24.192108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.193371000, lastModified=2023-10-03 14:53:24.192108000, delta=1263000 ns, racy<=12500 ns 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.193598000, lastModified=2023-10-03 14:53:24.192108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.193598000, lastModified=2023-10-03 14:53:24.192108000, delta=1490000 ns, racy<=12500 ns 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.193861000, lastModified=2023-10-03 14:53:24.193108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.193861000, lastModified=2023-10-03 14:53:24.193108000, delta=753000 ns, racy<=12500 ns 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.194085000, lastModified=2023-10-03 14:53:24.193108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.194085000, lastModified=2023-10-03 14:53:24.193108000, delta=977000 ns, racy<=12500 ns 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.194313000, lastModified=2023-10-03 14:53:24.193108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.194313000, lastModified=2023-10-03 14:53:24.193108000, delta=1205000 ns, racy<=12500 ns 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.194522000, lastModified=2023-10-03 14:53:24.193108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.194522000, lastModified=2023-10-03 14:53:24.193108000, delta=1414000 ns, racy<=12500 ns 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.194723000, lastModified=2023-10-03 14:53:24.193108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.193108000 to 2023-10-03 14:53:24.194108000 14:53:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.194930000, lastModified=2023-10-03 14:53:24.194108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.194930000, lastModified=2023-10-03 14:53:24.194108000, delta=822000 ns, racy<=12500 ns 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.195149000, lastModified=2023-10-03 14:53:24.194108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.195149000, lastModified=2023-10-03 14:53:24.194108000, delta=1041000 ns, racy<=12500 ns 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.195366000, lastModified=2023-10-03 14:53:24.194108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.195366000, lastModified=2023-10-03 14:53:24.194108000, delta=1258000 ns, racy<=12500 ns 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.195573000, lastModified=2023-10-03 14:53:24.194108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.195573000, lastModified=2023-10-03 14:53:24.194108000, delta=1465000 ns, racy<=12500 ns 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.196140000, lastModified=2023-10-03 14:53:24.195108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.196140000, lastModified=2023-10-03 14:53:24.195108000, delta=1032000 ns, racy<=12500 ns 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.196351000, lastModified=2023-10-03 14:53:24.195108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.196351000, lastModified=2023-10-03 14:53:24.195108000, delta=1243000 ns, racy<=12500 ns 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.196562000, lastModified=2023-10-03 14:53:24.195108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.196562000, lastModified=2023-10-03 14:53:24.195108000, delta=1454000 ns, racy<=12500 ns 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.196770000, lastModified=2023-10-03 14:53:24.196108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.196770000, lastModified=2023-10-03 14:53:24.196108000, delta=662000 ns, racy<=12500 ns 14:53:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.197016000, lastModified=2023-10-03 14:53:24.196108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.197016000, lastModified=2023-10-03 14:53:24.196108000, delta=908000 ns, racy<=12500 ns 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.197232000, lastModified=2023-10-03 14:53:24.196108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.197232000, lastModified=2023-10-03 14:53:24.196108000, delta=1124000 ns, racy<=12500 ns 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.197439000, lastModified=2023-10-03 14:53:24.196108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.197439000, lastModified=2023-10-03 14:53:24.196108000, delta=1331000 ns, racy<=12500 ns 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.197660000, lastModified=2023-10-03 14:53:24.196108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.196108000 to 2023-10-03 14:53:24.197108000 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.197862000, lastModified=2023-10-03 14:53:24.197108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.197862000, lastModified=2023-10-03 14:53:24.197108000, delta=754000 ns, racy<=12500 ns 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.198088000, lastModified=2023-10-03 14:53:24.197108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.198088000, lastModified=2023-10-03 14:53:24.197108000, delta=980000 ns, racy<=12500 ns 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.198316000, lastModified=2023-10-03 14:53:24.197108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.198316000, lastModified=2023-10-03 14:53:24.197108000, delta=1208000 ns, racy<=12500 ns 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.198550000, lastModified=2023-10-03 14:53:24.197108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.197108000 to 2023-10-03 14:53:24.198108000 14:53:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.198980000, lastModified=2023-10-03 14:53:24.198108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.198980000, lastModified=2023-10-03 14:53:24.198108000, delta=872000 ns, racy<=12500 ns 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.199307000, lastModified=2023-10-03 14:53:24.198108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.199307000, lastModified=2023-10-03 14:53:24.198108000, delta=1199000 ns, racy<=12500 ns 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.199575000, lastModified=2023-10-03 14:53:24.198108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.199575000, lastModified=2023-10-03 14:53:24.198108000, delta=1467000 ns, racy<=12500 ns 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.199852000, lastModified=2023-10-03 14:53:24.199108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.199852000, lastModified=2023-10-03 14:53:24.199108000, delta=744000 ns, racy<=12500 ns 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.200127000, lastModified=2023-10-03 14:53:24.199108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.200127000, lastModified=2023-10-03 14:53:24.199108000, delta=1019000 ns, racy<=12500 ns 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.200390000, lastModified=2023-10-03 14:53:24.199108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.200390000, lastModified=2023-10-03 14:53:24.199108000, delta=1282000 ns, racy<=12500 ns 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.200648000, lastModified=2023-10-03 14:53:24.199108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.199108000 to 2023-10-03 14:53:24.200108000 14:53:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.200901000, lastModified=2023-10-03 14:53:24.200108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.200901000, lastModified=2023-10-03 14:53:24.200108000, delta=793000 ns, racy<=12500 ns 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.201166000, lastModified=2023-10-03 14:53:24.200108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.201166000, lastModified=2023-10-03 14:53:24.200108000, delta=1058000 ns, racy<=12500 ns 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.201446000, lastModified=2023-10-03 14:53:24.200108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.201446000, lastModified=2023-10-03 14:53:24.200108000, delta=1338000 ns, racy<=12500 ns 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.201703000, lastModified=2023-10-03 14:53:24.200108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.200108000 to 2023-10-03 14:53:24.201108000 14:53:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.201969000, lastModified=2023-10-03 14:53:24.201108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.201969000, lastModified=2023-10-03 14:53:24.201108000, delta=861000 ns, racy<=12500 ns 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.202238000, lastModified=2023-10-03 14:53:24.201108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.202238000, lastModified=2023-10-03 14:53:24.201108000, delta=1130000 ns, racy<=12500 ns 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.202498000, lastModified=2023-10-03 14:53:24.201108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.202498000, lastModified=2023-10-03 14:53:24.201108000, delta=1390000 ns, racy<=12500 ns 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.202797000, lastModified=2023-10-03 14:53:24.202108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.202797000, lastModified=2023-10-03 14:53:24.202108000, delta=689000 ns, racy<=12500 ns 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.203119000, lastModified=2023-10-03 14:53:24.202108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.203119000, lastModified=2023-10-03 14:53:24.202108000, delta=1011000 ns, racy<=12500 ns 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.203381000, lastModified=2023-10-03 14:53:24.202108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.203381000, lastModified=2023-10-03 14:53:24.202108000, delta=1273000 ns, racy<=12500 ns 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.203650000, lastModified=2023-10-03 14:53:24.202108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.202108000 to 2023-10-03 14:53:24.203108000 14:53:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.203911000, lastModified=2023-10-03 14:53:24.203108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.203911000, lastModified=2023-10-03 14:53:24.203108000, delta=803000 ns, racy<=12500 ns 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.204187000, lastModified=2023-10-03 14:53:24.203108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.204187000, lastModified=2023-10-03 14:53:24.203108000, delta=1079000 ns, racy<=12500 ns 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.204400000, lastModified=2023-10-03 14:53:24.203108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.204400000, lastModified=2023-10-03 14:53:24.203108000, delta=1292000 ns, racy<=12500 ns 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.204611000, lastModified=2023-10-03 14:53:24.203108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.204611000, lastModified=2023-10-03 14:53:24.203108000, delta=1503000 ns, racy<=12500 ns 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.204832000, lastModified=2023-10-03 14:53:24.204108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.204832000, lastModified=2023-10-03 14:53:24.204108000, delta=724000 ns, racy<=12500 ns 14:53:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.205065000, lastModified=2023-10-03 14:53:24.204108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.205065000, lastModified=2023-10-03 14:53:24.204108000, delta=957000 ns, racy<=12500 ns 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.205298000, lastModified=2023-10-03 14:53:24.204108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.205298000, lastModified=2023-10-03 14:53:24.204108000, delta=1190000 ns, racy<=12500 ns 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.205525000, lastModified=2023-10-03 14:53:24.204108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.205525000, lastModified=2023-10-03 14:53:24.204108000, delta=1417000 ns, racy<=12500 ns 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.205750000, lastModified=2023-10-03 14:53:24.204108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.204108000 to 2023-10-03 14:53:24.205108000 14:53:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.205963000, lastModified=2023-10-03 14:53:24.205108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.205963000, lastModified=2023-10-03 14:53:24.205108000, delta=855000 ns, racy<=12500 ns 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.206191000, lastModified=2023-10-03 14:53:24.205108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.206191000, lastModified=2023-10-03 14:53:24.205108000, delta=1083000 ns, racy<=12500 ns 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.206403000, lastModified=2023-10-03 14:53:24.205108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.206403000, lastModified=2023-10-03 14:53:24.205108000, delta=1295000 ns, racy<=12500 ns 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.206739000, lastModified=2023-10-03 14:53:24.205108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.205108000 to 2023-10-03 14:53:24.206108000 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.207015000, lastModified=2023-10-03 14:53:24.206108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.207015000, lastModified=2023-10-03 14:53:24.206108000, delta=907000 ns, racy<=12500 ns 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.207278000, lastModified=2023-10-03 14:53:24.206108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.207278000, lastModified=2023-10-03 14:53:24.206108000, delta=1170000 ns, racy<=12500 ns 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.207519000, lastModified=2023-10-03 14:53:24.206108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.207519000, lastModified=2023-10-03 14:53:24.206108000, delta=1411000 ns, racy<=12500 ns 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.207754000, lastModified=2023-10-03 14:53:24.206108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.206108000 to 2023-10-03 14:53:24.207108000 14:53:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.207982000, lastModified=2023-10-03 14:53:24.207108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.207982000, lastModified=2023-10-03 14:53:24.207108000, delta=874000 ns, racy<=12500 ns 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.208212000, lastModified=2023-10-03 14:53:24.207108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.208212000, lastModified=2023-10-03 14:53:24.207108000, delta=1104000 ns, racy<=12500 ns 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.208436000, lastModified=2023-10-03 14:53:24.207108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.208436000, lastModified=2023-10-03 14:53:24.207108000, delta=1328000 ns, racy<=12500 ns 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.208659000, lastModified=2023-10-03 14:53:24.207108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.207108000 to 2023-10-03 14:53:24.208108000 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.208863000, lastModified=2023-10-03 14:53:24.208108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.208863000, lastModified=2023-10-03 14:53:24.208108000, delta=755000 ns, racy<=12500 ns 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.209096000, lastModified=2023-10-03 14:53:24.208108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.209096000, lastModified=2023-10-03 14:53:24.208108000, delta=988000 ns, racy<=12500 ns 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.209304000, lastModified=2023-10-03 14:53:24.208108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.209304000, lastModified=2023-10-03 14:53:24.208108000, delta=1196000 ns, racy<=12500 ns 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.209507000, lastModified=2023-10-03 14:53:24.208108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.209507000, lastModified=2023-10-03 14:53:24.208108000, delta=1399000 ns, racy<=12500 ns 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.209717000, lastModified=2023-10-03 14:53:24.208108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.208108000 to 2023-10-03 14:53:24.209108000 14:53:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.209921000, lastModified=2023-10-03 14:53:24.209108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.209921000, lastModified=2023-10-03 14:53:24.209108000, delta=813000 ns, racy<=12500 ns 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.210426000, lastModified=2023-10-03 14:53:24.209108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.210426000, lastModified=2023-10-03 14:53:24.209108000, delta=1318000 ns, racy<=12500 ns 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.210653000, lastModified=2023-10-03 14:53:24.209108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.209108000 to 2023-10-03 14:53:24.210108000 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.210869000, lastModified=2023-10-03 14:53:24.210108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.210869000, lastModified=2023-10-03 14:53:24.210108000, delta=761000 ns, racy<=12500 ns 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.211093000, lastModified=2023-10-03 14:53:24.210108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.211093000, lastModified=2023-10-03 14:53:24.210108000, delta=985000 ns, racy<=12500 ns 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.211300000, lastModified=2023-10-03 14:53:24.210108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.211300000, lastModified=2023-10-03 14:53:24.210108000, delta=1192000 ns, racy<=12500 ns 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.211576000, lastModified=2023-10-03 14:53:24.210108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.211576000, lastModified=2023-10-03 14:53:24.210108000, delta=1468000 ns, racy<=12500 ns 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.211811000, lastModified=2023-10-03 14:53:24.211108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.211811000, lastModified=2023-10-03 14:53:24.211108000, delta=703000 ns, racy<=12500 ns 14:53:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.212038000, lastModified=2023-10-03 14:53:24.211108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.212038000, lastModified=2023-10-03 14:53:24.211108000, delta=930000 ns, racy<=12500 ns 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.212262000, lastModified=2023-10-03 14:53:24.211108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.212262000, lastModified=2023-10-03 14:53:24.211108000, delta=1154000 ns, racy<=12500 ns 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.212463000, lastModified=2023-10-03 14:53:24.211108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.212463000, lastModified=2023-10-03 14:53:24.211108000, delta=1355000 ns, racy<=12500 ns 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.212660000, lastModified=2023-10-03 14:53:24.211108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.211108000 to 2023-10-03 14:53:24.212108000 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.212878000, lastModified=2023-10-03 14:53:24.212108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.212878000, lastModified=2023-10-03 14:53:24.212108000, delta=770000 ns, racy<=12500 ns 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.213092000, lastModified=2023-10-03 14:53:24.212108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.213092000, lastModified=2023-10-03 14:53:24.212108000, delta=984000 ns, racy<=12500 ns 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.213301000, lastModified=2023-10-03 14:53:24.212108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.213301000, lastModified=2023-10-03 14:53:24.212108000, delta=1193000 ns, racy<=12500 ns 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.213504000, lastModified=2023-10-03 14:53:24.212108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.213504000, lastModified=2023-10-03 14:53:24.212108000, delta=1396000 ns, racy<=12500 ns 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.213721000, lastModified=2023-10-03 14:53:24.212108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.212108000 to 2023-10-03 14:53:24.213108000 14:53:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.213925000, lastModified=2023-10-03 14:53:24.213108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.213925000, lastModified=2023-10-03 14:53:24.213108000, delta=817000 ns, racy<=12500 ns 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.214135000, lastModified=2023-10-03 14:53:24.213108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.214135000, lastModified=2023-10-03 14:53:24.213108000, delta=1027000 ns, racy<=12500 ns 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.214350000, lastModified=2023-10-03 14:53:24.213108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.214350000, lastModified=2023-10-03 14:53:24.213108000, delta=1242000 ns, racy<=12500 ns 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.214547000, lastModified=2023-10-03 14:53:24.213108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.214547000, lastModified=2023-10-03 14:53:24.213108000, delta=1439000 ns, racy<=12500 ns 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.214764000, lastModified=2023-10-03 14:53:24.213108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.213108000 to 2023-10-03 14:53:24.214108000 14:53:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.214961000, lastModified=2023-10-03 14:53:24.214108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.214961000, lastModified=2023-10-03 14:53:24.214108000, delta=853000 ns, racy<=12500 ns 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.215173000, lastModified=2023-10-03 14:53:24.214108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.215173000, lastModified=2023-10-03 14:53:24.214108000, delta=1065000 ns, racy<=12500 ns 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.215375000, lastModified=2023-10-03 14:53:24.214108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.215375000, lastModified=2023-10-03 14:53:24.214108000, delta=1267000 ns, racy<=12500 ns 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.215647000, lastModified=2023-10-03 14:53:24.214108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.214108000 to 2023-10-03 14:53:24.215108000 14:53:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.215925000, lastModified=2023-10-03 14:53:24.215108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.215925000, lastModified=2023-10-03 14:53:24.215108000, delta=817000 ns, racy<=12500 ns 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.216152000, lastModified=2023-10-03 14:53:24.215108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.216152000, lastModified=2023-10-03 14:53:24.215108000, delta=1044000 ns, racy<=12500 ns 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.216376000, lastModified=2023-10-03 14:53:24.215108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.216376000, lastModified=2023-10-03 14:53:24.215108000, delta=1268000 ns, racy<=12500 ns 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.216578000, lastModified=2023-10-03 14:53:24.215108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.215108000 to 2023-10-03 14:53:24.216108000 14:53:24.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.217327000, lastModified=2023-10-03 14:53:24.216108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.216108000 to 2023-10-03 14:53:24.217108000 14:53:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.219155000, lastModified=2023-10-03 14:53:24.218108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.218108000 to 2023-10-03 14:53:24.219108000 14:53:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.221571000, lastModified=2023-10-03 14:53:24.220108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.220108000 to 2023-10-03 14:53:24.222108000 14:53:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.224079000, lastModified=2023-10-03 14:53:24.223108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.223108000 to 2023-10-03 14:53:24.224108000 14:53:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.225826000, lastModified=2023-10-03 14:53:24.225108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.225826000, lastModified=2023-10-03 14:53:24.225108000, delta=718000 ns, racy<=12500 ns 14:53:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.227358000, lastModified=2023-10-03 14:53:24.226108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.226108000 to 2023-10-03 14:53:24.227108000 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.228464000, lastModified=2023-10-03 14:53:24.227108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.228464000, lastModified=2023-10-03 14:53:24.227108000, delta=1356000 ns, racy<=12500 ns 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.228696000, lastModified=2023-10-03 14:53:24.227108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.227108000 to 2023-10-03 14:53:24.228108000 14:53:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.228910000, lastModified=2023-10-03 14:53:24.228108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.228910000, lastModified=2023-10-03 14:53:24.228108000, delta=802000 ns, racy<=12500 ns 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.229134000, lastModified=2023-10-03 14:53:24.228108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.229134000, lastModified=2023-10-03 14:53:24.228108000, delta=1026000 ns, racy<=12500 ns 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.229348000, lastModified=2023-10-03 14:53:24.228108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.229348000, lastModified=2023-10-03 14:53:24.228108000, delta=1240000 ns, racy<=12500 ns 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.229561000, lastModified=2023-10-03 14:53:24.228108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.229561000, lastModified=2023-10-03 14:53:24.228108000, delta=1453000 ns, racy<=12500 ns 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.229786000, lastModified=2023-10-03 14:53:24.229108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.229786000, lastModified=2023-10-03 14:53:24.229108000, delta=678000 ns, racy<=12500 ns 14:53:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.229999000, lastModified=2023-10-03 14:53:24.229108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.229999000, lastModified=2023-10-03 14:53:24.229108000, delta=891000 ns, racy<=12500 ns 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.230220000, lastModified=2023-10-03 14:53:24.229108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.230220000, lastModified=2023-10-03 14:53:24.229108000, delta=1112000 ns, racy<=12500 ns 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.230439000, lastModified=2023-10-03 14:53:24.229108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.230439000, lastModified=2023-10-03 14:53:24.229108000, delta=1331000 ns, racy<=12500 ns 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.230719000, lastModified=2023-10-03 14:53:24.229108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.229108000 to 2023-10-03 14:53:24.230108000 14:53:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.230967000, lastModified=2023-10-03 14:53:24.230108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.230967000, lastModified=2023-10-03 14:53:24.230108000, delta=859000 ns, racy<=12500 ns 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.231209000, lastModified=2023-10-03 14:53:24.230108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.231209000, lastModified=2023-10-03 14:53:24.230108000, delta=1101000 ns, racy<=12500 ns 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.231458000, lastModified=2023-10-03 14:53:24.230108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.231458000, lastModified=2023-10-03 14:53:24.230108000, delta=1350000 ns, racy<=12500 ns 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.231673000, lastModified=2023-10-03 14:53:24.230108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.230108000 to 2023-10-03 14:53:24.231108000 14:53:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.231885000, lastModified=2023-10-03 14:53:24.231108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.231885000, lastModified=2023-10-03 14:53:24.231108000, delta=777000 ns, racy<=12500 ns 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.232119000, lastModified=2023-10-03 14:53:24.231108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.232119000, lastModified=2023-10-03 14:53:24.231108000, delta=1011000 ns, racy<=12500 ns 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.232335000, lastModified=2023-10-03 14:53:24.231108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.232335000, lastModified=2023-10-03 14:53:24.231108000, delta=1227000 ns, racy<=12500 ns 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.232558000, lastModified=2023-10-03 14:53:24.231108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.232558000, lastModified=2023-10-03 14:53:24.231108000, delta=1450000 ns, racy<=12500 ns 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.232770000, lastModified=2023-10-03 14:53:24.232108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.232770000, lastModified=2023-10-03 14:53:24.232108000, delta=662000 ns, racy<=12500 ns 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.232986000, lastModified=2023-10-03 14:53:24.232108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.232986000, lastModified=2023-10-03 14:53:24.232108000, delta=878000 ns, racy<=12500 ns 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.233205000, lastModified=2023-10-03 14:53:24.232108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.233205000, lastModified=2023-10-03 14:53:24.232108000, delta=1097000 ns, racy<=12500 ns 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.233407000, lastModified=2023-10-03 14:53:24.232108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.233407000, lastModified=2023-10-03 14:53:24.232108000, delta=1299000 ns, racy<=12500 ns 14:53:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.234004000, lastModified=2023-10-03 14:53:24.233108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.234004000, lastModified=2023-10-03 14:53:24.233108000, delta=896000 ns, racy<=12500 ns 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.234217000, lastModified=2023-10-03 14:53:24.233108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.234217000, lastModified=2023-10-03 14:53:24.233108000, delta=1109000 ns, racy<=12500 ns 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.234415000, lastModified=2023-10-03 14:53:24.233108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.234415000, lastModified=2023-10-03 14:53:24.233108000, delta=1307000 ns, racy<=12500 ns 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.234613000, lastModified=2023-10-03 14:53:24.233108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.234613000, lastModified=2023-10-03 14:53:24.233108000, delta=1505000 ns, racy<=12500 ns 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.234833000, lastModified=2023-10-03 14:53:24.234108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.234833000, lastModified=2023-10-03 14:53:24.234108000, delta=725000 ns, racy<=12500 ns 14:53:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.235040000, lastModified=2023-10-03 14:53:24.234108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.235040000, lastModified=2023-10-03 14:53:24.234108000, delta=932000 ns, racy<=12500 ns 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.235245000, lastModified=2023-10-03 14:53:24.234108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.235245000, lastModified=2023-10-03 14:53:24.234108000, delta=1137000 ns, racy<=12500 ns 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.235446000, lastModified=2023-10-03 14:53:24.234108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.235446000, lastModified=2023-10-03 14:53:24.234108000, delta=1338000 ns, racy<=12500 ns 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.235648000, lastModified=2023-10-03 14:53:24.234108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.235648000, lastModified=2023-10-03 14:53:24.234108000, delta=1540000 ns, racy<=12500 ns 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.235852000, lastModified=2023-10-03 14:53:24.235108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.235852000, lastModified=2023-10-03 14:53:24.235108000, delta=744000 ns, racy<=12500 ns 14:53:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.236048000, lastModified=2023-10-03 14:53:24.235108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.236048000, lastModified=2023-10-03 14:53:24.235108000, delta=940000 ns, racy<=12500 ns 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.236260000, lastModified=2023-10-03 14:53:24.235108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.236260000, lastModified=2023-10-03 14:53:24.235108000, delta=1152000 ns, racy<=12500 ns 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.236457000, lastModified=2023-10-03 14:53:24.235108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.236457000, lastModified=2023-10-03 14:53:24.235108000, delta=1349000 ns, racy<=12500 ns 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.236655000, lastModified=2023-10-03 14:53:24.235108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.235108000 to 2023-10-03 14:53:24.236108000 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.236856000, lastModified=2023-10-03 14:53:24.236108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.236856000, lastModified=2023-10-03 14:53:24.236108000, delta=748000 ns, racy<=12500 ns 14:53:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.237058000, lastModified=2023-10-03 14:53:24.236108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.237058000, lastModified=2023-10-03 14:53:24.236108000, delta=950000 ns, racy<=12500 ns 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.237264000, lastModified=2023-10-03 14:53:24.236108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.237264000, lastModified=2023-10-03 14:53:24.236108000, delta=1156000 ns, racy<=12500 ns 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.237458000, lastModified=2023-10-03 14:53:24.236108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.237458000, lastModified=2023-10-03 14:53:24.236108000, delta=1350000 ns, racy<=12500 ns 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.237660000, lastModified=2023-10-03 14:53:24.236108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.236108000 to 2023-10-03 14:53:24.237108000 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.237857000, lastModified=2023-10-03 14:53:24.237108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.237857000, lastModified=2023-10-03 14:53:24.237108000, delta=749000 ns, racy<=12500 ns 14:53:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.238064000, lastModified=2023-10-03 14:53:24.237108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.238064000, lastModified=2023-10-03 14:53:24.237108000, delta=956000 ns, racy<=12500 ns 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.238269000, lastModified=2023-10-03 14:53:24.237108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.238269000, lastModified=2023-10-03 14:53:24.237108000, delta=1161000 ns, racy<=12500 ns 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.238463000, lastModified=2023-10-03 14:53:24.237108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.238463000, lastModified=2023-10-03 14:53:24.237108000, delta=1355000 ns, racy<=12500 ns 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.238662000, lastModified=2023-10-03 14:53:24.237108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.237108000 to 2023-10-03 14:53:24.238108000 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.238856000, lastModified=2023-10-03 14:53:24.238108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.238856000, lastModified=2023-10-03 14:53:24.238108000, delta=748000 ns, racy<=12500 ns 14:53:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.239055000, lastModified=2023-10-03 14:53:24.238108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.239055000, lastModified=2023-10-03 14:53:24.238108000, delta=947000 ns, racy<=12500 ns 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.239259000, lastModified=2023-10-03 14:53:24.238108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.239259000, lastModified=2023-10-03 14:53:24.238108000, delta=1151000 ns, racy<=12500 ns 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.239465000, lastModified=2023-10-03 14:53:24.238108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.239465000, lastModified=2023-10-03 14:53:24.238108000, delta=1357000 ns, racy<=12500 ns 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.239664000, lastModified=2023-10-03 14:53:24.238108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.238108000 to 2023-10-03 14:53:24.239108000 14:53:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.239883000, lastModified=2023-10-03 14:53:24.239108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.239883000, lastModified=2023-10-03 14:53:24.239108000, delta=775000 ns, racy<=12500 ns 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.240116000, lastModified=2023-10-03 14:53:24.239108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.240116000, lastModified=2023-10-03 14:53:24.239108000, delta=1008000 ns, racy<=12500 ns 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.240314000, lastModified=2023-10-03 14:53:24.239108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.240314000, lastModified=2023-10-03 14:53:24.239108000, delta=1206000 ns, racy<=12500 ns 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.240512000, lastModified=2023-10-03 14:53:24.239108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.240512000, lastModified=2023-10-03 14:53:24.239108000, delta=1404000 ns, racy<=12500 ns 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.240707000, lastModified=2023-10-03 14:53:24.239108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.239108000 to 2023-10-03 14:53:24.240108000 14:53:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.240906000, lastModified=2023-10-03 14:53:24.240108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.240906000, lastModified=2023-10-03 14:53:24.240108000, delta=798000 ns, racy<=12500 ns 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.241114000, lastModified=2023-10-03 14:53:24.240108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.241114000, lastModified=2023-10-03 14:53:24.240108000, delta=1006000 ns, racy<=12500 ns 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.241312000, lastModified=2023-10-03 14:53:24.240108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.241312000, lastModified=2023-10-03 14:53:24.240108000, delta=1204000 ns, racy<=12500 ns 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.241512000, lastModified=2023-10-03 14:53:24.240108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.241512000, lastModified=2023-10-03 14:53:24.240108000, delta=1404000 ns, racy<=12500 ns 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.241707000, lastModified=2023-10-03 14:53:24.240108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.240108000 to 2023-10-03 14:53:24.241108000 14:53:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.241904000, lastModified=2023-10-03 14:53:24.241108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.241904000, lastModified=2023-10-03 14:53:24.241108000, delta=796000 ns, racy<=12500 ns 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.242108000, lastModified=2023-10-03 14:53:24.241108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.242108000, lastModified=2023-10-03 14:53:24.241108000, delta=1000000 ns, racy<=12500 ns 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.242304000, lastModified=2023-10-03 14:53:24.241108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.242304000, lastModified=2023-10-03 14:53:24.241108000, delta=1196000 ns, racy<=12500 ns 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.242504000, lastModified=2023-10-03 14:53:24.241108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.242504000, lastModified=2023-10-03 14:53:24.241108000, delta=1396000 ns, racy<=12500 ns 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.242708000, lastModified=2023-10-03 14:53:24.241108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.241108000 to 2023-10-03 14:53:24.242108000 14:53:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.242911000, lastModified=2023-10-03 14:53:24.242108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.242911000, lastModified=2023-10-03 14:53:24.242108000, delta=803000 ns, racy<=12500 ns 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.243126000, lastModified=2023-10-03 14:53:24.242108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.243126000, lastModified=2023-10-03 14:53:24.242108000, delta=1018000 ns, racy<=12500 ns 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.243324000, lastModified=2023-10-03 14:53:24.242108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.243324000, lastModified=2023-10-03 14:53:24.242108000, delta=1216000 ns, racy<=12500 ns 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.243523000, lastModified=2023-10-03 14:53:24.242108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.243523000, lastModified=2023-10-03 14:53:24.242108000, delta=1415000 ns, racy<=12500 ns 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.243720000, lastModified=2023-10-03 14:53:24.242108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.242108000 to 2023-10-03 14:53:24.243108000 14:53:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.243947000, lastModified=2023-10-03 14:53:24.243108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.243947000, lastModified=2023-10-03 14:53:24.243108000, delta=839000 ns, racy<=12500 ns 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.244161000, lastModified=2023-10-03 14:53:24.243108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.244161000, lastModified=2023-10-03 14:53:24.243108000, delta=1053000 ns, racy<=12500 ns 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.244425000, lastModified=2023-10-03 14:53:24.243108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.244425000, lastModified=2023-10-03 14:53:24.243108000, delta=1317000 ns, racy<=12500 ns 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.244646000, lastModified=2023-10-03 14:53:24.243108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.244646000, lastModified=2023-10-03 14:53:24.243108000, delta=1538000 ns, racy<=12500 ns 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.244855000, lastModified=2023-10-03 14:53:24.244108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.244855000, lastModified=2023-10-03 14:53:24.244108000, delta=747000 ns, racy<=12500 ns 14:53:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.245057000, lastModified=2023-10-03 14:53:24.244108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.245057000, lastModified=2023-10-03 14:53:24.244108000, delta=949000 ns, racy<=12500 ns 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.245264000, lastModified=2023-10-03 14:53:24.244108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.245264000, lastModified=2023-10-03 14:53:24.244108000, delta=1156000 ns, racy<=12500 ns 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.245468000, lastModified=2023-10-03 14:53:24.244108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.245468000, lastModified=2023-10-03 14:53:24.244108000, delta=1360000 ns, racy<=12500 ns 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.245945000, lastModified=2023-10-03 14:53:24.244108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.244108000 to 2023-10-03 14:53:24.245108000 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.246181000, lastModified=2023-10-03 14:53:24.245108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.246181000, lastModified=2023-10-03 14:53:24.245108000, delta=1073000 ns, racy<=12500 ns 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.246398000, lastModified=2023-10-03 14:53:24.245108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.246398000, lastModified=2023-10-03 14:53:24.245108000, delta=1290000 ns, racy<=12500 ns 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.246610000, lastModified=2023-10-03 14:53:24.245108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.246610000, lastModified=2023-10-03 14:53:24.245108000, delta=1502000 ns, racy<=12500 ns 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.246889000, lastModified=2023-10-03 14:53:24.246108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.246889000, lastModified=2023-10-03 14:53:24.246108000, delta=781000 ns, racy<=12500 ns 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.247111000, lastModified=2023-10-03 14:53:24.246108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.247111000, lastModified=2023-10-03 14:53:24.246108000, delta=1003000 ns, racy<=12500 ns 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.247304000, lastModified=2023-10-03 14:53:24.246108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.247304000, lastModified=2023-10-03 14:53:24.246108000, delta=1196000 ns, racy<=12500 ns 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.247497000, lastModified=2023-10-03 14:53:24.246108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.247497000, lastModified=2023-10-03 14:53:24.246108000, delta=1389000 ns, racy<=12500 ns 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.247685000, lastModified=2023-10-03 14:53:24.246108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.246108000 to 2023-10-03 14:53:24.247108000 14:53:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.247944000, lastModified=2023-10-03 14:53:24.247108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.247944000, lastModified=2023-10-03 14:53:24.247108000, delta=836000 ns, racy<=12500 ns 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.248146000, lastModified=2023-10-03 14:53:24.247108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.248146000, lastModified=2023-10-03 14:53:24.247108000, delta=1038000 ns, racy<=12500 ns 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.248339000, lastModified=2023-10-03 14:53:24.247108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.248339000, lastModified=2023-10-03 14:53:24.247108000, delta=1231000 ns, racy<=12500 ns 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.248529000, lastModified=2023-10-03 14:53:24.247108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.248529000, lastModified=2023-10-03 14:53:24.247108000, delta=1421000 ns, racy<=12500 ns 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.248724000, lastModified=2023-10-03 14:53:24.247108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.247108000 to 2023-10-03 14:53:24.248108000 14:53:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.248967000, lastModified=2023-10-03 14:53:24.248108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.248967000, lastModified=2023-10-03 14:53:24.248108000, delta=859000 ns, racy<=12500 ns 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.249205000, lastModified=2023-10-03 14:53:24.248108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.249205000, lastModified=2023-10-03 14:53:24.248108000, delta=1097000 ns, racy<=12500 ns 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.249404000, lastModified=2023-10-03 14:53:24.248108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.249404000, lastModified=2023-10-03 14:53:24.248108000, delta=1296000 ns, racy<=12500 ns 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.249600000, lastModified=2023-10-03 14:53:24.248108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.249600000, lastModified=2023-10-03 14:53:24.248108000, delta=1492000 ns, racy<=12500 ns 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.249816000, lastModified=2023-10-03 14:53:24.249108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.249816000, lastModified=2023-10-03 14:53:24.249108000, delta=708000 ns, racy<=12500 ns 14:53:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.250016000, lastModified=2023-10-03 14:53:24.249108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.250016000, lastModified=2023-10-03 14:53:24.249108000, delta=908000 ns, racy<=12500 ns 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.250223000, lastModified=2023-10-03 14:53:24.249108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.250223000, lastModified=2023-10-03 14:53:24.249108000, delta=1115000 ns, racy<=12500 ns 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.250418000, lastModified=2023-10-03 14:53:24.249108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.250418000, lastModified=2023-10-03 14:53:24.249108000, delta=1310000 ns, racy<=12500 ns 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.250612000, lastModified=2023-10-03 14:53:24.249108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.250612000, lastModified=2023-10-03 14:53:24.249108000, delta=1504000 ns, racy<=12500 ns 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.250828000, lastModified=2023-10-03 14:53:24.250108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.250828000, lastModified=2023-10-03 14:53:24.250108000, delta=720000 ns, racy<=12500 ns 14:53:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.251025000, lastModified=2023-10-03 14:53:24.250108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.251025000, lastModified=2023-10-03 14:53:24.250108000, delta=917000 ns, racy<=12500 ns 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.251231000, lastModified=2023-10-03 14:53:24.250108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.251231000, lastModified=2023-10-03 14:53:24.250108000, delta=1123000 ns, racy<=12500 ns 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.251426000, lastModified=2023-10-03 14:53:24.250108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.251426000, lastModified=2023-10-03 14:53:24.250108000, delta=1318000 ns, racy<=12500 ns 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.251624000, lastModified=2023-10-03 14:53:24.250108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.251624000, lastModified=2023-10-03 14:53:24.250108000, delta=1516000 ns, racy<=12500 ns 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.251841000, lastModified=2023-10-03 14:53:24.251108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.251841000, lastModified=2023-10-03 14:53:24.251108000, delta=733000 ns, racy<=12500 ns 14:53:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.252069000, lastModified=2023-10-03 14:53:24.251108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.252069000, lastModified=2023-10-03 14:53:24.251108000, delta=961000 ns, racy<=12500 ns 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.252276000, lastModified=2023-10-03 14:53:24.251108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.252276000, lastModified=2023-10-03 14:53:24.251108000, delta=1168000 ns, racy<=12500 ns 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.252500000, lastModified=2023-10-03 14:53:24.251108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.252500000, lastModified=2023-10-03 14:53:24.251108000, delta=1392000 ns, racy<=12500 ns 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.252696000, lastModified=2023-10-03 14:53:24.251108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.251108000 to 2023-10-03 14:53:24.252108000 14:53:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.252913000, lastModified=2023-10-03 14:53:24.252108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.252913000, lastModified=2023-10-03 14:53:24.252108000, delta=805000 ns, racy<=12500 ns 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.253120000, lastModified=2023-10-03 14:53:24.252108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.253120000, lastModified=2023-10-03 14:53:24.252108000, delta=1012000 ns, racy<=12500 ns 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.253318000, lastModified=2023-10-03 14:53:24.252108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.253318000, lastModified=2023-10-03 14:53:24.252108000, delta=1210000 ns, racy<=12500 ns 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.253522000, lastModified=2023-10-03 14:53:24.252108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.253522000, lastModified=2023-10-03 14:53:24.252108000, delta=1414000 ns, racy<=12500 ns 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.253718000, lastModified=2023-10-03 14:53:24.252108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.252108000 to 2023-10-03 14:53:24.291108000 14:53:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.292642000, lastModified=2023-10-03 14:53:24.291108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.291108000 to 2023-10-03 14:53:24.292108000 14:53:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.292886000, lastModified=2023-10-03 14:53:24.292108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.292886000, lastModified=2023-10-03 14:53:24.292108000, delta=778000 ns, racy<=12500 ns 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.293112000, lastModified=2023-10-03 14:53:24.292108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.293112000, lastModified=2023-10-03 14:53:24.292108000, delta=1004000 ns, racy<=12500 ns 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.293322000, lastModified=2023-10-03 14:53:24.292108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.293322000, lastModified=2023-10-03 14:53:24.292108000, delta=1214000 ns, racy<=12500 ns 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.293538000, lastModified=2023-10-03 14:53:24.292108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.293538000, lastModified=2023-10-03 14:53:24.292108000, delta=1430000 ns, racy<=12500 ns 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.293752000, lastModified=2023-10-03 14:53:24.292108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.292108000 to 2023-10-03 14:53:24.293108000 14:53:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.293947000, lastModified=2023-10-03 14:53:24.293108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.293947000, lastModified=2023-10-03 14:53:24.293108000, delta=839000 ns, racy<=12500 ns 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.294148000, lastModified=2023-10-03 14:53:24.293108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.294148000, lastModified=2023-10-03 14:53:24.293108000, delta=1040000 ns, racy<=12500 ns 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.294346000, lastModified=2023-10-03 14:53:24.293108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.294346000, lastModified=2023-10-03 14:53:24.293108000, delta=1238000 ns, racy<=12500 ns 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.294543000, lastModified=2023-10-03 14:53:24.293108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.294543000, lastModified=2023-10-03 14:53:24.293108000, delta=1435000 ns, racy<=12500 ns 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.294748000, lastModified=2023-10-03 14:53:24.293108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.293108000 to 2023-10-03 14:53:24.294108000 14:53:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.294936000, lastModified=2023-10-03 14:53:24.294108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.294936000, lastModified=2023-10-03 14:53:24.294108000, delta=828000 ns, racy<=12500 ns 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.295138000, lastModified=2023-10-03 14:53:24.294108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.295138000, lastModified=2023-10-03 14:53:24.294108000, delta=1030000 ns, racy<=12500 ns 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.295360000, lastModified=2023-10-03 14:53:24.294108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.295360000, lastModified=2023-10-03 14:53:24.294108000, delta=1252000 ns, racy<=12500 ns 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.295573000, lastModified=2023-10-03 14:53:24.294108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.295573000, lastModified=2023-10-03 14:53:24.294108000, delta=1465000 ns, racy<=12500 ns 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.295775000, lastModified=2023-10-03 14:53:24.295108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.295775000, lastModified=2023-10-03 14:53:24.295108000, delta=667000 ns, racy<=12500 ns 14:53:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.295994000, lastModified=2023-10-03 14:53:24.295108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.295994000, lastModified=2023-10-03 14:53:24.295108000, delta=886000 ns, racy<=12500 ns 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.296205000, lastModified=2023-10-03 14:53:24.295108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.296205000, lastModified=2023-10-03 14:53:24.295108000, delta=1097000 ns, racy<=12500 ns 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.296409000, lastModified=2023-10-03 14:53:24.295108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.296409000, lastModified=2023-10-03 14:53:24.295108000, delta=1301000 ns, racy<=12500 ns 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.296610000, lastModified=2023-10-03 14:53:24.295108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.296610000, lastModified=2023-10-03 14:53:24.295108000, delta=1502000 ns, racy<=12500 ns 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.296814000, lastModified=2023-10-03 14:53:24.296108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.296814000, lastModified=2023-10-03 14:53:24.296108000, delta=706000 ns, racy<=12500 ns 14:53:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.297016000, lastModified=2023-10-03 14:53:24.296108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.297016000, lastModified=2023-10-03 14:53:24.296108000, delta=908000 ns, racy<=12500 ns 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.297232000, lastModified=2023-10-03 14:53:24.296108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.297232000, lastModified=2023-10-03 14:53:24.296108000, delta=1124000 ns, racy<=12500 ns 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.297430000, lastModified=2023-10-03 14:53:24.296108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.297430000, lastModified=2023-10-03 14:53:24.296108000, delta=1322000 ns, racy<=12500 ns 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.297625000, lastModified=2023-10-03 14:53:24.296108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.297625000, lastModified=2023-10-03 14:53:24.296108000, delta=1517000 ns, racy<=12500 ns 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.297842000, lastModified=2023-10-03 14:53:24.297108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.297842000, lastModified=2023-10-03 14:53:24.297108000, delta=734000 ns, racy<=12500 ns 14:53:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.298043000, lastModified=2023-10-03 14:53:24.297108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.298043000, lastModified=2023-10-03 14:53:24.297108000, delta=935000 ns, racy<=12500 ns 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.298252000, lastModified=2023-10-03 14:53:24.297108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.298252000, lastModified=2023-10-03 14:53:24.297108000, delta=1144000 ns, racy<=12500 ns 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.298446000, lastModified=2023-10-03 14:53:24.297108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.298446000, lastModified=2023-10-03 14:53:24.297108000, delta=1338000 ns, racy<=12500 ns 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.298640000, lastModified=2023-10-03 14:53:24.297108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.298640000, lastModified=2023-10-03 14:53:24.297108000, delta=1532000 ns, racy<=12500 ns 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.298845000, lastModified=2023-10-03 14:53:24.298108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.298845000, lastModified=2023-10-03 14:53:24.298108000, delta=737000 ns, racy<=12500 ns 14:53:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.299040000, lastModified=2023-10-03 14:53:24.298108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.299040000, lastModified=2023-10-03 14:53:24.298108000, delta=932000 ns, racy<=12500 ns 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.299244000, lastModified=2023-10-03 14:53:24.298108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.299244000, lastModified=2023-10-03 14:53:24.298108000, delta=1136000 ns, racy<=12500 ns 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.299446000, lastModified=2023-10-03 14:53:24.298108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.299446000, lastModified=2023-10-03 14:53:24.298108000, delta=1338000 ns, racy<=12500 ns 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.299638000, lastModified=2023-10-03 14:53:24.298108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.299638000, lastModified=2023-10-03 14:53:24.298108000, delta=1530000 ns, racy<=12500 ns 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.299846000, lastModified=2023-10-03 14:53:24.299108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.299846000, lastModified=2023-10-03 14:53:24.299108000, delta=738000 ns, racy<=12500 ns 14:53:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.300044000, lastModified=2023-10-03 14:53:24.299108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.300044000, lastModified=2023-10-03 14:53:24.299108000, delta=936000 ns, racy<=12500 ns 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.300254000, lastModified=2023-10-03 14:53:24.299108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.300254000, lastModified=2023-10-03 14:53:24.299108000, delta=1146000 ns, racy<=12500 ns 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.300453000, lastModified=2023-10-03 14:53:24.299108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.300453000, lastModified=2023-10-03 14:53:24.299108000, delta=1345000 ns, racy<=12500 ns 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.300680000, lastModified=2023-10-03 14:53:24.299108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.299108000 to 2023-10-03 14:53:24.300108000 14:53:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.300942000, lastModified=2023-10-03 14:53:24.300108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.300942000, lastModified=2023-10-03 14:53:24.300108000, delta=834000 ns, racy<=12500 ns 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.301234000, lastModified=2023-10-03 14:53:24.300108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.301234000, lastModified=2023-10-03 14:53:24.300108000, delta=1126000 ns, racy<=12500 ns 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.301486000, lastModified=2023-10-03 14:53:24.300108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.301486000, lastModified=2023-10-03 14:53:24.300108000, delta=1378000 ns, racy<=12500 ns 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.301713000, lastModified=2023-10-03 14:53:24.300108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.300108000 to 2023-10-03 14:53:24.301108000 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.302171000, lastModified=2023-10-03 14:53:24.301108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.302171000, lastModified=2023-10-03 14:53:24.301108000, delta=1063000 ns, racy<=12500 ns 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.302396000, lastModified=2023-10-03 14:53:24.301108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.302396000, lastModified=2023-10-03 14:53:24.301108000, delta=1288000 ns, racy<=12500 ns 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.302595000, lastModified=2023-10-03 14:53:24.301108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.302595000, lastModified=2023-10-03 14:53:24.301108000, delta=1487000 ns, racy<=12500 ns 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.302814000, lastModified=2023-10-03 14:53:24.302108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.302814000, lastModified=2023-10-03 14:53:24.302108000, delta=706000 ns, racy<=12500 ns 14:53:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.303028000, lastModified=2023-10-03 14:53:24.302108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.303028000, lastModified=2023-10-03 14:53:24.302108000, delta=920000 ns, racy<=12500 ns 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.303240000, lastModified=2023-10-03 14:53:24.302108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.303240000, lastModified=2023-10-03 14:53:24.302108000, delta=1132000 ns, racy<=12500 ns 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.303435000, lastModified=2023-10-03 14:53:24.302108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.303435000, lastModified=2023-10-03 14:53:24.302108000, delta=1327000 ns, racy<=12500 ns 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.303659000, lastModified=2023-10-03 14:53:24.302108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.302108000 to 2023-10-03 14:53:24.303108000 14:53:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.303888000, lastModified=2023-10-03 14:53:24.303108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.303888000, lastModified=2023-10-03 14:53:24.303108000, delta=780000 ns, racy<=12500 ns 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.304103000, lastModified=2023-10-03 14:53:24.303108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.304103000, lastModified=2023-10-03 14:53:24.303108000, delta=995000 ns, racy<=12500 ns 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.304298000, lastModified=2023-10-03 14:53:24.303108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.304298000, lastModified=2023-10-03 14:53:24.303108000, delta=1190000 ns, racy<=12500 ns 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.304492000, lastModified=2023-10-03 14:53:24.303108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.304492000, lastModified=2023-10-03 14:53:24.303108000, delta=1384000 ns, racy<=12500 ns 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.304702000, lastModified=2023-10-03 14:53:24.303108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.303108000 to 2023-10-03 14:53:24.304108000 14:53:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.304904000, lastModified=2023-10-03 14:53:24.304108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.304904000, lastModified=2023-10-03 14:53:24.304108000, delta=796000 ns, racy<=12500 ns 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.305107000, lastModified=2023-10-03 14:53:24.304108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.305107000, lastModified=2023-10-03 14:53:24.304108000, delta=999000 ns, racy<=12500 ns 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.305303000, lastModified=2023-10-03 14:53:24.304108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.305303000, lastModified=2023-10-03 14:53:24.304108000, delta=1195000 ns, racy<=12500 ns 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.305505000, lastModified=2023-10-03 14:53:24.304108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.305505000, lastModified=2023-10-03 14:53:24.304108000, delta=1397000 ns, racy<=12500 ns 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.305728000, lastModified=2023-10-03 14:53:24.304108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.304108000 to 2023-10-03 14:53:24.305108000 14:53:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.305949000, lastModified=2023-10-03 14:53:24.305108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.305949000, lastModified=2023-10-03 14:53:24.305108000, delta=841000 ns, racy<=12500 ns 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.306175000, lastModified=2023-10-03 14:53:24.305108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.306175000, lastModified=2023-10-03 14:53:24.305108000, delta=1067000 ns, racy<=12500 ns 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.306405000, lastModified=2023-10-03 14:53:24.305108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.306405000, lastModified=2023-10-03 14:53:24.305108000, delta=1297000 ns, racy<=12500 ns 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.306618000, lastModified=2023-10-03 14:53:24.305108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.306618000, lastModified=2023-10-03 14:53:24.305108000, delta=1510000 ns, racy<=12500 ns 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.306829000, lastModified=2023-10-03 14:53:24.306108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.306829000, lastModified=2023-10-03 14:53:24.306108000, delta=721000 ns, racy<=12500 ns 14:53:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.307068000, lastModified=2023-10-03 14:53:24.306108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.307068000, lastModified=2023-10-03 14:53:24.306108000, delta=960000 ns, racy<=12500 ns 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.307315000, lastModified=2023-10-03 14:53:24.306108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.307315000, lastModified=2023-10-03 14:53:24.306108000, delta=1207000 ns, racy<=12500 ns 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.307532000, lastModified=2023-10-03 14:53:24.306108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.307532000, lastModified=2023-10-03 14:53:24.306108000, delta=1424000 ns, racy<=12500 ns 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.307769000, lastModified=2023-10-03 14:53:24.306108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.306108000 to 2023-10-03 14:53:24.307108000 14:53:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.307975000, lastModified=2023-10-03 14:53:24.307108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.307975000, lastModified=2023-10-03 14:53:24.307108000, delta=867000 ns, racy<=12500 ns 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.308180000, lastModified=2023-10-03 14:53:24.307108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.308180000, lastModified=2023-10-03 14:53:24.307108000, delta=1072000 ns, racy<=12500 ns 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.308396000, lastModified=2023-10-03 14:53:24.307108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.308396000, lastModified=2023-10-03 14:53:24.307108000, delta=1288000 ns, racy<=12500 ns 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.308591000, lastModified=2023-10-03 14:53:24.307108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.308591000, lastModified=2023-10-03 14:53:24.307108000, delta=1483000 ns, racy<=12500 ns 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.308818000, lastModified=2023-10-03 14:53:24.308108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.308818000, lastModified=2023-10-03 14:53:24.308108000, delta=710000 ns, racy<=12500 ns 14:53:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.309012000, lastModified=2023-10-03 14:53:24.308108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.309012000, lastModified=2023-10-03 14:53:24.308108000, delta=904000 ns, racy<=12500 ns 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.309215000, lastModified=2023-10-03 14:53:24.308108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.309215000, lastModified=2023-10-03 14:53:24.308108000, delta=1107000 ns, racy<=12500 ns 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.309408000, lastModified=2023-10-03 14:53:24.308108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.309408000, lastModified=2023-10-03 14:53:24.308108000, delta=1300000 ns, racy<=12500 ns 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.309604000, lastModified=2023-10-03 14:53:24.308108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.309604000, lastModified=2023-10-03 14:53:24.308108000, delta=1496000 ns, racy<=12500 ns 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.309811000, lastModified=2023-10-03 14:53:24.309108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.309811000, lastModified=2023-10-03 14:53:24.309108000, delta=703000 ns, racy<=12500 ns 14:53:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.310005000, lastModified=2023-10-03 14:53:24.309108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.310005000, lastModified=2023-10-03 14:53:24.309108000, delta=897000 ns, racy<=12500 ns 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.310208000, lastModified=2023-10-03 14:53:24.309108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.310208000, lastModified=2023-10-03 14:53:24.309108000, delta=1100000 ns, racy<=12500 ns 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.310401000, lastModified=2023-10-03 14:53:24.309108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.310401000, lastModified=2023-10-03 14:53:24.309108000, delta=1293000 ns, racy<=12500 ns 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.310597000, lastModified=2023-10-03 14:53:24.309108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.310597000, lastModified=2023-10-03 14:53:24.309108000, delta=1489000 ns, racy<=12500 ns 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.310854000, lastModified=2023-10-03 14:53:24.310108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.310854000, lastModified=2023-10-03 14:53:24.310108000, delta=746000 ns, racy<=12500 ns 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.311094000, lastModified=2023-10-03 14:53:24.310108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.311094000, lastModified=2023-10-03 14:53:24.310108000, delta=986000 ns, racy<=12500 ns 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.311366000, lastModified=2023-10-03 14:53:24.310108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.311366000, lastModified=2023-10-03 14:53:24.310108000, delta=1258000 ns, racy<=12500 ns 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.311701000, lastModified=2023-10-03 14:53:24.310108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.310108000 to 2023-10-03 14:53:24.311108000 14:53:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.311986000, lastModified=2023-10-03 14:53:24.311108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.311986000, lastModified=2023-10-03 14:53:24.311108000, delta=878000 ns, racy<=12500 ns 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.312232000, lastModified=2023-10-03 14:53:24.311108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.312232000, lastModified=2023-10-03 14:53:24.311108000, delta=1124000 ns, racy<=12500 ns 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.312470000, lastModified=2023-10-03 14:53:24.311108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.312470000, lastModified=2023-10-03 14:53:24.311108000, delta=1362000 ns, racy<=12500 ns 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.312667000, lastModified=2023-10-03 14:53:24.311108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.311108000 to 2023-10-03 14:53:24.312108000 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.312872000, lastModified=2023-10-03 14:53:24.312108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.312872000, lastModified=2023-10-03 14:53:24.312108000, delta=764000 ns, racy<=12500 ns 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.313090000, lastModified=2023-10-03 14:53:24.312108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.313090000, lastModified=2023-10-03 14:53:24.312108000, delta=982000 ns, racy<=12500 ns 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.313300000, lastModified=2023-10-03 14:53:24.312108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.313300000, lastModified=2023-10-03 14:53:24.312108000, delta=1192000 ns, racy<=12500 ns 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.313504000, lastModified=2023-10-03 14:53:24.312108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.313504000, lastModified=2023-10-03 14:53:24.312108000, delta=1396000 ns, racy<=12500 ns 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.313698000, lastModified=2023-10-03 14:53:24.312108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.312108000 to 2023-10-03 14:53:24.313108000 14:53:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.313900000, lastModified=2023-10-03 14:53:24.313108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.313900000, lastModified=2023-10-03 14:53:24.313108000, delta=792000 ns, racy<=12500 ns 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.314101000, lastModified=2023-10-03 14:53:24.313108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.314101000, lastModified=2023-10-03 14:53:24.313108000, delta=993000 ns, racy<=12500 ns 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.314295000, lastModified=2023-10-03 14:53:24.313108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.314295000, lastModified=2023-10-03 14:53:24.313108000, delta=1187000 ns, racy<=12500 ns 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.314800000, lastModified=2023-10-03 14:53:24.313108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.313108000 to 2023-10-03 14:53:24.314108000 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.315041000, lastModified=2023-10-03 14:53:24.314108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.315041000, lastModified=2023-10-03 14:53:24.314108000, delta=933000 ns, racy<=12500 ns 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.315260000, lastModified=2023-10-03 14:53:24.314108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.315260000, lastModified=2023-10-03 14:53:24.314108000, delta=1152000 ns, racy<=12500 ns 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.315462000, lastModified=2023-10-03 14:53:24.314108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.315462000, lastModified=2023-10-03 14:53:24.314108000, delta=1354000 ns, racy<=12500 ns 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.315664000, lastModified=2023-10-03 14:53:24.314108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.314108000 to 2023-10-03 14:53:24.315108000 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.315855000, lastModified=2023-10-03 14:53:24.315108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.315855000, lastModified=2023-10-03 14:53:24.315108000, delta=747000 ns, racy<=12500 ns 14:53:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.316057000, lastModified=2023-10-03 14:53:24.315108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.316057000, lastModified=2023-10-03 14:53:24.315108000, delta=949000 ns, racy<=12500 ns 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.316258000, lastModified=2023-10-03 14:53:24.315108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.316258000, lastModified=2023-10-03 14:53:24.315108000, delta=1150000 ns, racy<=12500 ns 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.316450000, lastModified=2023-10-03 14:53:24.315108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.316450000, lastModified=2023-10-03 14:53:24.315108000, delta=1342000 ns, racy<=12500 ns 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.316649000, lastModified=2023-10-03 14:53:24.315108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.315108000 to 2023-10-03 14:53:24.316108000 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.316880000, lastModified=2023-10-03 14:53:24.316108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.316880000, lastModified=2023-10-03 14:53:24.316108000, delta=772000 ns, racy<=12500 ns 14:53:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.317163000, lastModified=2023-10-03 14:53:24.316108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.317163000, lastModified=2023-10-03 14:53:24.316108000, delta=1055000 ns, racy<=12500 ns 14:53:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.318108000, lastModified=2023-10-03 14:53:24.316108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.316108000 to 2023-10-03 14:53:24.317108000 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.318581000, lastModified=2023-10-03 14:53:24.317108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.318581000, lastModified=2023-10-03 14:53:24.317108000, delta=1473000 ns, racy<=12500 ns 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.318785000, lastModified=2023-10-03 14:53:24.318108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.318785000, lastModified=2023-10-03 14:53:24.318108000, delta=677000 ns, racy<=12500 ns 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.318983000, lastModified=2023-10-03 14:53:24.318108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.318983000, lastModified=2023-10-03 14:53:24.318108000, delta=875000 ns, racy<=12500 ns 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.319210000, lastModified=2023-10-03 14:53:24.318108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.319210000, lastModified=2023-10-03 14:53:24.318108000, delta=1102000 ns, racy<=12500 ns 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.319407000, lastModified=2023-10-03 14:53:24.318108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.319407000, lastModified=2023-10-03 14:53:24.318108000, delta=1299000 ns, racy<=12500 ns 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.319594000, lastModified=2023-10-03 14:53:24.318108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.319594000, lastModified=2023-10-03 14:53:24.318108000, delta=1486000 ns, racy<=12500 ns 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.319794000, lastModified=2023-10-03 14:53:24.319108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.319794000, lastModified=2023-10-03 14:53:24.319108000, delta=686000 ns, racy<=12500 ns 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.319987000, lastModified=2023-10-03 14:53:24.319108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.319987000, lastModified=2023-10-03 14:53:24.319108000, delta=879000 ns, racy<=12500 ns 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.320189000, lastModified=2023-10-03 14:53:24.319108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.320189000, lastModified=2023-10-03 14:53:24.319108000, delta=1081000 ns, racy<=12500 ns 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.320382000, lastModified=2023-10-03 14:53:24.319108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.320382000, lastModified=2023-10-03 14:53:24.319108000, delta=1274000 ns, racy<=12500 ns 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.320572000, lastModified=2023-10-03 14:53:24.319108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.320572000, lastModified=2023-10-03 14:53:24.319108000, delta=1464000 ns, racy<=12500 ns 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.320803000, lastModified=2023-10-03 14:53:24.320108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.320803000, lastModified=2023-10-03 14:53:24.320108000, delta=695000 ns, racy<=12500 ns 14:53:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.321014000, lastModified=2023-10-03 14:53:24.320108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.321014000, lastModified=2023-10-03 14:53:24.320108000, delta=906000 ns, racy<=12500 ns 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.321214000, lastModified=2023-10-03 14:53:24.320108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.321214000, lastModified=2023-10-03 14:53:24.320108000, delta=1106000 ns, racy<=12500 ns 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.321407000, lastModified=2023-10-03 14:53:24.320108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.321407000, lastModified=2023-10-03 14:53:24.320108000, delta=1299000 ns, racy<=12500 ns 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.321596000, lastModified=2023-10-03 14:53:24.320108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.321596000, lastModified=2023-10-03 14:53:24.320108000, delta=1488000 ns, racy<=12500 ns 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.321793000, lastModified=2023-10-03 14:53:24.321108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.321793000, lastModified=2023-10-03 14:53:24.321108000, delta=685000 ns, racy<=12500 ns 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.321992000, lastModified=2023-10-03 14:53:24.321108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.321992000, lastModified=2023-10-03 14:53:24.321108000, delta=884000 ns, racy<=12500 ns 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.322190000, lastModified=2023-10-03 14:53:24.321108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.322190000, lastModified=2023-10-03 14:53:24.321108000, delta=1082000 ns, racy<=12500 ns 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.322377000, lastModified=2023-10-03 14:53:24.321108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.322377000, lastModified=2023-10-03 14:53:24.321108000, delta=1269000 ns, racy<=12500 ns 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.322565000, lastModified=2023-10-03 14:53:24.321108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.322565000, lastModified=2023-10-03 14:53:24.321108000, delta=1457000 ns, racy<=12500 ns 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.322785000, lastModified=2023-10-03 14:53:24.321108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.321108000 to 2023-10-03 14:53:24.322108000 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.323016000, lastModified=2023-10-03 14:53:24.322108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.323016000, lastModified=2023-10-03 14:53:24.322108000, delta=908000 ns, racy<=12500 ns 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.323235000, lastModified=2023-10-03 14:53:24.322108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.323235000, lastModified=2023-10-03 14:53:24.322108000, delta=1127000 ns, racy<=12500 ns 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.323442000, lastModified=2023-10-03 14:53:24.322108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.323442000, lastModified=2023-10-03 14:53:24.322108000, delta=1334000 ns, racy<=12500 ns 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.323661000, lastModified=2023-10-03 14:53:24.322108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.322108000 to 2023-10-03 14:53:24.323108000 14:53:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.323913000, lastModified=2023-10-03 14:53:24.323108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.323913000, lastModified=2023-10-03 14:53:24.323108000, delta=805000 ns, racy<=12500 ns 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.324124000, lastModified=2023-10-03 14:53:24.323108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.324124000, lastModified=2023-10-03 14:53:24.323108000, delta=1016000 ns, racy<=12500 ns 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.324323000, lastModified=2023-10-03 14:53:24.323108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.324323000, lastModified=2023-10-03 14:53:24.323108000, delta=1215000 ns, racy<=12500 ns 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.324522000, lastModified=2023-10-03 14:53:24.323108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.324522000, lastModified=2023-10-03 14:53:24.323108000, delta=1414000 ns, racy<=12500 ns 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.324720000, lastModified=2023-10-03 14:53:24.323108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.323108000 to 2023-10-03 14:53:24.324108000 14:53:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.324968000, lastModified=2023-10-03 14:53:24.324108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.324968000, lastModified=2023-10-03 14:53:24.324108000, delta=860000 ns, racy<=12500 ns 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.325215000, lastModified=2023-10-03 14:53:24.324108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.325215000, lastModified=2023-10-03 14:53:24.324108000, delta=1107000 ns, racy<=12500 ns 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.325417000, lastModified=2023-10-03 14:53:24.324108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.325417000, lastModified=2023-10-03 14:53:24.324108000, delta=1309000 ns, racy<=12500 ns 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.325655000, lastModified=2023-10-03 14:53:24.324108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.324108000 to 2023-10-03 14:53:24.325108000 14:53:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.325896000, lastModified=2023-10-03 14:53:24.325108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.325896000, lastModified=2023-10-03 14:53:24.325108000, delta=788000 ns, racy<=12500 ns 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.326117000, lastModified=2023-10-03 14:53:24.325108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.326117000, lastModified=2023-10-03 14:53:24.325108000, delta=1009000 ns, racy<=12500 ns 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.326359000, lastModified=2023-10-03 14:53:24.325108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.326359000, lastModified=2023-10-03 14:53:24.325108000, delta=1251000 ns, racy<=12500 ns 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.326596000, lastModified=2023-10-03 14:53:24.325108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.326596000, lastModified=2023-10-03 14:53:24.325108000, delta=1488000 ns, racy<=12500 ns 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.326815000, lastModified=2023-10-03 14:53:24.326108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.326815000, lastModified=2023-10-03 14:53:24.326108000, delta=707000 ns, racy<=12500 ns 14:53:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.327022000, lastModified=2023-10-03 14:53:24.326108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.327022000, lastModified=2023-10-03 14:53:24.326108000, delta=914000 ns, racy<=12500 ns 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.327237000, lastModified=2023-10-03 14:53:24.326108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.327237000, lastModified=2023-10-03 14:53:24.326108000, delta=1129000 ns, racy<=12500 ns 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.327440000, lastModified=2023-10-03 14:53:24.326108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.327440000, lastModified=2023-10-03 14:53:24.326108000, delta=1332000 ns, racy<=12500 ns 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.327635000, lastModified=2023-10-03 14:53:24.326108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.327635000, lastModified=2023-10-03 14:53:24.326108000, delta=1527000 ns, racy<=12500 ns 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.327876000, lastModified=2023-10-03 14:53:24.327108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.327876000, lastModified=2023-10-03 14:53:24.327108000, delta=768000 ns, racy<=12500 ns 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.328385000, lastModified=2023-10-03 14:53:24.327108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.328385000, lastModified=2023-10-03 14:53:24.327108000, delta=1277000 ns, racy<=12500 ns 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.328585000, lastModified=2023-10-03 14:53:24.327108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.328585000, lastModified=2023-10-03 14:53:24.327108000, delta=1477000 ns, racy<=12500 ns 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.328823000, lastModified=2023-10-03 14:53:24.328108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.328823000, lastModified=2023-10-03 14:53:24.328108000, delta=715000 ns, racy<=12500 ns 14:53:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.329043000, lastModified=2023-10-03 14:53:24.328108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.329043000, lastModified=2023-10-03 14:53:24.328108000, delta=935000 ns, racy<=12500 ns 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.329251000, lastModified=2023-10-03 14:53:24.328108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.329251000, lastModified=2023-10-03 14:53:24.328108000, delta=1143000 ns, racy<=12500 ns 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.329447000, lastModified=2023-10-03 14:53:24.328108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.329447000, lastModified=2023-10-03 14:53:24.328108000, delta=1339000 ns, racy<=12500 ns 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.329646000, lastModified=2023-10-03 14:53:24.328108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.329646000, lastModified=2023-10-03 14:53:24.328108000, delta=1538000 ns, racy<=12500 ns 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.329860000, lastModified=2023-10-03 14:53:24.329108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.329860000, lastModified=2023-10-03 14:53:24.329108000, delta=752000 ns, racy<=12500 ns 14:53:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.330095000, lastModified=2023-10-03 14:53:24.329108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.330095000, lastModified=2023-10-03 14:53:24.329108000, delta=987000 ns, racy<=12500 ns 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.330312000, lastModified=2023-10-03 14:53:24.329108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.330312000, lastModified=2023-10-03 14:53:24.329108000, delta=1204000 ns, racy<=12500 ns 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.330506000, lastModified=2023-10-03 14:53:24.329108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.330506000, lastModified=2023-10-03 14:53:24.329108000, delta=1398000 ns, racy<=12500 ns 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.330739000, lastModified=2023-10-03 14:53:24.329108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.329108000 to 2023-10-03 14:53:24.330108000 14:53:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.330944000, lastModified=2023-10-03 14:53:24.330108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.330944000, lastModified=2023-10-03 14:53:24.330108000, delta=836000 ns, racy<=12500 ns 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.331145000, lastModified=2023-10-03 14:53:24.330108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.331145000, lastModified=2023-10-03 14:53:24.330108000, delta=1037000 ns, racy<=12500 ns 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.331336000, lastModified=2023-10-03 14:53:24.330108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.331336000, lastModified=2023-10-03 14:53:24.330108000, delta=1228000 ns, racy<=12500 ns 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.331530000, lastModified=2023-10-03 14:53:24.330108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.331530000, lastModified=2023-10-03 14:53:24.330108000, delta=1422000 ns, racy<=12500 ns 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.331718000, lastModified=2023-10-03 14:53:24.330108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.330108000 to 2023-10-03 14:53:24.331108000 14:53:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.331969000, lastModified=2023-10-03 14:53:24.331108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.331969000, lastModified=2023-10-03 14:53:24.331108000, delta=861000 ns, racy<=12500 ns 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.332197000, lastModified=2023-10-03 14:53:24.331108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.332197000, lastModified=2023-10-03 14:53:24.331108000, delta=1089000 ns, racy<=12500 ns 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.332416000, lastModified=2023-10-03 14:53:24.331108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.332416000, lastModified=2023-10-03 14:53:24.331108000, delta=1308000 ns, racy<=12500 ns 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.332612000, lastModified=2023-10-03 14:53:24.331108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.332612000, lastModified=2023-10-03 14:53:24.331108000, delta=1504000 ns, racy<=12500 ns 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.332828000, lastModified=2023-10-03 14:53:24.332108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.332828000, lastModified=2023-10-03 14:53:24.332108000, delta=720000 ns, racy<=12500 ns 14:53:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.333054000, lastModified=2023-10-03 14:53:24.332108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.333054000, lastModified=2023-10-03 14:53:24.332108000, delta=946000 ns, racy<=12500 ns 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.333271000, lastModified=2023-10-03 14:53:24.332108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.333271000, lastModified=2023-10-03 14:53:24.332108000, delta=1163000 ns, racy<=12500 ns 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.333472000, lastModified=2023-10-03 14:53:24.332108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.333472000, lastModified=2023-10-03 14:53:24.332108000, delta=1364000 ns, racy<=12500 ns 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.333669000, lastModified=2023-10-03 14:53:24.332108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.332108000 to 2023-10-03 14:53:24.333108000 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.333872000, lastModified=2023-10-03 14:53:24.333108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.333872000, lastModified=2023-10-03 14:53:24.333108000, delta=764000 ns, racy<=12500 ns 14:53:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.334069000, lastModified=2023-10-03 14:53:24.333108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.334069000, lastModified=2023-10-03 14:53:24.333108000, delta=961000 ns, racy<=12500 ns 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.334283000, lastModified=2023-10-03 14:53:24.333108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.334283000, lastModified=2023-10-03 14:53:24.333108000, delta=1175000 ns, racy<=12500 ns 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.334474000, lastModified=2023-10-03 14:53:24.333108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.334474000, lastModified=2023-10-03 14:53:24.333108000, delta=1366000 ns, racy<=12500 ns 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.334661000, lastModified=2023-10-03 14:53:24.333108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.333108000 to 2023-10-03 14:53:24.334108000 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.334854000, lastModified=2023-10-03 14:53:24.334108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.334854000, lastModified=2023-10-03 14:53:24.334108000, delta=746000 ns, racy<=12500 ns 14:53:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.335046000, lastModified=2023-10-03 14:53:24.334108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.335046000, lastModified=2023-10-03 14:53:24.334108000, delta=938000 ns, racy<=12500 ns 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.335244000, lastModified=2023-10-03 14:53:24.334108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.335244000, lastModified=2023-10-03 14:53:24.334108000, delta=1136000 ns, racy<=12500 ns 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.335456000, lastModified=2023-10-03 14:53:24.334108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.335456000, lastModified=2023-10-03 14:53:24.334108000, delta=1348000 ns, racy<=12500 ns 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.335717000, lastModified=2023-10-03 14:53:24.334108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.334108000 to 2023-10-03 14:53:24.335108000 14:53:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.335943000, lastModified=2023-10-03 14:53:24.335108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.335943000, lastModified=2023-10-03 14:53:24.335108000, delta=835000 ns, racy<=12500 ns 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.336172000, lastModified=2023-10-03 14:53:24.335108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.336172000, lastModified=2023-10-03 14:53:24.335108000, delta=1064000 ns, racy<=12500 ns 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.336381000, lastModified=2023-10-03 14:53:24.335108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.336381000, lastModified=2023-10-03 14:53:24.335108000, delta=1273000 ns, racy<=12500 ns 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.336578000, lastModified=2023-10-03 14:53:24.335108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.336578000, lastModified=2023-10-03 14:53:24.335108000, delta=1470000 ns, racy<=12500 ns 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.336796000, lastModified=2023-10-03 14:53:24.336108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.336796000, lastModified=2023-10-03 14:53:24.336108000, delta=688000 ns, racy<=12500 ns 14:53:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.337003000, lastModified=2023-10-03 14:53:24.336108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.337003000, lastModified=2023-10-03 14:53:24.336108000, delta=895000 ns, racy<=12500 ns 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.337216000, lastModified=2023-10-03 14:53:24.336108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.337216000, lastModified=2023-10-03 14:53:24.336108000, delta=1108000 ns, racy<=12500 ns 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.337415000, lastModified=2023-10-03 14:53:24.336108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.337415000, lastModified=2023-10-03 14:53:24.336108000, delta=1307000 ns, racy<=12500 ns 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.337616000, lastModified=2023-10-03 14:53:24.336108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.337616000, lastModified=2023-10-03 14:53:24.336108000, delta=1508000 ns, racy<=12500 ns 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.337839000, lastModified=2023-10-03 14:53:24.337108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.337839000, lastModified=2023-10-03 14:53:24.337108000, delta=731000 ns, racy<=12500 ns 14:53:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.338088000, lastModified=2023-10-03 14:53:24.337108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.338088000, lastModified=2023-10-03 14:53:24.337108000, delta=980000 ns, racy<=12500 ns 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.338295000, lastModified=2023-10-03 14:53:24.337108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.338295000, lastModified=2023-10-03 14:53:24.337108000, delta=1187000 ns, racy<=12500 ns 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.338515000, lastModified=2023-10-03 14:53:24.337108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.338515000, lastModified=2023-10-03 14:53:24.337108000, delta=1407000 ns, racy<=12500 ns 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.338723000, lastModified=2023-10-03 14:53:24.337108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.337108000 to 2023-10-03 14:53:24.338108000 14:53:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.338932000, lastModified=2023-10-03 14:53:24.338108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.338932000, lastModified=2023-10-03 14:53:24.338108000, delta=824000 ns, racy<=12500 ns 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.339139000, lastModified=2023-10-03 14:53:24.338108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.339139000, lastModified=2023-10-03 14:53:24.338108000, delta=1031000 ns, racy<=12500 ns 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.339335000, lastModified=2023-10-03 14:53:24.338108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.339335000, lastModified=2023-10-03 14:53:24.338108000, delta=1227000 ns, racy<=12500 ns 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.339546000, lastModified=2023-10-03 14:53:24.338108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.339546000, lastModified=2023-10-03 14:53:24.338108000, delta=1438000 ns, racy<=12500 ns 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.339748000, lastModified=2023-10-03 14:53:24.338108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.338108000 to 2023-10-03 14:53:24.339108000 14:53:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.339938000, lastModified=2023-10-03 14:53:24.339108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.339938000, lastModified=2023-10-03 14:53:24.339108000, delta=830000 ns, racy<=12500 ns 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.340141000, lastModified=2023-10-03 14:53:24.339108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.340141000, lastModified=2023-10-03 14:53:24.339108000, delta=1033000 ns, racy<=12500 ns 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.340599000, lastModified=2023-10-03 14:53:24.339108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.340599000, lastModified=2023-10-03 14:53:24.339108000, delta=1491000 ns, racy<=12500 ns 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.340846000, lastModified=2023-10-03 14:53:24.340108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.340846000, lastModified=2023-10-03 14:53:24.340108000, delta=738000 ns, racy<=12500 ns 14:53:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.341052000, lastModified=2023-10-03 14:53:24.340108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.341052000, lastModified=2023-10-03 14:53:24.340108000, delta=944000 ns, racy<=12500 ns 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.341257000, lastModified=2023-10-03 14:53:24.340108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.341257000, lastModified=2023-10-03 14:53:24.340108000, delta=1149000 ns, racy<=12500 ns 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.341448000, lastModified=2023-10-03 14:53:24.340108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.341448000, lastModified=2023-10-03 14:53:24.340108000, delta=1340000 ns, racy<=12500 ns 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.341657000, lastModified=2023-10-03 14:53:24.340108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.340108000 to 2023-10-03 14:53:24.341108000 14:53:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.341893000, lastModified=2023-10-03 14:53:24.341108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.341893000, lastModified=2023-10-03 14:53:24.341108000, delta=785000 ns, racy<=12500 ns 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.342108000, lastModified=2023-10-03 14:53:24.341108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.342108000, lastModified=2023-10-03 14:53:24.341108000, delta=1000000 ns, racy<=12500 ns 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.342330000, lastModified=2023-10-03 14:53:24.341108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.342330000, lastModified=2023-10-03 14:53:24.341108000, delta=1222000 ns, racy<=12500 ns 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.342529000, lastModified=2023-10-03 14:53:24.341108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.342529000, lastModified=2023-10-03 14:53:24.341108000, delta=1421000 ns, racy<=12500 ns 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.342721000, lastModified=2023-10-03 14:53:24.341108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.341108000 to 2023-10-03 14:53:24.342108000 14:53:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.342917000, lastModified=2023-10-03 14:53:24.342108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.342917000, lastModified=2023-10-03 14:53:24.342108000, delta=809000 ns, racy<=12500 ns 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.343113000, lastModified=2023-10-03 14:53:24.342108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.343113000, lastModified=2023-10-03 14:53:24.342108000, delta=1005000 ns, racy<=12500 ns 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.343305000, lastModified=2023-10-03 14:53:24.342108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.343305000, lastModified=2023-10-03 14:53:24.342108000, delta=1197000 ns, racy<=12500 ns 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.343490000, lastModified=2023-10-03 14:53:24.342108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.343490000, lastModified=2023-10-03 14:53:24.342108000, delta=1382000 ns, racy<=12500 ns 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.343682000, lastModified=2023-10-03 14:53:24.342108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.342108000 to 2023-10-03 14:53:24.343108000 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.343875000, lastModified=2023-10-03 14:53:24.343108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.343875000, lastModified=2023-10-03 14:53:24.343108000, delta=767000 ns, racy<=12500 ns 14:53:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.344065000, lastModified=2023-10-03 14:53:24.343108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.344065000, lastModified=2023-10-03 14:53:24.343108000, delta=957000 ns, racy<=12500 ns 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.344295000, lastModified=2023-10-03 14:53:24.343108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.344295000, lastModified=2023-10-03 14:53:24.343108000, delta=1187000 ns, racy<=12500 ns 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.344491000, lastModified=2023-10-03 14:53:24.343108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.344491000, lastModified=2023-10-03 14:53:24.343108000, delta=1383000 ns, racy<=12500 ns 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.344688000, lastModified=2023-10-03 14:53:24.343108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.343108000 to 2023-10-03 14:53:24.344108000 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.344887000, lastModified=2023-10-03 14:53:24.344108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.344887000, lastModified=2023-10-03 14:53:24.344108000, delta=779000 ns, racy<=12500 ns 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.345094000, lastModified=2023-10-03 14:53:24.344108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.345094000, lastModified=2023-10-03 14:53:24.344108000, delta=986000 ns, racy<=12500 ns 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.345302000, lastModified=2023-10-03 14:53:24.344108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.345302000, lastModified=2023-10-03 14:53:24.344108000, delta=1194000 ns, racy<=12500 ns 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.345497000, lastModified=2023-10-03 14:53:24.344108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.345497000, lastModified=2023-10-03 14:53:24.344108000, delta=1389000 ns, racy<=12500 ns 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.345694000, lastModified=2023-10-03 14:53:24.344108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.344108000 to 2023-10-03 14:53:24.345108000 14:53:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.345954000, lastModified=2023-10-03 14:53:24.345108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.345954000, lastModified=2023-10-03 14:53:24.345108000, delta=846000 ns, racy<=12500 ns 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.346158000, lastModified=2023-10-03 14:53:24.345108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.346158000, lastModified=2023-10-03 14:53:24.345108000, delta=1050000 ns, racy<=12500 ns 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.346358000, lastModified=2023-10-03 14:53:24.345108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.346358000, lastModified=2023-10-03 14:53:24.345108000, delta=1250000 ns, racy<=12500 ns 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.346563000, lastModified=2023-10-03 14:53:24.345108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.346563000, lastModified=2023-10-03 14:53:24.345108000, delta=1455000 ns, racy<=12500 ns 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.346766000, lastModified=2023-10-03 14:53:24.345108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.345108000 to 2023-10-03 14:53:24.346108000 14:53:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.346958000, lastModified=2023-10-03 14:53:24.346108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.346958000, lastModified=2023-10-03 14:53:24.346108000, delta=850000 ns, racy<=12500 ns 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.347155000, lastModified=2023-10-03 14:53:24.346108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.347155000, lastModified=2023-10-03 14:53:24.346108000, delta=1047000 ns, racy<=12500 ns 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.347347000, lastModified=2023-10-03 14:53:24.346108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.347347000, lastModified=2023-10-03 14:53:24.346108000, delta=1239000 ns, racy<=12500 ns 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.347540000, lastModified=2023-10-03 14:53:24.346108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.347540000, lastModified=2023-10-03 14:53:24.346108000, delta=1432000 ns, racy<=12500 ns 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.347729000, lastModified=2023-10-03 14:53:24.346108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.346108000 to 2023-10-03 14:53:24.347108000 14:53:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.347925000, lastModified=2023-10-03 14:53:24.347108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.347925000, lastModified=2023-10-03 14:53:24.347108000, delta=817000 ns, racy<=12500 ns 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.348122000, lastModified=2023-10-03 14:53:24.347108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.348122000, lastModified=2023-10-03 14:53:24.347108000, delta=1014000 ns, racy<=12500 ns 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.348319000, lastModified=2023-10-03 14:53:24.347108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.348319000, lastModified=2023-10-03 14:53:24.347108000, delta=1211000 ns, racy<=12500 ns 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.348516000, lastModified=2023-10-03 14:53:24.347108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.348516000, lastModified=2023-10-03 14:53:24.347108000, delta=1408000 ns, racy<=12500 ns 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.348702000, lastModified=2023-10-03 14:53:24.347108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.347108000 to 2023-10-03 14:53:24.348108000 14:53:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.348940000, lastModified=2023-10-03 14:53:24.348108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.348940000, lastModified=2023-10-03 14:53:24.348108000, delta=832000 ns, racy<=12500 ns 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.349141000, lastModified=2023-10-03 14:53:24.348108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.349141000, lastModified=2023-10-03 14:53:24.348108000, delta=1033000 ns, racy<=12500 ns 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.349332000, lastModified=2023-10-03 14:53:24.348108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.349332000, lastModified=2023-10-03 14:53:24.348108000, delta=1224000 ns, racy<=12500 ns 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.349524000, lastModified=2023-10-03 14:53:24.348108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.349524000, lastModified=2023-10-03 14:53:24.348108000, delta=1416000 ns, racy<=12500 ns 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.349819000, lastModified=2023-10-03 14:53:24.348108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.348108000 to 2023-10-03 14:53:24.349108000 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.350022000, lastModified=2023-10-03 14:53:24.349108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.350022000, lastModified=2023-10-03 14:53:24.349108000, delta=914000 ns, racy<=12500 ns 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.350223000, lastModified=2023-10-03 14:53:24.349108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.350223000, lastModified=2023-10-03 14:53:24.349108000, delta=1115000 ns, racy<=12500 ns 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.350412000, lastModified=2023-10-03 14:53:24.349108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.350412000, lastModified=2023-10-03 14:53:24.349108000, delta=1304000 ns, racy<=12500 ns 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.350606000, lastModified=2023-10-03 14:53:24.349108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.350606000, lastModified=2023-10-03 14:53:24.349108000, delta=1498000 ns, racy<=12500 ns 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.350868000, lastModified=2023-10-03 14:53:24.350108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.350868000, lastModified=2023-10-03 14:53:24.350108000, delta=760000 ns, racy<=12500 ns 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.351093000, lastModified=2023-10-03 14:53:24.350108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.351093000, lastModified=2023-10-03 14:53:24.350108000, delta=985000 ns, racy<=12500 ns 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.351285000, lastModified=2023-10-03 14:53:24.350108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.351285000, lastModified=2023-10-03 14:53:24.350108000, delta=1177000 ns, racy<=12500 ns 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.351500000, lastModified=2023-10-03 14:53:24.350108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.351500000, lastModified=2023-10-03 14:53:24.350108000, delta=1392000 ns, racy<=12500 ns 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.351701000, lastModified=2023-10-03 14:53:24.350108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.350108000 to 2023-10-03 14:53:24.351108000 14:53:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.351894000, lastModified=2023-10-03 14:53:24.351108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.351894000, lastModified=2023-10-03 14:53:24.351108000, delta=786000 ns, racy<=12500 ns 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.352095000, lastModified=2023-10-03 14:53:24.351108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.352095000, lastModified=2023-10-03 14:53:24.351108000, delta=987000 ns, racy<=12500 ns 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.352289000, lastModified=2023-10-03 14:53:24.351108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.352289000, lastModified=2023-10-03 14:53:24.351108000, delta=1181000 ns, racy<=12500 ns 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.352810000, lastModified=2023-10-03 14:53:24.352108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.352810000, lastModified=2023-10-03 14:53:24.352108000, delta=702000 ns, racy<=12500 ns 14:53:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.353027000, lastModified=2023-10-03 14:53:24.352108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.353027000, lastModified=2023-10-03 14:53:24.352108000, delta=919000 ns, racy<=12500 ns 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.353236000, lastModified=2023-10-03 14:53:24.352108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.353236000, lastModified=2023-10-03 14:53:24.352108000, delta=1128000 ns, racy<=12500 ns 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.353432000, lastModified=2023-10-03 14:53:24.352108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.353432000, lastModified=2023-10-03 14:53:24.352108000, delta=1324000 ns, racy<=12500 ns 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.353627000, lastModified=2023-10-03 14:53:24.352108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.353627000, lastModified=2023-10-03 14:53:24.352108000, delta=1519000 ns, racy<=12500 ns 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.353861000, lastModified=2023-10-03 14:53:24.353108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.353861000, lastModified=2023-10-03 14:53:24.353108000, delta=753000 ns, racy<=12500 ns 14:53:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.354065000, lastModified=2023-10-03 14:53:24.353108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.354065000, lastModified=2023-10-03 14:53:24.353108000, delta=957000 ns, racy<=12500 ns 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.354264000, lastModified=2023-10-03 14:53:24.353108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.354264000, lastModified=2023-10-03 14:53:24.353108000, delta=1156000 ns, racy<=12500 ns 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.354456000, lastModified=2023-10-03 14:53:24.353108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.354456000, lastModified=2023-10-03 14:53:24.353108000, delta=1348000 ns, racy<=12500 ns 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.354647000, lastModified=2023-10-03 14:53:24.353108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.354647000, lastModified=2023-10-03 14:53:24.353108000, delta=1539000 ns, racy<=12500 ns 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.354851000, lastModified=2023-10-03 14:53:24.354108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.354851000, lastModified=2023-10-03 14:53:24.354108000, delta=743000 ns, racy<=12500 ns 14:53:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.355048000, lastModified=2023-10-03 14:53:24.354108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.355048000, lastModified=2023-10-03 14:53:24.354108000, delta=940000 ns, racy<=12500 ns 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.355257000, lastModified=2023-10-03 14:53:24.354108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.355257000, lastModified=2023-10-03 14:53:24.354108000, delta=1149000 ns, racy<=12500 ns 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.355443000, lastModified=2023-10-03 14:53:24.354108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.355443000, lastModified=2023-10-03 14:53:24.354108000, delta=1335000 ns, racy<=12500 ns 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.355633000, lastModified=2023-10-03 14:53:24.354108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.355633000, lastModified=2023-10-03 14:53:24.354108000, delta=1525000 ns, racy<=12500 ns 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.355835000, lastModified=2023-10-03 14:53:24.355108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.355835000, lastModified=2023-10-03 14:53:24.355108000, delta=727000 ns, racy<=12500 ns 14:53:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.356029000, lastModified=2023-10-03 14:53:24.355108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.356029000, lastModified=2023-10-03 14:53:24.355108000, delta=921000 ns, racy<=12500 ns 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.356230000, lastModified=2023-10-03 14:53:24.355108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.356230000, lastModified=2023-10-03 14:53:24.355108000, delta=1122000 ns, racy<=12500 ns 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.356455000, lastModified=2023-10-03 14:53:24.355108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.356455000, lastModified=2023-10-03 14:53:24.355108000, delta=1347000 ns, racy<=12500 ns 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.356654000, lastModified=2023-10-03 14:53:24.355108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.356654000, lastModified=2023-10-03 14:53:24.355108000, delta=1546000 ns, racy<=12500 ns 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.356891000, lastModified=2023-10-03 14:53:24.356108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.356891000, lastModified=2023-10-03 14:53:24.356108000, delta=783000 ns, racy<=12500 ns 14:53:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.392577000, lastModified=2023-10-03 14:53:24.391108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.392577000, lastModified=2023-10-03 14:53:24.391108000, delta=1469000 ns, racy<=12500 ns 14:53:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.392904000, lastModified=2023-10-03 14:53:24.392108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.392904000, lastModified=2023-10-03 14:53:24.392108000, delta=796000 ns, racy<=12500 ns 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.393181000, lastModified=2023-10-03 14:53:24.392108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.393181000, lastModified=2023-10-03 14:53:24.392108000, delta=1073000 ns, racy<=12500 ns 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.393425000, lastModified=2023-10-03 14:53:24.392108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.393425000, lastModified=2023-10-03 14:53:24.392108000, delta=1317000 ns, racy<=12500 ns 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.393644000, lastModified=2023-10-03 14:53:24.392108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.392108000 to 2023-10-03 14:53:24.393108000 14:53:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.393861000, lastModified=2023-10-03 14:53:24.393108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.393861000, lastModified=2023-10-03 14:53:24.393108000, delta=753000 ns, racy<=12500 ns 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.394094000, lastModified=2023-10-03 14:53:24.393108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.394094000, lastModified=2023-10-03 14:53:24.393108000, delta=986000 ns, racy<=12500 ns 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.394297000, lastModified=2023-10-03 14:53:24.393108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.394297000, lastModified=2023-10-03 14:53:24.393108000, delta=1189000 ns, racy<=12500 ns 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.394496000, lastModified=2023-10-03 14:53:24.393108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.394496000, lastModified=2023-10-03 14:53:24.393108000, delta=1388000 ns, racy<=12500 ns 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.394687000, lastModified=2023-10-03 14:53:24.393108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.393108000 to 2023-10-03 14:53:24.394108000 14:53:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.394879000, lastModified=2023-10-03 14:53:24.394108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.394879000, lastModified=2023-10-03 14:53:24.394108000, delta=771000 ns, racy<=12500 ns 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.395148000, lastModified=2023-10-03 14:53:24.394108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.395148000, lastModified=2023-10-03 14:53:24.394108000, delta=1040000 ns, racy<=12500 ns 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.395378000, lastModified=2023-10-03 14:53:24.394108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.395378000, lastModified=2023-10-03 14:53:24.394108000, delta=1270000 ns, racy<=12500 ns 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.395587000, lastModified=2023-10-03 14:53:24.394108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.395587000, lastModified=2023-10-03 14:53:24.394108000, delta=1479000 ns, racy<=12500 ns 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.395821000, lastModified=2023-10-03 14:53:24.395108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.395821000, lastModified=2023-10-03 14:53:24.395108000, delta=713000 ns, racy<=12500 ns 14:53:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.396024000, lastModified=2023-10-03 14:53:24.395108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.396024000, lastModified=2023-10-03 14:53:24.395108000, delta=916000 ns, racy<=12500 ns 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.396236000, lastModified=2023-10-03 14:53:24.395108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.396236000, lastModified=2023-10-03 14:53:24.395108000, delta=1128000 ns, racy<=12500 ns 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.396435000, lastModified=2023-10-03 14:53:24.395108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.396435000, lastModified=2023-10-03 14:53:24.395108000, delta=1327000 ns, racy<=12500 ns 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.396642000, lastModified=2023-10-03 14:53:24.395108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.396642000, lastModified=2023-10-03 14:53:24.395108000, delta=1534000 ns, racy<=12500 ns 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.396861000, lastModified=2023-10-03 14:53:24.396108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.396861000, lastModified=2023-10-03 14:53:24.396108000, delta=753000 ns, racy<=12500 ns 14:53:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.397062000, lastModified=2023-10-03 14:53:24.396108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.397062000, lastModified=2023-10-03 14:53:24.396108000, delta=954000 ns, racy<=12500 ns 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.397287000, lastModified=2023-10-03 14:53:24.396108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.397287000, lastModified=2023-10-03 14:53:24.396108000, delta=1179000 ns, racy<=12500 ns 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.397514000, lastModified=2023-10-03 14:53:24.396108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.397514000, lastModified=2023-10-03 14:53:24.396108000, delta=1406000 ns, racy<=12500 ns 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.397740000, lastModified=2023-10-03 14:53:24.396108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.396108000 to 2023-10-03 14:53:24.397108000 14:53:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.397941000, lastModified=2023-10-03 14:53:24.397108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.397941000, lastModified=2023-10-03 14:53:24.397108000, delta=833000 ns, racy<=12500 ns 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.398211000, lastModified=2023-10-03 14:53:24.397108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.398211000, lastModified=2023-10-03 14:53:24.397108000, delta=1103000 ns, racy<=12500 ns 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.398435000, lastModified=2023-10-03 14:53:24.397108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.398435000, lastModified=2023-10-03 14:53:24.397108000, delta=1327000 ns, racy<=12500 ns 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.398650000, lastModified=2023-10-03 14:53:24.397108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.397108000 to 2023-10-03 14:53:24.398108000 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.398871000, lastModified=2023-10-03 14:53:24.398108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.398871000, lastModified=2023-10-03 14:53:24.398108000, delta=763000 ns, racy<=12500 ns 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.399084000, lastModified=2023-10-03 14:53:24.398108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.399084000, lastModified=2023-10-03 14:53:24.398108000, delta=976000 ns, racy<=12500 ns 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.399287000, lastModified=2023-10-03 14:53:24.398108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.399287000, lastModified=2023-10-03 14:53:24.398108000, delta=1179000 ns, racy<=12500 ns 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.399487000, lastModified=2023-10-03 14:53:24.398108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.399487000, lastModified=2023-10-03 14:53:24.398108000, delta=1379000 ns, racy<=12500 ns 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.399684000, lastModified=2023-10-03 14:53:24.398108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.398108000 to 2023-10-03 14:53:24.399108000 14:53:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.399919000, lastModified=2023-10-03 14:53:24.399108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.399919000, lastModified=2023-10-03 14:53:24.399108000, delta=811000 ns, racy<=12500 ns 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.400159000, lastModified=2023-10-03 14:53:24.399108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.400159000, lastModified=2023-10-03 14:53:24.399108000, delta=1051000 ns, racy<=12500 ns 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.400385000, lastModified=2023-10-03 14:53:24.399108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.400385000, lastModified=2023-10-03 14:53:24.399108000, delta=1277000 ns, racy<=12500 ns 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.400875000, lastModified=2023-10-03 14:53:24.399108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.399108000 to 2023-10-03 14:53:24.400108000 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.401105000, lastModified=2023-10-03 14:53:24.400108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.401105000, lastModified=2023-10-03 14:53:24.400108000, delta=997000 ns, racy<=12500 ns 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.401337000, lastModified=2023-10-03 14:53:24.400108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.401337000, lastModified=2023-10-03 14:53:24.400108000, delta=1229000 ns, racy<=12500 ns 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.401537000, lastModified=2023-10-03 14:53:24.400108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.401537000, lastModified=2023-10-03 14:53:24.400108000, delta=1429000 ns, racy<=12500 ns 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.401759000, lastModified=2023-10-03 14:53:24.400108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.400108000 to 2023-10-03 14:53:24.401108000 14:53:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.401976000, lastModified=2023-10-03 14:53:24.401108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.401976000, lastModified=2023-10-03 14:53:24.401108000, delta=868000 ns, racy<=12500 ns 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.402196000, lastModified=2023-10-03 14:53:24.401108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.402196000, lastModified=2023-10-03 14:53:24.401108000, delta=1088000 ns, racy<=12500 ns 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.402397000, lastModified=2023-10-03 14:53:24.401108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.402397000, lastModified=2023-10-03 14:53:24.401108000, delta=1289000 ns, racy<=12500 ns 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.402586000, lastModified=2023-10-03 14:53:24.401108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.402586000, lastModified=2023-10-03 14:53:24.401108000, delta=1478000 ns, racy<=12500 ns 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.402796000, lastModified=2023-10-03 14:53:24.402108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.402796000, lastModified=2023-10-03 14:53:24.402108000, delta=688000 ns, racy<=12500 ns 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.402990000, lastModified=2023-10-03 14:53:24.402108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.402990000, lastModified=2023-10-03 14:53:24.402108000, delta=882000 ns, racy<=12500 ns 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.403208000, lastModified=2023-10-03 14:53:24.402108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.403208000, lastModified=2023-10-03 14:53:24.402108000, delta=1100000 ns, racy<=12500 ns 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.403495000, lastModified=2023-10-03 14:53:24.402108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.403495000, lastModified=2023-10-03 14:53:24.402108000, delta=1387000 ns, racy<=12500 ns 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.403692000, lastModified=2023-10-03 14:53:24.402108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.402108000 to 2023-10-03 14:53:24.403108000 14:53:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.403902000, lastModified=2023-10-03 14:53:24.403108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.403902000, lastModified=2023-10-03 14:53:24.403108000, delta=794000 ns, racy<=12500 ns 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.404156000, lastModified=2023-10-03 14:53:24.403108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.404156000, lastModified=2023-10-03 14:53:24.403108000, delta=1048000 ns, racy<=12500 ns 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.404375000, lastModified=2023-10-03 14:53:24.403108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.404375000, lastModified=2023-10-03 14:53:24.403108000, delta=1267000 ns, racy<=12500 ns 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.404585000, lastModified=2023-10-03 14:53:24.403108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.404585000, lastModified=2023-10-03 14:53:24.403108000, delta=1477000 ns, racy<=12500 ns 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.404853000, lastModified=2023-10-03 14:53:24.404108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.404853000, lastModified=2023-10-03 14:53:24.404108000, delta=745000 ns, racy<=12500 ns 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.405089000, lastModified=2023-10-03 14:53:24.404108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.405089000, lastModified=2023-10-03 14:53:24.404108000, delta=981000 ns, racy<=12500 ns 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.405306000, lastModified=2023-10-03 14:53:24.404108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.405306000, lastModified=2023-10-03 14:53:24.404108000, delta=1198000 ns, racy<=12500 ns 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.405566000, lastModified=2023-10-03 14:53:24.404108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.405566000, lastModified=2023-10-03 14:53:24.404108000, delta=1458000 ns, racy<=12500 ns 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.405795000, lastModified=2023-10-03 14:53:24.405108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.405795000, lastModified=2023-10-03 14:53:24.405108000, delta=687000 ns, racy<=12500 ns 14:53:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.406023000, lastModified=2023-10-03 14:53:24.405108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.406023000, lastModified=2023-10-03 14:53:24.405108000, delta=915000 ns, racy<=12500 ns 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.406224000, lastModified=2023-10-03 14:53:24.405108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.406224000, lastModified=2023-10-03 14:53:24.405108000, delta=1116000 ns, racy<=12500 ns 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.406418000, lastModified=2023-10-03 14:53:24.405108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.406418000, lastModified=2023-10-03 14:53:24.405108000, delta=1310000 ns, racy<=12500 ns 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.406609000, lastModified=2023-10-03 14:53:24.405108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.406609000, lastModified=2023-10-03 14:53:24.405108000, delta=1501000 ns, racy<=12500 ns 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.406836000, lastModified=2023-10-03 14:53:24.406108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.406836000, lastModified=2023-10-03 14:53:24.406108000, delta=728000 ns, racy<=12500 ns 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.407107000, lastModified=2023-10-03 14:53:24.406108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.407107000, lastModified=2023-10-03 14:53:24.406108000, delta=999000 ns, racy<=12500 ns 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.407309000, lastModified=2023-10-03 14:53:24.406108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.407309000, lastModified=2023-10-03 14:53:24.406108000, delta=1201000 ns, racy<=12500 ns 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.407530000, lastModified=2023-10-03 14:53:24.406108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.407530000, lastModified=2023-10-03 14:53:24.406108000, delta=1422000 ns, racy<=12500 ns 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.407757000, lastModified=2023-10-03 14:53:24.406108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.406108000 to 2023-10-03 14:53:24.407108000 14:53:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.407963000, lastModified=2023-10-03 14:53:24.407108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.407963000, lastModified=2023-10-03 14:53:24.407108000, delta=855000 ns, racy<=12500 ns 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.408174000, lastModified=2023-10-03 14:53:24.407108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.408174000, lastModified=2023-10-03 14:53:24.407108000, delta=1066000 ns, racy<=12500 ns 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.408371000, lastModified=2023-10-03 14:53:24.407108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.408371000, lastModified=2023-10-03 14:53:24.407108000, delta=1263000 ns, racy<=12500 ns 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.408566000, lastModified=2023-10-03 14:53:24.407108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.408566000, lastModified=2023-10-03 14:53:24.407108000, delta=1458000 ns, racy<=12500 ns 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.408830000, lastModified=2023-10-03 14:53:24.408108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.408830000, lastModified=2023-10-03 14:53:24.408108000, delta=722000 ns, racy<=12500 ns 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.409122000, lastModified=2023-10-03 14:53:24.408108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.409122000, lastModified=2023-10-03 14:53:24.408108000, delta=1014000 ns, racy<=12500 ns 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.409356000, lastModified=2023-10-03 14:53:24.408108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.409356000, lastModified=2023-10-03 14:53:24.408108000, delta=1248000 ns, racy<=12500 ns 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.409559000, lastModified=2023-10-03 14:53:24.408108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.409559000, lastModified=2023-10-03 14:53:24.408108000, delta=1451000 ns, racy<=12500 ns 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.409807000, lastModified=2023-10-03 14:53:24.409108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.409807000, lastModified=2023-10-03 14:53:24.409108000, delta=699000 ns, racy<=12500 ns 14:53:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.410021000, lastModified=2023-10-03 14:53:24.409108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.410021000, lastModified=2023-10-03 14:53:24.409108000, delta=913000 ns, racy<=12500 ns 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.410228000, lastModified=2023-10-03 14:53:24.409108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.410228000, lastModified=2023-10-03 14:53:24.409108000, delta=1120000 ns, racy<=12500 ns 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.410420000, lastModified=2023-10-03 14:53:24.409108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.410420000, lastModified=2023-10-03 14:53:24.409108000, delta=1312000 ns, racy<=12500 ns 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.410614000, lastModified=2023-10-03 14:53:24.409108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.410614000, lastModified=2023-10-03 14:53:24.409108000, delta=1506000 ns, racy<=12500 ns 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.410820000, lastModified=2023-10-03 14:53:24.410108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.410820000, lastModified=2023-10-03 14:53:24.410108000, delta=712000 ns, racy<=12500 ns 14:53:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.411031000, lastModified=2023-10-03 14:53:24.410108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.411031000, lastModified=2023-10-03 14:53:24.410108000, delta=923000 ns, racy<=12500 ns 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.411235000, lastModified=2023-10-03 14:53:24.410108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.411235000, lastModified=2023-10-03 14:53:24.410108000, delta=1127000 ns, racy<=12500 ns 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.411444000, lastModified=2023-10-03 14:53:24.410108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.411444000, lastModified=2023-10-03 14:53:24.410108000, delta=1336000 ns, racy<=12500 ns 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.411651000, lastModified=2023-10-03 14:53:24.410108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.411651000, lastModified=2023-10-03 14:53:24.410108000, delta=1543000 ns, racy<=12500 ns 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.411854000, lastModified=2023-10-03 14:53:24.411108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.411854000, lastModified=2023-10-03 14:53:24.411108000, delta=746000 ns, racy<=12500 ns 14:53:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.412053000, lastModified=2023-10-03 14:53:24.411108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.412053000, lastModified=2023-10-03 14:53:24.411108000, delta=945000 ns, racy<=12500 ns 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.412254000, lastModified=2023-10-03 14:53:24.411108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.412254000, lastModified=2023-10-03 14:53:24.411108000, delta=1146000 ns, racy<=12500 ns 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.412446000, lastModified=2023-10-03 14:53:24.411108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.412446000, lastModified=2023-10-03 14:53:24.411108000, delta=1338000 ns, racy<=12500 ns 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.412664000, lastModified=2023-10-03 14:53:24.411108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.411108000 to 2023-10-03 14:53:24.412108000 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.412876000, lastModified=2023-10-03 14:53:24.412108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.412876000, lastModified=2023-10-03 14:53:24.412108000, delta=768000 ns, racy<=12500 ns 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.413116000, lastModified=2023-10-03 14:53:24.412108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.413116000, lastModified=2023-10-03 14:53:24.412108000, delta=1008000 ns, racy<=12500 ns 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.413325000, lastModified=2023-10-03 14:53:24.412108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.413325000, lastModified=2023-10-03 14:53:24.412108000, delta=1217000 ns, racy<=12500 ns 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.413841000, lastModified=2023-10-03 14:53:24.413108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.413841000, lastModified=2023-10-03 14:53:24.413108000, delta=733000 ns, racy<=12500 ns 14:53:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.414055000, lastModified=2023-10-03 14:53:24.413108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.414055000, lastModified=2023-10-03 14:53:24.413108000, delta=947000 ns, racy<=12500 ns 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.414302000, lastModified=2023-10-03 14:53:24.413108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.414302000, lastModified=2023-10-03 14:53:24.413108000, delta=1194000 ns, racy<=12500 ns 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.414501000, lastModified=2023-10-03 14:53:24.413108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.414501000, lastModified=2023-10-03 14:53:24.413108000, delta=1393000 ns, racy<=12500 ns 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.414691000, lastModified=2023-10-03 14:53:24.413108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.413108000 to 2023-10-03 14:53:24.414108000 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.414880000, lastModified=2023-10-03 14:53:24.414108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.414880000, lastModified=2023-10-03 14:53:24.414108000, delta=772000 ns, racy<=12500 ns 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.415127000, lastModified=2023-10-03 14:53:24.414108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.415127000, lastModified=2023-10-03 14:53:24.414108000, delta=1019000 ns, racy<=12500 ns 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.415334000, lastModified=2023-10-03 14:53:24.414108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.415334000, lastModified=2023-10-03 14:53:24.414108000, delta=1226000 ns, racy<=12500 ns 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.415526000, lastModified=2023-10-03 14:53:24.414108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.415526000, lastModified=2023-10-03 14:53:24.414108000, delta=1418000 ns, racy<=12500 ns 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.415717000, lastModified=2023-10-03 14:53:24.414108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.414108000 to 2023-10-03 14:53:24.415108000 14:53:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.415905000, lastModified=2023-10-03 14:53:24.415108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.415905000, lastModified=2023-10-03 14:53:24.415108000, delta=797000 ns, racy<=12500 ns 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.416103000, lastModified=2023-10-03 14:53:24.415108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.416103000, lastModified=2023-10-03 14:53:24.415108000, delta=995000 ns, racy<=12500 ns 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.416307000, lastModified=2023-10-03 14:53:24.415108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.416307000, lastModified=2023-10-03 14:53:24.415108000, delta=1199000 ns, racy<=12500 ns 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.416501000, lastModified=2023-10-03 14:53:24.415108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.416501000, lastModified=2023-10-03 14:53:24.415108000, delta=1393000 ns, racy<=12500 ns 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.416692000, lastModified=2023-10-03 14:53:24.415108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.415108000 to 2023-10-03 14:53:24.416108000 14:53:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.416906000, lastModified=2023-10-03 14:53:24.416108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.416906000, lastModified=2023-10-03 14:53:24.416108000, delta=798000 ns, racy<=12500 ns 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.417115000, lastModified=2023-10-03 14:53:24.416108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.417115000, lastModified=2023-10-03 14:53:24.416108000, delta=1007000 ns, racy<=12500 ns 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.417321000, lastModified=2023-10-03 14:53:24.416108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.417321000, lastModified=2023-10-03 14:53:24.416108000, delta=1213000 ns, racy<=12500 ns 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.417516000, lastModified=2023-10-03 14:53:24.416108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.417516000, lastModified=2023-10-03 14:53:24.416108000, delta=1408000 ns, racy<=12500 ns 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.417713000, lastModified=2023-10-03 14:53:24.416108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.416108000 to 2023-10-03 14:53:24.417108000 14:53:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.417965000, lastModified=2023-10-03 14:53:24.417108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.417965000, lastModified=2023-10-03 14:53:24.417108000, delta=857000 ns, racy<=12500 ns 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.418178000, lastModified=2023-10-03 14:53:24.417108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.418178000, lastModified=2023-10-03 14:53:24.417108000, delta=1070000 ns, racy<=12500 ns 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.418372000, lastModified=2023-10-03 14:53:24.417108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.418372000, lastModified=2023-10-03 14:53:24.417108000, delta=1264000 ns, racy<=12500 ns 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.418564000, lastModified=2023-10-03 14:53:24.417108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.418564000, lastModified=2023-10-03 14:53:24.417108000, delta=1456000 ns, racy<=12500 ns 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.418761000, lastModified=2023-10-03 14:53:24.417108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.417108000 to 2023-10-03 14:53:24.418108000 14:53:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.418947000, lastModified=2023-10-03 14:53:24.418108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.418947000, lastModified=2023-10-03 14:53:24.418108000, delta=839000 ns, racy<=12500 ns 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.419147000, lastModified=2023-10-03 14:53:24.418108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.419147000, lastModified=2023-10-03 14:53:24.418108000, delta=1039000 ns, racy<=12500 ns 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.419361000, lastModified=2023-10-03 14:53:24.418108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.419361000, lastModified=2023-10-03 14:53:24.418108000, delta=1253000 ns, racy<=12500 ns 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.419575000, lastModified=2023-10-03 14:53:24.418108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.419575000, lastModified=2023-10-03 14:53:24.418108000, delta=1467000 ns, racy<=12500 ns 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.419783000, lastModified=2023-10-03 14:53:24.419108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.419783000, lastModified=2023-10-03 14:53:24.419108000, delta=675000 ns, racy<=12500 ns 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.419976000, lastModified=2023-10-03 14:53:24.419108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.419976000, lastModified=2023-10-03 14:53:24.419108000, delta=868000 ns, racy<=12500 ns 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.420175000, lastModified=2023-10-03 14:53:24.419108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.420175000, lastModified=2023-10-03 14:53:24.419108000, delta=1067000 ns, racy<=12500 ns 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.420386000, lastModified=2023-10-03 14:53:24.419108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.420386000, lastModified=2023-10-03 14:53:24.419108000, delta=1278000 ns, racy<=12500 ns 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.420587000, lastModified=2023-10-03 14:53:24.419108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.420587000, lastModified=2023-10-03 14:53:24.419108000, delta=1479000 ns, racy<=12500 ns 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.420803000, lastModified=2023-10-03 14:53:24.420108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.420803000, lastModified=2023-10-03 14:53:24.420108000, delta=695000 ns, racy<=12500 ns 14:53:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.421001000, lastModified=2023-10-03 14:53:24.420108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.421001000, lastModified=2023-10-03 14:53:24.420108000, delta=893000 ns, racy<=12500 ns 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.421210000, lastModified=2023-10-03 14:53:24.420108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.421210000, lastModified=2023-10-03 14:53:24.420108000, delta=1102000 ns, racy<=12500 ns 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.421405000, lastModified=2023-10-03 14:53:24.420108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.421405000, lastModified=2023-10-03 14:53:24.420108000, delta=1297000 ns, racy<=12500 ns 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.421598000, lastModified=2023-10-03 14:53:24.420108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.421598000, lastModified=2023-10-03 14:53:24.420108000, delta=1490000 ns, racy<=12500 ns 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.421833000, lastModified=2023-10-03 14:53:24.421108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.421833000, lastModified=2023-10-03 14:53:24.421108000, delta=725000 ns, racy<=12500 ns 14:53:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.422041000, lastModified=2023-10-03 14:53:24.421108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.422041000, lastModified=2023-10-03 14:53:24.421108000, delta=933000 ns, racy<=12500 ns 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.422240000, lastModified=2023-10-03 14:53:24.421108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.422240000, lastModified=2023-10-03 14:53:24.421108000, delta=1132000 ns, racy<=12500 ns 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.422430000, lastModified=2023-10-03 14:53:24.421108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.422430000, lastModified=2023-10-03 14:53:24.421108000, delta=1322000 ns, racy<=12500 ns 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.422620000, lastModified=2023-10-03 14:53:24.421108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.422620000, lastModified=2023-10-03 14:53:24.421108000, delta=1512000 ns, racy<=12500 ns 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.422840000, lastModified=2023-10-03 14:53:24.422108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.422840000, lastModified=2023-10-03 14:53:24.422108000, delta=732000 ns, racy<=12500 ns 14:53:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.423051000, lastModified=2023-10-03 14:53:24.422108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.423051000, lastModified=2023-10-03 14:53:24.422108000, delta=943000 ns, racy<=12500 ns 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.423275000, lastModified=2023-10-03 14:53:24.422108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.423275000, lastModified=2023-10-03 14:53:24.422108000, delta=1167000 ns, racy<=12500 ns 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.423478000, lastModified=2023-10-03 14:53:24.422108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.423478000, lastModified=2023-10-03 14:53:24.422108000, delta=1370000 ns, racy<=12500 ns 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.423672000, lastModified=2023-10-03 14:53:24.422108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.422108000 to 2023-10-03 14:53:24.423108000 14:53:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.423916000, lastModified=2023-10-03 14:53:24.423108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.423916000, lastModified=2023-10-03 14:53:24.423108000, delta=808000 ns, racy<=12500 ns 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.424144000, lastModified=2023-10-03 14:53:24.423108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.424144000, lastModified=2023-10-03 14:53:24.423108000, delta=1036000 ns, racy<=12500 ns 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.424337000, lastModified=2023-10-03 14:53:24.423108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.424337000, lastModified=2023-10-03 14:53:24.423108000, delta=1229000 ns, racy<=12500 ns 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.424528000, lastModified=2023-10-03 14:53:24.423108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.424528000, lastModified=2023-10-03 14:53:24.423108000, delta=1420000 ns, racy<=12500 ns 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.424787000, lastModified=2023-10-03 14:53:24.424108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.424787000, lastModified=2023-10-03 14:53:24.424108000, delta=679000 ns, racy<=12500 ns 14:53:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.424994000, lastModified=2023-10-03 14:53:24.424108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.424994000, lastModified=2023-10-03 14:53:24.424108000, delta=886000 ns, racy<=12500 ns 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.425198000, lastModified=2023-10-03 14:53:24.424108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.425198000, lastModified=2023-10-03 14:53:24.424108000, delta=1090000 ns, racy<=12500 ns 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.425394000, lastModified=2023-10-03 14:53:24.424108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.425394000, lastModified=2023-10-03 14:53:24.424108000, delta=1286000 ns, racy<=12500 ns 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.425866000, lastModified=2023-10-03 14:53:24.424108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.424108000 to 2023-10-03 14:53:24.425108000 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.426089000, lastModified=2023-10-03 14:53:24.425108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.426089000, lastModified=2023-10-03 14:53:24.425108000, delta=981000 ns, racy<=12500 ns 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.426288000, lastModified=2023-10-03 14:53:24.425108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.426288000, lastModified=2023-10-03 14:53:24.425108000, delta=1180000 ns, racy<=12500 ns 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.426478000, lastModified=2023-10-03 14:53:24.425108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.426478000, lastModified=2023-10-03 14:53:24.425108000, delta=1370000 ns, racy<=12500 ns 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.426665000, lastModified=2023-10-03 14:53:24.425108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.425108000 to 2023-10-03 14:53:24.426108000 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.426861000, lastModified=2023-10-03 14:53:24.426108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.426861000, lastModified=2023-10-03 14:53:24.426108000, delta=753000 ns, racy<=12500 ns 14:53:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.427065000, lastModified=2023-10-03 14:53:24.426108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.427065000, lastModified=2023-10-03 14:53:24.426108000, delta=957000 ns, racy<=12500 ns 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.427266000, lastModified=2023-10-03 14:53:24.426108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.427266000, lastModified=2023-10-03 14:53:24.426108000, delta=1158000 ns, racy<=12500 ns 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.427453000, lastModified=2023-10-03 14:53:24.426108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.427453000, lastModified=2023-10-03 14:53:24.426108000, delta=1345000 ns, racy<=12500 ns 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.427643000, lastModified=2023-10-03 14:53:24.426108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.427643000, lastModified=2023-10-03 14:53:24.426108000, delta=1535000 ns, racy<=12500 ns 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.427842000, lastModified=2023-10-03 14:53:24.427108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.427842000, lastModified=2023-10-03 14:53:24.427108000, delta=734000 ns, racy<=12500 ns 14:53:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.428042000, lastModified=2023-10-03 14:53:24.427108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.428042000, lastModified=2023-10-03 14:53:24.427108000, delta=934000 ns, racy<=12500 ns 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.428251000, lastModified=2023-10-03 14:53:24.427108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.428251000, lastModified=2023-10-03 14:53:24.427108000, delta=1143000 ns, racy<=12500 ns 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.428439000, lastModified=2023-10-03 14:53:24.427108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.428439000, lastModified=2023-10-03 14:53:24.427108000, delta=1331000 ns, racy<=12500 ns 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.428627000, lastModified=2023-10-03 14:53:24.427108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.428627000, lastModified=2023-10-03 14:53:24.427108000, delta=1519000 ns, racy<=12500 ns 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.428844000, lastModified=2023-10-03 14:53:24.428108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.428844000, lastModified=2023-10-03 14:53:24.428108000, delta=736000 ns, racy<=12500 ns 14:53:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.429042000, lastModified=2023-10-03 14:53:24.428108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.429042000, lastModified=2023-10-03 14:53:24.428108000, delta=934000 ns, racy<=12500 ns 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.429245000, lastModified=2023-10-03 14:53:24.428108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.429245000, lastModified=2023-10-03 14:53:24.428108000, delta=1137000 ns, racy<=12500 ns 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.429442000, lastModified=2023-10-03 14:53:24.428108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.429442000, lastModified=2023-10-03 14:53:24.428108000, delta=1334000 ns, racy<=12500 ns 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.429639000, lastModified=2023-10-03 14:53:24.428108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.429639000, lastModified=2023-10-03 14:53:24.428108000, delta=1531000 ns, racy<=12500 ns 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.429851000, lastModified=2023-10-03 14:53:24.429108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.429851000, lastModified=2023-10-03 14:53:24.429108000, delta=743000 ns, racy<=12500 ns 14:53:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.430064000, lastModified=2023-10-03 14:53:24.429108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.430064000, lastModified=2023-10-03 14:53:24.429108000, delta=956000 ns, racy<=12500 ns 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.430262000, lastModified=2023-10-03 14:53:24.429108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.430262000, lastModified=2023-10-03 14:53:24.429108000, delta=1154000 ns, racy<=12500 ns 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.430451000, lastModified=2023-10-03 14:53:24.429108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.430451000, lastModified=2023-10-03 14:53:24.429108000, delta=1343000 ns, racy<=12500 ns 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.430640000, lastModified=2023-10-03 14:53:24.429108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.430640000, lastModified=2023-10-03 14:53:24.429108000, delta=1532000 ns, racy<=12500 ns 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.430863000, lastModified=2023-10-03 14:53:24.430108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.430863000, lastModified=2023-10-03 14:53:24.430108000, delta=755000 ns, racy<=12500 ns 14:53:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.431060000, lastModified=2023-10-03 14:53:24.430108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.431060000, lastModified=2023-10-03 14:53:24.430108000, delta=952000 ns, racy<=12500 ns 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.431267000, lastModified=2023-10-03 14:53:24.430108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.431267000, lastModified=2023-10-03 14:53:24.430108000, delta=1159000 ns, racy<=12500 ns 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.431460000, lastModified=2023-10-03 14:53:24.430108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.431460000, lastModified=2023-10-03 14:53:24.430108000, delta=1352000 ns, racy<=12500 ns 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.431655000, lastModified=2023-10-03 14:53:24.430108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.430108000 to 2023-10-03 14:53:24.431108000 14:53:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.431876000, lastModified=2023-10-03 14:53:24.431108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.431876000, lastModified=2023-10-03 14:53:24.431108000, delta=768000 ns, racy<=12500 ns 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.432092000, lastModified=2023-10-03 14:53:24.431108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.432092000, lastModified=2023-10-03 14:53:24.431108000, delta=984000 ns, racy<=12500 ns 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.432302000, lastModified=2023-10-03 14:53:24.431108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.432302000, lastModified=2023-10-03 14:53:24.431108000, delta=1194000 ns, racy<=12500 ns 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.432508000, lastModified=2023-10-03 14:53:24.431108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.432508000, lastModified=2023-10-03 14:53:24.431108000, delta=1400000 ns, racy<=12500 ns 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.432726000, lastModified=2023-10-03 14:53:24.431108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.431108000 to 2023-10-03 14:53:24.432108000 14:53:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.432937000, lastModified=2023-10-03 14:53:24.432108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.432937000, lastModified=2023-10-03 14:53:24.432108000, delta=829000 ns, racy<=12500 ns 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.433171000, lastModified=2023-10-03 14:53:24.432108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.433171000, lastModified=2023-10-03 14:53:24.432108000, delta=1063000 ns, racy<=12500 ns 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.433369000, lastModified=2023-10-03 14:53:24.432108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.433369000, lastModified=2023-10-03 14:53:24.432108000, delta=1261000 ns, racy<=12500 ns 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.433565000, lastModified=2023-10-03 14:53:24.432108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.433565000, lastModified=2023-10-03 14:53:24.432108000, delta=1457000 ns, racy<=12500 ns 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.433777000, lastModified=2023-10-03 14:53:24.433108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.433777000, lastModified=2023-10-03 14:53:24.433108000, delta=669000 ns, racy<=12500 ns 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.433978000, lastModified=2023-10-03 14:53:24.433108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.433978000, lastModified=2023-10-03 14:53:24.433108000, delta=870000 ns, racy<=12500 ns 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.434185000, lastModified=2023-10-03 14:53:24.433108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.434185000, lastModified=2023-10-03 14:53:24.433108000, delta=1077000 ns, racy<=12500 ns 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.434381000, lastModified=2023-10-03 14:53:24.433108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.434381000, lastModified=2023-10-03 14:53:24.433108000, delta=1273000 ns, racy<=12500 ns 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.434589000, lastModified=2023-10-03 14:53:24.433108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.434589000, lastModified=2023-10-03 14:53:24.433108000, delta=1481000 ns, racy<=12500 ns 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.434796000, lastModified=2023-10-03 14:53:24.434108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.434796000, lastModified=2023-10-03 14:53:24.434108000, delta=688000 ns, racy<=12500 ns 14:53:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.434996000, lastModified=2023-10-03 14:53:24.434108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.434996000, lastModified=2023-10-03 14:53:24.434108000, delta=888000 ns, racy<=12500 ns 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.435200000, lastModified=2023-10-03 14:53:24.434108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.435200000, lastModified=2023-10-03 14:53:24.434108000, delta=1092000 ns, racy<=12500 ns 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.435443000, lastModified=2023-10-03 14:53:24.434108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.435443000, lastModified=2023-10-03 14:53:24.434108000, delta=1335000 ns, racy<=12500 ns 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.435648000, lastModified=2023-10-03 14:53:24.434108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.435648000, lastModified=2023-10-03 14:53:24.434108000, delta=1540000 ns, racy<=12500 ns 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.435860000, lastModified=2023-10-03 14:53:24.435108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.435860000, lastModified=2023-10-03 14:53:24.435108000, delta=752000 ns, racy<=12500 ns 14:53:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.436058000, lastModified=2023-10-03 14:53:24.435108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.436058000, lastModified=2023-10-03 14:53:24.435108000, delta=950000 ns, racy<=12500 ns 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.436266000, lastModified=2023-10-03 14:53:24.435108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.436266000, lastModified=2023-10-03 14:53:24.435108000, delta=1158000 ns, racy<=12500 ns 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.436461000, lastModified=2023-10-03 14:53:24.435108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.436461000, lastModified=2023-10-03 14:53:24.435108000, delta=1353000 ns, racy<=12500 ns 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.436660000, lastModified=2023-10-03 14:53:24.435108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.435108000 to 2023-10-03 14:53:24.436108000 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.436857000, lastModified=2023-10-03 14:53:24.436108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.436857000, lastModified=2023-10-03 14:53:24.436108000, delta=749000 ns, racy<=12500 ns 14:53:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.437057000, lastModified=2023-10-03 14:53:24.436108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.437057000, lastModified=2023-10-03 14:53:24.436108000, delta=949000 ns, racy<=12500 ns 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.437319000, lastModified=2023-10-03 14:53:24.436108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.437319000, lastModified=2023-10-03 14:53:24.436108000, delta=1211000 ns, racy<=12500 ns 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.437572000, lastModified=2023-10-03 14:53:24.436108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.437572000, lastModified=2023-10-03 14:53:24.436108000, delta=1464000 ns, racy<=12500 ns 14:53:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.438075000, lastModified=2023-10-03 14:53:24.437108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.438075000, lastModified=2023-10-03 14:53:24.437108000, delta=967000 ns, racy<=12500 ns 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.438317000, lastModified=2023-10-03 14:53:24.437108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.438317000, lastModified=2023-10-03 14:53:24.437108000, delta=1209000 ns, racy<=12500 ns 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.438540000, lastModified=2023-10-03 14:53:24.437108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.438540000, lastModified=2023-10-03 14:53:24.437108000, delta=1432000 ns, racy<=12500 ns 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.438751000, lastModified=2023-10-03 14:53:24.437108000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.437108000 to 2023-10-03 14:53:24.438108000 14:53:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.492784000, lastModified=2023-10-03 14:53:24.492107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.492784000, lastModified=2023-10-03 14:53:24.492107000, delta=677000 ns, racy<=12500 ns 14:53:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.493081000, lastModified=2023-10-03 14:53:24.492107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.493081000, lastModified=2023-10-03 14:53:24.492107000, delta=974000 ns, racy<=12500 ns 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.493367000, lastModified=2023-10-03 14:53:24.492107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.493367000, lastModified=2023-10-03 14:53:24.492107000, delta=1260000 ns, racy<=12500 ns 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.493597000, lastModified=2023-10-03 14:53:24.492107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.493597000, lastModified=2023-10-03 14:53:24.492107000, delta=1490000 ns, racy<=12500 ns 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.493819000, lastModified=2023-10-03 14:53:24.493107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.493819000, lastModified=2023-10-03 14:53:24.493107000, delta=712000 ns, racy<=12500 ns 14:53:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.494026000, lastModified=2023-10-03 14:53:24.493107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.494026000, lastModified=2023-10-03 14:53:24.493107000, delta=919000 ns, racy<=12500 ns 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.494229000, lastModified=2023-10-03 14:53:24.493107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.494229000, lastModified=2023-10-03 14:53:24.493107000, delta=1122000 ns, racy<=12500 ns 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.494436000, lastModified=2023-10-03 14:53:24.493107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.494436000, lastModified=2023-10-03 14:53:24.493107000, delta=1329000 ns, racy<=12500 ns 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.494630000, lastModified=2023-10-03 14:53:24.493107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.494630000, lastModified=2023-10-03 14:53:24.493107000, delta=1523000 ns, racy<=12500 ns 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.494833000, lastModified=2023-10-03 14:53:24.494107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.494833000, lastModified=2023-10-03 14:53:24.494107000, delta=726000 ns, racy<=12500 ns 14:53:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.495032000, lastModified=2023-10-03 14:53:24.494107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.495032000, lastModified=2023-10-03 14:53:24.494107000, delta=925000 ns, racy<=12500 ns 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.495237000, lastModified=2023-10-03 14:53:24.494107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.495237000, lastModified=2023-10-03 14:53:24.494107000, delta=1130000 ns, racy<=12500 ns 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.495427000, lastModified=2023-10-03 14:53:24.494107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.495427000, lastModified=2023-10-03 14:53:24.494107000, delta=1320000 ns, racy<=12500 ns 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.495650000, lastModified=2023-10-03 14:53:24.494107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.495650000, lastModified=2023-10-03 14:53:24.494107000, delta=1543000 ns, racy<=12500 ns 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.495854000, lastModified=2023-10-03 14:53:24.495107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.495854000, lastModified=2023-10-03 14:53:24.495107000, delta=747000 ns, racy<=12500 ns 14:53:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.496056000, lastModified=2023-10-03 14:53:24.495107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.496056000, lastModified=2023-10-03 14:53:24.495107000, delta=949000 ns, racy<=12500 ns 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.496258000, lastModified=2023-10-03 14:53:24.495107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.496258000, lastModified=2023-10-03 14:53:24.495107000, delta=1151000 ns, racy<=12500 ns 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.496480000, lastModified=2023-10-03 14:53:24.495107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.496480000, lastModified=2023-10-03 14:53:24.495107000, delta=1373000 ns, racy<=12500 ns 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.496676000, lastModified=2023-10-03 14:53:24.495107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.495107000 to 2023-10-03 14:53:24.496107000 14:53:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.496903000, lastModified=2023-10-03 14:53:24.496107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.496903000, lastModified=2023-10-03 14:53:24.496107000, delta=796000 ns, racy<=12500 ns 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.497113000, lastModified=2023-10-03 14:53:24.496107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.497113000, lastModified=2023-10-03 14:53:24.496107000, delta=1006000 ns, racy<=12500 ns 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.497308000, lastModified=2023-10-03 14:53:24.496107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.497308000, lastModified=2023-10-03 14:53:24.496107000, delta=1201000 ns, racy<=12500 ns 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.497506000, lastModified=2023-10-03 14:53:24.496107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.497506000, lastModified=2023-10-03 14:53:24.496107000, delta=1399000 ns, racy<=12500 ns 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.497720000, lastModified=2023-10-03 14:53:24.496107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.496107000 to 2023-10-03 14:53:24.497107000 14:53:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.497941000, lastModified=2023-10-03 14:53:24.497107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.497941000, lastModified=2023-10-03 14:53:24.497107000, delta=834000 ns, racy<=12500 ns 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.498151000, lastModified=2023-10-03 14:53:24.497107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.498151000, lastModified=2023-10-03 14:53:24.497107000, delta=1044000 ns, racy<=12500 ns 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.498343000, lastModified=2023-10-03 14:53:24.497107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.498343000, lastModified=2023-10-03 14:53:24.497107000, delta=1236000 ns, racy<=12500 ns 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.498533000, lastModified=2023-10-03 14:53:24.497107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.498533000, lastModified=2023-10-03 14:53:24.497107000, delta=1426000 ns, racy<=12500 ns 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.498720000, lastModified=2023-10-03 14:53:24.497107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.497107000 to 2023-10-03 14:53:24.498107000 14:53:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.498922000, lastModified=2023-10-03 14:53:24.498107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.498922000, lastModified=2023-10-03 14:53:24.498107000, delta=815000 ns, racy<=12500 ns 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.499170000, lastModified=2023-10-03 14:53:24.498107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.499170000, lastModified=2023-10-03 14:53:24.498107000, delta=1063000 ns, racy<=12500 ns 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.499376000, lastModified=2023-10-03 14:53:24.498107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.499376000, lastModified=2023-10-03 14:53:24.498107000, delta=1269000 ns, racy<=12500 ns 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.499574000, lastModified=2023-10-03 14:53:24.498107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.499574000, lastModified=2023-10-03 14:53:24.498107000, delta=1467000 ns, racy<=12500 ns 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.499777000, lastModified=2023-10-03 14:53:24.499107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.499777000, lastModified=2023-10-03 14:53:24.499107000, delta=670000 ns, racy<=12500 ns 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.499987000, lastModified=2023-10-03 14:53:24.499107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.499987000, lastModified=2023-10-03 14:53:24.499107000, delta=880000 ns, racy<=12500 ns 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.500229000, lastModified=2023-10-03 14:53:24.499107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.500229000, lastModified=2023-10-03 14:53:24.499107000, delta=1122000 ns, racy<=12500 ns 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.500429000, lastModified=2023-10-03 14:53:24.499107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.500429000, lastModified=2023-10-03 14:53:24.499107000, delta=1322000 ns, racy<=12500 ns 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.500627000, lastModified=2023-10-03 14:53:24.499107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.500627000, lastModified=2023-10-03 14:53:24.499107000, delta=1520000 ns, racy<=12500 ns 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.500840000, lastModified=2023-10-03 14:53:24.500107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.500840000, lastModified=2023-10-03 14:53:24.500107000, delta=733000 ns, racy<=12500 ns 14:53:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.501058000, lastModified=2023-10-03 14:53:24.500107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.501058000, lastModified=2023-10-03 14:53:24.500107000, delta=951000 ns, racy<=12500 ns 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.501305000, lastModified=2023-10-03 14:53:24.500107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.501305000, lastModified=2023-10-03 14:53:24.500107000, delta=1198000 ns, racy<=12500 ns 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.501510000, lastModified=2023-10-03 14:53:24.500107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.501510000, lastModified=2023-10-03 14:53:24.500107000, delta=1403000 ns, racy<=12500 ns 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.501711000, lastModified=2023-10-03 14:53:24.500107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.500107000 to 2023-10-03 14:53:24.501107000 14:53:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.501937000, lastModified=2023-10-03 14:53:24.501107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.501937000, lastModified=2023-10-03 14:53:24.501107000, delta=830000 ns, racy<=12500 ns 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.502147000, lastModified=2023-10-03 14:53:24.501107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.502147000, lastModified=2023-10-03 14:53:24.501107000, delta=1040000 ns, racy<=12500 ns 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.502350000, lastModified=2023-10-03 14:53:24.501107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.502350000, lastModified=2023-10-03 14:53:24.501107000, delta=1243000 ns, racy<=12500 ns 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.502549000, lastModified=2023-10-03 14:53:24.501107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.502549000, lastModified=2023-10-03 14:53:24.501107000, delta=1442000 ns, racy<=12500 ns 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.502755000, lastModified=2023-10-03 14:53:24.501107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.501107000 to 2023-10-03 14:53:24.502107000 14:53:24.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.502950000, lastModified=2023-10-03 14:53:24.502107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.502950000, lastModified=2023-10-03 14:53:24.502107000, delta=843000 ns, racy<=12500 ns 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.503155000, lastModified=2023-10-03 14:53:24.502107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.503155000, lastModified=2023-10-03 14:53:24.502107000, delta=1048000 ns, racy<=12500 ns 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.503359000, lastModified=2023-10-03 14:53:24.502107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.503359000, lastModified=2023-10-03 14:53:24.502107000, delta=1252000 ns, racy<=12500 ns 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.503556000, lastModified=2023-10-03 14:53:24.502107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.503556000, lastModified=2023-10-03 14:53:24.502107000, delta=1449000 ns, racy<=12500 ns 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.503768000, lastModified=2023-10-03 14:53:24.502107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.502107000 to 2023-10-03 14:53:24.503107000 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.504265000, lastModified=2023-10-03 14:53:24.503107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.504265000, lastModified=2023-10-03 14:53:24.503107000, delta=1158000 ns, racy<=12500 ns 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.504484000, lastModified=2023-10-03 14:53:24.503107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.504484000, lastModified=2023-10-03 14:53:24.503107000, delta=1377000 ns, racy<=12500 ns 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.504678000, lastModified=2023-10-03 14:53:24.503107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.503107000 to 2023-10-03 14:53:24.504107000 14:53:24.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.504903000, lastModified=2023-10-03 14:53:24.504107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.504903000, lastModified=2023-10-03 14:53:24.504107000, delta=796000 ns, racy<=12500 ns 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.505108000, lastModified=2023-10-03 14:53:24.504107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.505108000, lastModified=2023-10-03 14:53:24.504107000, delta=1001000 ns, racy<=12500 ns 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.505323000, lastModified=2023-10-03 14:53:24.504107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.505323000, lastModified=2023-10-03 14:53:24.504107000, delta=1216000 ns, racy<=12500 ns 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.505523000, lastModified=2023-10-03 14:53:24.504107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.505523000, lastModified=2023-10-03 14:53:24.504107000, delta=1416000 ns, racy<=12500 ns 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.505775000, lastModified=2023-10-03 14:53:24.504107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.504107000 to 2023-10-03 14:53:24.505107000 14:53:24.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.505983000, lastModified=2023-10-03 14:53:24.505107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.505983000, lastModified=2023-10-03 14:53:24.505107000, delta=876000 ns, racy<=12500 ns 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.506189000, lastModified=2023-10-03 14:53:24.505107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.506189000, lastModified=2023-10-03 14:53:24.505107000, delta=1082000 ns, racy<=12500 ns 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.506382000, lastModified=2023-10-03 14:53:24.505107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.506382000, lastModified=2023-10-03 14:53:24.505107000, delta=1275000 ns, racy<=12500 ns 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.506572000, lastModified=2023-10-03 14:53:24.505107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.506572000, lastModified=2023-10-03 14:53:24.505107000, delta=1465000 ns, racy<=12500 ns 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.506784000, lastModified=2023-10-03 14:53:24.506107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.506784000, lastModified=2023-10-03 14:53:24.506107000, delta=677000 ns, racy<=12500 ns 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.506986000, lastModified=2023-10-03 14:53:24.506107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.506986000, lastModified=2023-10-03 14:53:24.506107000, delta=879000 ns, racy<=12500 ns 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.507192000, lastModified=2023-10-03 14:53:24.506107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.507192000, lastModified=2023-10-03 14:53:24.506107000, delta=1085000 ns, racy<=12500 ns 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.507388000, lastModified=2023-10-03 14:53:24.506107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.507388000, lastModified=2023-10-03 14:53:24.506107000, delta=1281000 ns, racy<=12500 ns 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.507579000, lastModified=2023-10-03 14:53:24.506107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.507579000, lastModified=2023-10-03 14:53:24.506107000, delta=1472000 ns, racy<=12500 ns 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.507780000, lastModified=2023-10-03 14:53:24.507107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.507780000, lastModified=2023-10-03 14:53:24.507107000, delta=673000 ns, racy<=12500 ns 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.507975000, lastModified=2023-10-03 14:53:24.507107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.507975000, lastModified=2023-10-03 14:53:24.507107000, delta=868000 ns, racy<=12500 ns 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.508179000, lastModified=2023-10-03 14:53:24.507107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.508179000, lastModified=2023-10-03 14:53:24.507107000, delta=1072000 ns, racy<=12500 ns 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.508374000, lastModified=2023-10-03 14:53:24.507107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.508374000, lastModified=2023-10-03 14:53:24.507107000, delta=1267000 ns, racy<=12500 ns 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.508566000, lastModified=2023-10-03 14:53:24.507107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.508566000, lastModified=2023-10-03 14:53:24.507107000, delta=1459000 ns, racy<=12500 ns 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.508779000, lastModified=2023-10-03 14:53:24.507107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.507107000 to 2023-10-03 14:53:24.508107000 14:53:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.508971000, lastModified=2023-10-03 14:53:24.508107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.508971000, lastModified=2023-10-03 14:53:24.508107000, delta=864000 ns, racy<=12500 ns 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.509185000, lastModified=2023-10-03 14:53:24.508107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.509185000, lastModified=2023-10-03 14:53:24.508107000, delta=1078000 ns, racy<=12500 ns 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.509382000, lastModified=2023-10-03 14:53:24.508107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.509382000, lastModified=2023-10-03 14:53:24.508107000, delta=1275000 ns, racy<=12500 ns 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.509578000, lastModified=2023-10-03 14:53:24.508107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.509578000, lastModified=2023-10-03 14:53:24.508107000, delta=1471000 ns, racy<=12500 ns 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.509868000, lastModified=2023-10-03 14:53:24.509107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.509868000, lastModified=2023-10-03 14:53:24.509107000, delta=761000 ns, racy<=12500 ns 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.510117000, lastModified=2023-10-03 14:53:24.509107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.510117000, lastModified=2023-10-03 14:53:24.509107000, delta=1010000 ns, racy<=12500 ns 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.510361000, lastModified=2023-10-03 14:53:24.509107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.510361000, lastModified=2023-10-03 14:53:24.509107000, delta=1254000 ns, racy<=12500 ns 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.510560000, lastModified=2023-10-03 14:53:24.509107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.510560000, lastModified=2023-10-03 14:53:24.509107000, delta=1453000 ns, racy<=12500 ns 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.510758000, lastModified=2023-10-03 14:53:24.509107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.509107000 to 2023-10-03 14:53:24.510107000 14:53:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.510940000, lastModified=2023-10-03 14:53:24.510107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.510940000, lastModified=2023-10-03 14:53:24.510107000, delta=833000 ns, racy<=12500 ns 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.511142000, lastModified=2023-10-03 14:53:24.510107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.511142000, lastModified=2023-10-03 14:53:24.510107000, delta=1035000 ns, racy<=12500 ns 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.511333000, lastModified=2023-10-03 14:53:24.510107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.511333000, lastModified=2023-10-03 14:53:24.510107000, delta=1226000 ns, racy<=12500 ns 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.511524000, lastModified=2023-10-03 14:53:24.510107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.511524000, lastModified=2023-10-03 14:53:24.510107000, delta=1417000 ns, racy<=12500 ns 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.511714000, lastModified=2023-10-03 14:53:24.510107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.510107000 to 2023-10-03 14:53:24.511107000 14:53:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.511904000, lastModified=2023-10-03 14:53:24.511107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.511904000, lastModified=2023-10-03 14:53:24.511107000, delta=797000 ns, racy<=12500 ns 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.512110000, lastModified=2023-10-03 14:53:24.511107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.512110000, lastModified=2023-10-03 14:53:24.511107000, delta=1003000 ns, racy<=12500 ns 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.512306000, lastModified=2023-10-03 14:53:24.511107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.512306000, lastModified=2023-10-03 14:53:24.511107000, delta=1199000 ns, racy<=12500 ns 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.512495000, lastModified=2023-10-03 14:53:24.511107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.512495000, lastModified=2023-10-03 14:53:24.511107000, delta=1388000 ns, racy<=12500 ns 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.512684000, lastModified=2023-10-03 14:53:24.511107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.511107000 to 2023-10-03 14:53:24.512107000 14:53:24.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.512948000, lastModified=2023-10-03 14:53:24.512107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.512948000, lastModified=2023-10-03 14:53:24.512107000, delta=841000 ns, racy<=12500 ns 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.513193000, lastModified=2023-10-03 14:53:24.512107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.513193000, lastModified=2023-10-03 14:53:24.512107000, delta=1086000 ns, racy<=12500 ns 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.513398000, lastModified=2023-10-03 14:53:24.512107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.513398000, lastModified=2023-10-03 14:53:24.512107000, delta=1291000 ns, racy<=12500 ns 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.513599000, lastModified=2023-10-03 14:53:24.512107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.513599000, lastModified=2023-10-03 14:53:24.512107000, delta=1492000 ns, racy<=12500 ns 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.513824000, lastModified=2023-10-03 14:53:24.513107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.513824000, lastModified=2023-10-03 14:53:24.513107000, delta=717000 ns, racy<=12500 ns 14:53:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.514044000, lastModified=2023-10-03 14:53:24.513107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.514044000, lastModified=2023-10-03 14:53:24.513107000, delta=937000 ns, racy<=12500 ns 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.514246000, lastModified=2023-10-03 14:53:24.513107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.514246000, lastModified=2023-10-03 14:53:24.513107000, delta=1139000 ns, racy<=12500 ns 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.514446000, lastModified=2023-10-03 14:53:24.513107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.514446000, lastModified=2023-10-03 14:53:24.513107000, delta=1339000 ns, racy<=12500 ns 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.514636000, lastModified=2023-10-03 14:53:24.513107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.514636000, lastModified=2023-10-03 14:53:24.513107000, delta=1529000 ns, racy<=12500 ns 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.514842000, lastModified=2023-10-03 14:53:24.514107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.514842000, lastModified=2023-10-03 14:53:24.514107000, delta=735000 ns, racy<=12500 ns 14:53:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.515041000, lastModified=2023-10-03 14:53:24.514107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.515041000, lastModified=2023-10-03 14:53:24.514107000, delta=934000 ns, racy<=12500 ns 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.515246000, lastModified=2023-10-03 14:53:24.514107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.515246000, lastModified=2023-10-03 14:53:24.514107000, delta=1139000 ns, racy<=12500 ns 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.515439000, lastModified=2023-10-03 14:53:24.514107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.515439000, lastModified=2023-10-03 14:53:24.514107000, delta=1332000 ns, racy<=12500 ns 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.515633000, lastModified=2023-10-03 14:53:24.514107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.515633000, lastModified=2023-10-03 14:53:24.514107000, delta=1526000 ns, racy<=12500 ns 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.515842000, lastModified=2023-10-03 14:53:24.515107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.515842000, lastModified=2023-10-03 14:53:24.515107000, delta=735000 ns, racy<=12500 ns 14:53:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.516038000, lastModified=2023-10-03 14:53:24.515107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.516038000, lastModified=2023-10-03 14:53:24.515107000, delta=931000 ns, racy<=12500 ns 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.516536000, lastModified=2023-10-03 14:53:24.515107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.516536000, lastModified=2023-10-03 14:53:24.515107000, delta=1429000 ns, racy<=12500 ns 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.516748000, lastModified=2023-10-03 14:53:24.515107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.515107000 to 2023-10-03 14:53:24.516107000 14:53:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.516939000, lastModified=2023-10-03 14:53:24.516107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.516939000, lastModified=2023-10-03 14:53:24.516107000, delta=832000 ns, racy<=12500 ns 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.517164000, lastModified=2023-10-03 14:53:24.516107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.517164000, lastModified=2023-10-03 14:53:24.516107000, delta=1057000 ns, racy<=12500 ns 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.517361000, lastModified=2023-10-03 14:53:24.516107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.517361000, lastModified=2023-10-03 14:53:24.516107000, delta=1254000 ns, racy<=12500 ns 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.517554000, lastModified=2023-10-03 14:53:24.516107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.517554000, lastModified=2023-10-03 14:53:24.516107000, delta=1447000 ns, racy<=12500 ns 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.517787000, lastModified=2023-10-03 14:53:24.516107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.516107000 to 2023-10-03 14:53:24.517107000 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.518010000, lastModified=2023-10-03 14:53:24.517107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.518010000, lastModified=2023-10-03 14:53:24.517107000, delta=903000 ns, racy<=12500 ns 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.518219000, lastModified=2023-10-03 14:53:24.517107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.518219000, lastModified=2023-10-03 14:53:24.517107000, delta=1112000 ns, racy<=12500 ns 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.518413000, lastModified=2023-10-03 14:53:24.517107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.518413000, lastModified=2023-10-03 14:53:24.517107000, delta=1306000 ns, racy<=12500 ns 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.518601000, lastModified=2023-10-03 14:53:24.517107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.518601000, lastModified=2023-10-03 14:53:24.517107000, delta=1494000 ns, racy<=12500 ns 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.518814000, lastModified=2023-10-03 14:53:24.518107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.518814000, lastModified=2023-10-03 14:53:24.518107000, delta=707000 ns, racy<=12500 ns 14:53:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.519015000, lastModified=2023-10-03 14:53:24.518107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.519015000, lastModified=2023-10-03 14:53:24.518107000, delta=908000 ns, racy<=12500 ns 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.519215000, lastModified=2023-10-03 14:53:24.518107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.519215000, lastModified=2023-10-03 14:53:24.518107000, delta=1108000 ns, racy<=12500 ns 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.519408000, lastModified=2023-10-03 14:53:24.518107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.519408000, lastModified=2023-10-03 14:53:24.518107000, delta=1301000 ns, racy<=12500 ns 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.519613000, lastModified=2023-10-03 14:53:24.518107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.519613000, lastModified=2023-10-03 14:53:24.518107000, delta=1506000 ns, racy<=12500 ns 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.519821000, lastModified=2023-10-03 14:53:24.519107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.519821000, lastModified=2023-10-03 14:53:24.519107000, delta=714000 ns, racy<=12500 ns 14:53:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.520016000, lastModified=2023-10-03 14:53:24.519107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.520016000, lastModified=2023-10-03 14:53:24.519107000, delta=909000 ns, racy<=12500 ns 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.520220000, lastModified=2023-10-03 14:53:24.519107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.520220000, lastModified=2023-10-03 14:53:24.519107000, delta=1113000 ns, racy<=12500 ns 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.520411000, lastModified=2023-10-03 14:53:24.519107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.520411000, lastModified=2023-10-03 14:53:24.519107000, delta=1304000 ns, racy<=12500 ns 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.520601000, lastModified=2023-10-03 14:53:24.519107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.520601000, lastModified=2023-10-03 14:53:24.519107000, delta=1494000 ns, racy<=12500 ns 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.520806000, lastModified=2023-10-03 14:53:24.520107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.520806000, lastModified=2023-10-03 14:53:24.520107000, delta=699000 ns, racy<=12500 ns 14:53:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.521009000, lastModified=2023-10-03 14:53:24.520107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.521009000, lastModified=2023-10-03 14:53:24.520107000, delta=902000 ns, racy<=12500 ns 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.521212000, lastModified=2023-10-03 14:53:24.520107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.521212000, lastModified=2023-10-03 14:53:24.520107000, delta=1105000 ns, racy<=12500 ns 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.521404000, lastModified=2023-10-03 14:53:24.520107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.521404000, lastModified=2023-10-03 14:53:24.520107000, delta=1297000 ns, racy<=12500 ns 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.521601000, lastModified=2023-10-03 14:53:24.520107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.521601000, lastModified=2023-10-03 14:53:24.520107000, delta=1494000 ns, racy<=12500 ns 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.521863000, lastModified=2023-10-03 14:53:24.521107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.521863000, lastModified=2023-10-03 14:53:24.521107000, delta=756000 ns, racy<=12500 ns 14:53:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.522062000, lastModified=2023-10-03 14:53:24.521107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.522062000, lastModified=2023-10-03 14:53:24.521107000, delta=955000 ns, racy<=12500 ns 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.522261000, lastModified=2023-10-03 14:53:24.521107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.522261000, lastModified=2023-10-03 14:53:24.521107000, delta=1154000 ns, racy<=12500 ns 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.522448000, lastModified=2023-10-03 14:53:24.521107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.522448000, lastModified=2023-10-03 14:53:24.521107000, delta=1341000 ns, racy<=12500 ns 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.522641000, lastModified=2023-10-03 14:53:24.521107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.522641000, lastModified=2023-10-03 14:53:24.521107000, delta=1534000 ns, racy<=12500 ns 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.522848000, lastModified=2023-10-03 14:53:24.522107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.522848000, lastModified=2023-10-03 14:53:24.522107000, delta=741000 ns, racy<=12500 ns 14:53:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.523040000, lastModified=2023-10-03 14:53:24.522107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.523040000, lastModified=2023-10-03 14:53:24.522107000, delta=933000 ns, racy<=12500 ns 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.523239000, lastModified=2023-10-03 14:53:24.522107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.523239000, lastModified=2023-10-03 14:53:24.522107000, delta=1132000 ns, racy<=12500 ns 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.523429000, lastModified=2023-10-03 14:53:24.522107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.523429000, lastModified=2023-10-03 14:53:24.522107000, delta=1322000 ns, racy<=12500 ns 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.523627000, lastModified=2023-10-03 14:53:24.522107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.523627000, lastModified=2023-10-03 14:53:24.522107000, delta=1520000 ns, racy<=12500 ns 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.523831000, lastModified=2023-10-03 14:53:24.523107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.523831000, lastModified=2023-10-03 14:53:24.523107000, delta=724000 ns, racy<=12500 ns 14:53:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.524029000, lastModified=2023-10-03 14:53:24.523107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.524029000, lastModified=2023-10-03 14:53:24.523107000, delta=922000 ns, racy<=12500 ns 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.524232000, lastModified=2023-10-03 14:53:24.523107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.524232000, lastModified=2023-10-03 14:53:24.523107000, delta=1125000 ns, racy<=12500 ns 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.524425000, lastModified=2023-10-03 14:53:24.523107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.524425000, lastModified=2023-10-03 14:53:24.523107000, delta=1318000 ns, racy<=12500 ns 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.524619000, lastModified=2023-10-03 14:53:24.523107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.524619000, lastModified=2023-10-03 14:53:24.523107000, delta=1512000 ns, racy<=12500 ns 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.524829000, lastModified=2023-10-03 14:53:24.524107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.524829000, lastModified=2023-10-03 14:53:24.524107000, delta=722000 ns, racy<=12500 ns 14:53:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.525024000, lastModified=2023-10-03 14:53:24.524107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.525024000, lastModified=2023-10-03 14:53:24.524107000, delta=917000 ns, racy<=12500 ns 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.525224000, lastModified=2023-10-03 14:53:24.524107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.525224000, lastModified=2023-10-03 14:53:24.524107000, delta=1117000 ns, racy<=12500 ns 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.525420000, lastModified=2023-10-03 14:53:24.524107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.525420000, lastModified=2023-10-03 14:53:24.524107000, delta=1313000 ns, racy<=12500 ns 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.525628000, lastModified=2023-10-03 14:53:24.524107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.525628000, lastModified=2023-10-03 14:53:24.524107000, delta=1521000 ns, racy<=12500 ns 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.525834000, lastModified=2023-10-03 14:53:24.525107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.525834000, lastModified=2023-10-03 14:53:24.525107000, delta=727000 ns, racy<=12500 ns 14:53:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.526028000, lastModified=2023-10-03 14:53:24.525107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.526028000, lastModified=2023-10-03 14:53:24.525107000, delta=921000 ns, racy<=12500 ns 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.526231000, lastModified=2023-10-03 14:53:24.525107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.526231000, lastModified=2023-10-03 14:53:24.525107000, delta=1124000 ns, racy<=12500 ns 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.526425000, lastModified=2023-10-03 14:53:24.525107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.526425000, lastModified=2023-10-03 14:53:24.525107000, delta=1318000 ns, racy<=12500 ns 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.526617000, lastModified=2023-10-03 14:53:24.525107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.526617000, lastModified=2023-10-03 14:53:24.525107000, delta=1510000 ns, racy<=12500 ns 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.526823000, lastModified=2023-10-03 14:53:24.526107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.526823000, lastModified=2023-10-03 14:53:24.526107000, delta=716000 ns, racy<=12500 ns 14:53:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.527018000, lastModified=2023-10-03 14:53:24.526107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.527018000, lastModified=2023-10-03 14:53:24.526107000, delta=911000 ns, racy<=12500 ns 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.527225000, lastModified=2023-10-03 14:53:24.526107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.527225000, lastModified=2023-10-03 14:53:24.526107000, delta=1118000 ns, racy<=12500 ns 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.527418000, lastModified=2023-10-03 14:53:24.526107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.527418000, lastModified=2023-10-03 14:53:24.526107000, delta=1311000 ns, racy<=12500 ns 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.527615000, lastModified=2023-10-03 14:53:24.526107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.527615000, lastModified=2023-10-03 14:53:24.526107000, delta=1508000 ns, racy<=12500 ns 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.527821000, lastModified=2023-10-03 14:53:24.527107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.527821000, lastModified=2023-10-03 14:53:24.527107000, delta=714000 ns, racy<=12500 ns 14:53:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.528282000, lastModified=2023-10-03 14:53:24.527107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.528282000, lastModified=2023-10-03 14:53:24.527107000, delta=1175000 ns, racy<=12500 ns 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.528505000, lastModified=2023-10-03 14:53:24.527107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.528505000, lastModified=2023-10-03 14:53:24.527107000, delta=1398000 ns, racy<=12500 ns 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.528696000, lastModified=2023-10-03 14:53:24.527107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.527107000 to 2023-10-03 14:53:24.528107000 14:53:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.528898000, lastModified=2023-10-03 14:53:24.528107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.528898000, lastModified=2023-10-03 14:53:24.528107000, delta=791000 ns, racy<=12500 ns 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.529103000, lastModified=2023-10-03 14:53:24.528107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.529103000, lastModified=2023-10-03 14:53:24.528107000, delta=996000 ns, racy<=12500 ns 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.529296000, lastModified=2023-10-03 14:53:24.528107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.529296000, lastModified=2023-10-03 14:53:24.528107000, delta=1189000 ns, racy<=12500 ns 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.529488000, lastModified=2023-10-03 14:53:24.528107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.529488000, lastModified=2023-10-03 14:53:24.528107000, delta=1381000 ns, racy<=12500 ns 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.529677000, lastModified=2023-10-03 14:53:24.528107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.528107000 to 2023-10-03 14:53:24.529107000 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.529876000, lastModified=2023-10-03 14:53:24.529107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.529876000, lastModified=2023-10-03 14:53:24.529107000, delta=769000 ns, racy<=12500 ns 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.530079000, lastModified=2023-10-03 14:53:24.529107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.530079000, lastModified=2023-10-03 14:53:24.529107000, delta=972000 ns, racy<=12500 ns 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.530272000, lastModified=2023-10-03 14:53:24.529107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.530272000, lastModified=2023-10-03 14:53:24.529107000, delta=1165000 ns, racy<=12500 ns 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.530466000, lastModified=2023-10-03 14:53:24.529107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.530466000, lastModified=2023-10-03 14:53:24.529107000, delta=1359000 ns, racy<=12500 ns 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.530653000, lastModified=2023-10-03 14:53:24.529107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.530653000, lastModified=2023-10-03 14:53:24.529107000, delta=1546000 ns, racy<=12500 ns 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.530862000, lastModified=2023-10-03 14:53:24.530107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.530862000, lastModified=2023-10-03 14:53:24.530107000, delta=755000 ns, racy<=12500 ns 14:53:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.531057000, lastModified=2023-10-03 14:53:24.530107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.531057000, lastModified=2023-10-03 14:53:24.530107000, delta=950000 ns, racy<=12500 ns 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.531265000, lastModified=2023-10-03 14:53:24.530107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.531265000, lastModified=2023-10-03 14:53:24.530107000, delta=1158000 ns, racy<=12500 ns 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.531466000, lastModified=2023-10-03 14:53:24.530107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.531466000, lastModified=2023-10-03 14:53:24.530107000, delta=1359000 ns, racy<=12500 ns 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.531656000, lastModified=2023-10-03 14:53:24.530107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.531656000, lastModified=2023-10-03 14:53:24.530107000, delta=1549000 ns, racy<=12500 ns 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.531871000, lastModified=2023-10-03 14:53:24.531107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.531871000, lastModified=2023-10-03 14:53:24.531107000, delta=764000 ns, racy<=12500 ns 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.532089000, lastModified=2023-10-03 14:53:24.531107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.532089000, lastModified=2023-10-03 14:53:24.531107000, delta=982000 ns, racy<=12500 ns 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.532286000, lastModified=2023-10-03 14:53:24.531107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.532286000, lastModified=2023-10-03 14:53:24.531107000, delta=1179000 ns, racy<=12500 ns 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.532475000, lastModified=2023-10-03 14:53:24.531107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.532475000, lastModified=2023-10-03 14:53:24.531107000, delta=1368000 ns, racy<=12500 ns 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.532663000, lastModified=2023-10-03 14:53:24.531107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.531107000 to 2023-10-03 14:53:24.532107000 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.532866000, lastModified=2023-10-03 14:53:24.532107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.532866000, lastModified=2023-10-03 14:53:24.532107000, delta=759000 ns, racy<=12500 ns 14:53:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.533062000, lastModified=2023-10-03 14:53:24.532107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.533062000, lastModified=2023-10-03 14:53:24.532107000, delta=955000 ns, racy<=12500 ns 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.533265000, lastModified=2023-10-03 14:53:24.532107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.533265000, lastModified=2023-10-03 14:53:24.532107000, delta=1158000 ns, racy<=12500 ns 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.533466000, lastModified=2023-10-03 14:53:24.532107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.533466000, lastModified=2023-10-03 14:53:24.532107000, delta=1359000 ns, racy<=12500 ns 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.533656000, lastModified=2023-10-03 14:53:24.532107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.533656000, lastModified=2023-10-03 14:53:24.532107000, delta=1549000 ns, racy<=12500 ns 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.533884000, lastModified=2023-10-03 14:53:24.533107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.533884000, lastModified=2023-10-03 14:53:24.533107000, delta=777000 ns, racy<=12500 ns 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.534086000, lastModified=2023-10-03 14:53:24.533107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.534086000, lastModified=2023-10-03 14:53:24.533107000, delta=979000 ns, racy<=12500 ns 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.534277000, lastModified=2023-10-03 14:53:24.533107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.534277000, lastModified=2023-10-03 14:53:24.533107000, delta=1170000 ns, racy<=12500 ns 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.534467000, lastModified=2023-10-03 14:53:24.533107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.534467000, lastModified=2023-10-03 14:53:24.533107000, delta=1360000 ns, racy<=12500 ns 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.534655000, lastModified=2023-10-03 14:53:24.533107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.534655000, lastModified=2023-10-03 14:53:24.533107000, delta=1548000 ns, racy<=12500 ns 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.534850000, lastModified=2023-10-03 14:53:24.534107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.534850000, lastModified=2023-10-03 14:53:24.534107000, delta=743000 ns, racy<=12500 ns 14:53:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.535045000, lastModified=2023-10-03 14:53:24.534107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.535045000, lastModified=2023-10-03 14:53:24.534107000, delta=938000 ns, racy<=12500 ns 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.535244000, lastModified=2023-10-03 14:53:24.534107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.535244000, lastModified=2023-10-03 14:53:24.534107000, delta=1137000 ns, racy<=12500 ns 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.535434000, lastModified=2023-10-03 14:53:24.534107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.535434000, lastModified=2023-10-03 14:53:24.534107000, delta=1327000 ns, racy<=12500 ns 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.535625000, lastModified=2023-10-03 14:53:24.534107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.535625000, lastModified=2023-10-03 14:53:24.534107000, delta=1518000 ns, racy<=12500 ns 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.535832000, lastModified=2023-10-03 14:53:24.535107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.535832000, lastModified=2023-10-03 14:53:24.535107000, delta=725000 ns, racy<=12500 ns 14:53:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.536031000, lastModified=2023-10-03 14:53:24.535107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.536031000, lastModified=2023-10-03 14:53:24.535107000, delta=924000 ns, racy<=12500 ns 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.536231000, lastModified=2023-10-03 14:53:24.535107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.536231000, lastModified=2023-10-03 14:53:24.535107000, delta=1124000 ns, racy<=12500 ns 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.536421000, lastModified=2023-10-03 14:53:24.535107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.536421000, lastModified=2023-10-03 14:53:24.535107000, delta=1314000 ns, racy<=12500 ns 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.536610000, lastModified=2023-10-03 14:53:24.535107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.536610000, lastModified=2023-10-03 14:53:24.535107000, delta=1503000 ns, racy<=12500 ns 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.536814000, lastModified=2023-10-03 14:53:24.536107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.536814000, lastModified=2023-10-03 14:53:24.536107000, delta=707000 ns, racy<=12500 ns 14:53:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.537045000, lastModified=2023-10-03 14:53:24.536107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.537045000, lastModified=2023-10-03 14:53:24.536107000, delta=938000 ns, racy<=12500 ns 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.537254000, lastModified=2023-10-03 14:53:24.536107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.537254000, lastModified=2023-10-03 14:53:24.536107000, delta=1147000 ns, racy<=12500 ns 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.537452000, lastModified=2023-10-03 14:53:24.536107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.537452000, lastModified=2023-10-03 14:53:24.536107000, delta=1345000 ns, racy<=12500 ns 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.537670000, lastModified=2023-10-03 14:53:24.536107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.536107000 to 2023-10-03 14:53:24.537107000 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.538134000, lastModified=2023-10-03 14:53:24.537107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.538134000, lastModified=2023-10-03 14:53:24.537107000, delta=1027000 ns, racy<=12500 ns 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.538431000, lastModified=2023-10-03 14:53:24.537107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.538431000, lastModified=2023-10-03 14:53:24.537107000, delta=1324000 ns, racy<=12500 ns 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.538658000, lastModified=2023-10-03 14:53:24.537107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.537107000 to 2023-10-03 14:53:24.538107000 14:53:24.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.538889000, lastModified=2023-10-03 14:53:24.538107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.538889000, lastModified=2023-10-03 14:53:24.538107000, delta=782000 ns, racy<=12500 ns 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.539115000, lastModified=2023-10-03 14:53:24.538107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.539115000, lastModified=2023-10-03 14:53:24.538107000, delta=1008000 ns, racy<=12500 ns 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.539333000, lastModified=2023-10-03 14:53:24.538107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.539333000, lastModified=2023-10-03 14:53:24.538107000, delta=1226000 ns, racy<=12500 ns 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.539550000, lastModified=2023-10-03 14:53:24.538107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.539550000, lastModified=2023-10-03 14:53:24.538107000, delta=1443000 ns, racy<=12500 ns 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.539757000, lastModified=2023-10-03 14:53:24.538107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.538107000 to 2023-10-03 14:53:24.539107000 14:53:24.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.539969000, lastModified=2023-10-03 14:53:24.539107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.539969000, lastModified=2023-10-03 14:53:24.539107000, delta=862000 ns, racy<=12500 ns 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.540188000, lastModified=2023-10-03 14:53:24.539107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.540188000, lastModified=2023-10-03 14:53:24.539107000, delta=1081000 ns, racy<=12500 ns 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.540677000, lastModified=2023-10-03 14:53:24.539107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.539107000 to 2023-10-03 14:53:24.540107000 14:53:24.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.540899000, lastModified=2023-10-03 14:53:24.540107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.540899000, lastModified=2023-10-03 14:53:24.540107000, delta=792000 ns, racy<=12500 ns 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.541111000, lastModified=2023-10-03 14:53:24.540107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.541111000, lastModified=2023-10-03 14:53:24.540107000, delta=1004000 ns, racy<=12500 ns 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.541309000, lastModified=2023-10-03 14:53:24.540107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.541309000, lastModified=2023-10-03 14:53:24.540107000, delta=1202000 ns, racy<=12500 ns 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.541505000, lastModified=2023-10-03 14:53:24.540107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.541505000, lastModified=2023-10-03 14:53:24.540107000, delta=1398000 ns, racy<=12500 ns 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.541701000, lastModified=2023-10-03 14:53:24.540107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.540107000 to 2023-10-03 14:53:24.541107000 14:53:24.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.541900000, lastModified=2023-10-03 14:53:24.541107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.541900000, lastModified=2023-10-03 14:53:24.541107000, delta=793000 ns, racy<=12500 ns 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.542104000, lastModified=2023-10-03 14:53:24.541107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.542104000, lastModified=2023-10-03 14:53:24.541107000, delta=997000 ns, racy<=12500 ns 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.542301000, lastModified=2023-10-03 14:53:24.541107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.542301000, lastModified=2023-10-03 14:53:24.541107000, delta=1194000 ns, racy<=12500 ns 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.542498000, lastModified=2023-10-03 14:53:24.541107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.542498000, lastModified=2023-10-03 14:53:24.541107000, delta=1391000 ns, racy<=12500 ns 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.542693000, lastModified=2023-10-03 14:53:24.541107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.541107000 to 2023-10-03 14:53:24.542107000 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.542886000, lastModified=2023-10-03 14:53:24.542107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.542886000, lastModified=2023-10-03 14:53:24.542107000, delta=779000 ns, racy<=12500 ns 14:53:24.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.543089000, lastModified=2023-10-03 14:53:24.542107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.543089000, lastModified=2023-10-03 14:53:24.542107000, delta=982000 ns, racy<=12500 ns 14:53:24.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.592474000, lastModified=2023-10-03 14:53:24.591107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.592474000, lastModified=2023-10-03 14:53:24.591107000, delta=1367000 ns, racy<=12500 ns 14:53:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.592839000, lastModified=2023-10-03 14:53:24.592107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.592839000, lastModified=2023-10-03 14:53:24.592107000, delta=732000 ns, racy<=12500 ns 14:53:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.593066000, lastModified=2023-10-03 14:53:24.592107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.593066000, lastModified=2023-10-03 14:53:24.592107000, delta=959000 ns, racy<=12500 ns 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.593292000, lastModified=2023-10-03 14:53:24.592107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.593292000, lastModified=2023-10-03 14:53:24.592107000, delta=1185000 ns, racy<=12500 ns 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.593517000, lastModified=2023-10-03 14:53:24.592107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.593517000, lastModified=2023-10-03 14:53:24.592107000, delta=1410000 ns, racy<=12500 ns 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.593712000, lastModified=2023-10-03 14:53:24.592107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.592107000 to 2023-10-03 14:53:24.593107000 14:53:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.593928000, lastModified=2023-10-03 14:53:24.593107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.593928000, lastModified=2023-10-03 14:53:24.593107000, delta=821000 ns, racy<=12500 ns 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.594128000, lastModified=2023-10-03 14:53:24.593107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.594128000, lastModified=2023-10-03 14:53:24.593107000, delta=1021000 ns, racy<=12500 ns 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.594331000, lastModified=2023-10-03 14:53:24.593107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.594331000, lastModified=2023-10-03 14:53:24.593107000, delta=1224000 ns, racy<=12500 ns 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.594522000, lastModified=2023-10-03 14:53:24.593107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.594522000, lastModified=2023-10-03 14:53:24.593107000, delta=1415000 ns, racy<=12500 ns 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.594713000, lastModified=2023-10-03 14:53:24.593107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.593107000 to 2023-10-03 14:53:24.594107000 14:53:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.594905000, lastModified=2023-10-03 14:53:24.594107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.594905000, lastModified=2023-10-03 14:53:24.594107000, delta=798000 ns, racy<=12500 ns 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.595102000, lastModified=2023-10-03 14:53:24.594107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.595102000, lastModified=2023-10-03 14:53:24.594107000, delta=995000 ns, racy<=12500 ns 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.595293000, lastModified=2023-10-03 14:53:24.594107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.595293000, lastModified=2023-10-03 14:53:24.594107000, delta=1186000 ns, racy<=12500 ns 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.595481000, lastModified=2023-10-03 14:53:24.594107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.595481000, lastModified=2023-10-03 14:53:24.594107000, delta=1374000 ns, racy<=12500 ns 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.595674000, lastModified=2023-10-03 14:53:24.594107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.594107000 to 2023-10-03 14:53:24.595107000 14:53:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.595899000, lastModified=2023-10-03 14:53:24.595107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.595899000, lastModified=2023-10-03 14:53:24.595107000, delta=792000 ns, racy<=12500 ns 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.596095000, lastModified=2023-10-03 14:53:24.595107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.596095000, lastModified=2023-10-03 14:53:24.595107000, delta=988000 ns, racy<=12500 ns 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.596283000, lastModified=2023-10-03 14:53:24.595107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.596283000, lastModified=2023-10-03 14:53:24.595107000, delta=1176000 ns, racy<=12500 ns 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.596472000, lastModified=2023-10-03 14:53:24.595107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.596472000, lastModified=2023-10-03 14:53:24.595107000, delta=1365000 ns, racy<=12500 ns 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.596682000, lastModified=2023-10-03 14:53:24.595107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.595107000 to 2023-10-03 14:53:24.596107000 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.596875000, lastModified=2023-10-03 14:53:24.596107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.596875000, lastModified=2023-10-03 14:53:24.596107000, delta=768000 ns, racy<=12500 ns 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.597086000, lastModified=2023-10-03 14:53:24.596107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.597086000, lastModified=2023-10-03 14:53:24.596107000, delta=979000 ns, racy<=12500 ns 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.597278000, lastModified=2023-10-03 14:53:24.596107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.597278000, lastModified=2023-10-03 14:53:24.596107000, delta=1171000 ns, racy<=12500 ns 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.597470000, lastModified=2023-10-03 14:53:24.596107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.597470000, lastModified=2023-10-03 14:53:24.596107000, delta=1363000 ns, racy<=12500 ns 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.597661000, lastModified=2023-10-03 14:53:24.596107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.596107000 to 2023-10-03 14:53:24.597107000 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.597850000, lastModified=2023-10-03 14:53:24.597107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.597850000, lastModified=2023-10-03 14:53:24.597107000, delta=743000 ns, racy<=12500 ns 14:53:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.598041000, lastModified=2023-10-03 14:53:24.597107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.598041000, lastModified=2023-10-03 14:53:24.597107000, delta=934000 ns, racy<=12500 ns 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.598270000, lastModified=2023-10-03 14:53:24.597107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.598270000, lastModified=2023-10-03 14:53:24.597107000, delta=1163000 ns, racy<=12500 ns 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.598464000, lastModified=2023-10-03 14:53:24.597107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.598464000, lastModified=2023-10-03 14:53:24.597107000, delta=1357000 ns, racy<=12500 ns 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.598658000, lastModified=2023-10-03 14:53:24.597107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.598658000, lastModified=2023-10-03 14:53:24.597107000, delta=1551000 ns, racy<=12500 ns 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.598878000, lastModified=2023-10-03 14:53:24.598107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.598878000, lastModified=2023-10-03 14:53:24.598107000, delta=771000 ns, racy<=12500 ns 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.599112000, lastModified=2023-10-03 14:53:24.598107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.599112000, lastModified=2023-10-03 14:53:24.598107000, delta=1005000 ns, racy<=12500 ns 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.599311000, lastModified=2023-10-03 14:53:24.598107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.599311000, lastModified=2023-10-03 14:53:24.598107000, delta=1204000 ns, racy<=12500 ns 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.599507000, lastModified=2023-10-03 14:53:24.598107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.599507000, lastModified=2023-10-03 14:53:24.598107000, delta=1400000 ns, racy<=12500 ns 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.599707000, lastModified=2023-10-03 14:53:24.598107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.598107000 to 2023-10-03 14:53:24.599107000 14:53:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.599900000, lastModified=2023-10-03 14:53:24.599107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.599900000, lastModified=2023-10-03 14:53:24.599107000, delta=793000 ns, racy<=12500 ns 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.600125000, lastModified=2023-10-03 14:53:24.599107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.600125000, lastModified=2023-10-03 14:53:24.599107000, delta=1018000 ns, racy<=12500 ns 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.600318000, lastModified=2023-10-03 14:53:24.599107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.600318000, lastModified=2023-10-03 14:53:24.599107000, delta=1211000 ns, racy<=12500 ns 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.600519000, lastModified=2023-10-03 14:53:24.599107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.600519000, lastModified=2023-10-03 14:53:24.599107000, delta=1412000 ns, racy<=12500 ns 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.600712000, lastModified=2023-10-03 14:53:24.599107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.599107000 to 2023-10-03 14:53:24.600107000 14:53:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.600899000, lastModified=2023-10-03 14:53:24.600107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.600899000, lastModified=2023-10-03 14:53:24.600107000, delta=792000 ns, racy<=12500 ns 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.601096000, lastModified=2023-10-03 14:53:24.600107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.601096000, lastModified=2023-10-03 14:53:24.600107000, delta=989000 ns, racy<=12500 ns 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.601287000, lastModified=2023-10-03 14:53:24.600107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.601287000, lastModified=2023-10-03 14:53:24.600107000, delta=1180000 ns, racy<=12500 ns 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.601789000, lastModified=2023-10-03 14:53:24.600107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.600107000 to 2023-10-03 14:53:24.601107000 14:53:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.601990000, lastModified=2023-10-03 14:53:24.601107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.601990000, lastModified=2023-10-03 14:53:24.601107000, delta=883000 ns, racy<=12500 ns 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.602192000, lastModified=2023-10-03 14:53:24.601107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.602192000, lastModified=2023-10-03 14:53:24.601107000, delta=1085000 ns, racy<=12500 ns 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.602386000, lastModified=2023-10-03 14:53:24.601107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.602386000, lastModified=2023-10-03 14:53:24.601107000, delta=1279000 ns, racy<=12500 ns 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.602577000, lastModified=2023-10-03 14:53:24.601107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.602577000, lastModified=2023-10-03 14:53:24.601107000, delta=1470000 ns, racy<=12500 ns 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.602797000, lastModified=2023-10-03 14:53:24.602107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.602797000, lastModified=2023-10-03 14:53:24.602107000, delta=690000 ns, racy<=12500 ns 14:53:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.603000000, lastModified=2023-10-03 14:53:24.602107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.603000000, lastModified=2023-10-03 14:53:24.602107000, delta=893000 ns, racy<=12500 ns 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.603213000, lastModified=2023-10-03 14:53:24.602107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.603213000, lastModified=2023-10-03 14:53:24.602107000, delta=1106000 ns, racy<=12500 ns 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.603410000, lastModified=2023-10-03 14:53:24.602107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.603410000, lastModified=2023-10-03 14:53:24.602107000, delta=1303000 ns, racy<=12500 ns 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.603606000, lastModified=2023-10-03 14:53:24.602107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.603606000, lastModified=2023-10-03 14:53:24.602107000, delta=1499000 ns, racy<=12500 ns 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.603837000, lastModified=2023-10-03 14:53:24.603107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.603837000, lastModified=2023-10-03 14:53:24.603107000, delta=730000 ns, racy<=12500 ns 14:53:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.604056000, lastModified=2023-10-03 14:53:24.603107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.604056000, lastModified=2023-10-03 14:53:24.603107000, delta=949000 ns, racy<=12500 ns 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.604254000, lastModified=2023-10-03 14:53:24.603107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.604254000, lastModified=2023-10-03 14:53:24.603107000, delta=1147000 ns, racy<=12500 ns 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.604443000, lastModified=2023-10-03 14:53:24.603107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.604443000, lastModified=2023-10-03 14:53:24.603107000, delta=1336000 ns, racy<=12500 ns 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.604633000, lastModified=2023-10-03 14:53:24.603107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.604633000, lastModified=2023-10-03 14:53:24.603107000, delta=1526000 ns, racy<=12500 ns 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.604831000, lastModified=2023-10-03 14:53:24.604107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.604831000, lastModified=2023-10-03 14:53:24.604107000, delta=724000 ns, racy<=12500 ns 14:53:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.605024000, lastModified=2023-10-03 14:53:24.604107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.605024000, lastModified=2023-10-03 14:53:24.604107000, delta=917000 ns, racy<=12500 ns 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.605222000, lastModified=2023-10-03 14:53:24.604107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.605222000, lastModified=2023-10-03 14:53:24.604107000, delta=1115000 ns, racy<=12500 ns 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.605427000, lastModified=2023-10-03 14:53:24.604107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.605427000, lastModified=2023-10-03 14:53:24.604107000, delta=1320000 ns, racy<=12500 ns 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.605631000, lastModified=2023-10-03 14:53:24.604107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.605631000, lastModified=2023-10-03 14:53:24.604107000, delta=1524000 ns, racy<=12500 ns 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.605833000, lastModified=2023-10-03 14:53:24.605107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.605833000, lastModified=2023-10-03 14:53:24.605107000, delta=726000 ns, racy<=12500 ns 14:53:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.606026000, lastModified=2023-10-03 14:53:24.605107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.606026000, lastModified=2023-10-03 14:53:24.605107000, delta=919000 ns, racy<=12500 ns 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.606224000, lastModified=2023-10-03 14:53:24.605107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.606224000, lastModified=2023-10-03 14:53:24.605107000, delta=1117000 ns, racy<=12500 ns 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.606420000, lastModified=2023-10-03 14:53:24.605107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.606420000, lastModified=2023-10-03 14:53:24.605107000, delta=1313000 ns, racy<=12500 ns 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.606625000, lastModified=2023-10-03 14:53:24.605107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.606625000, lastModified=2023-10-03 14:53:24.605107000, delta=1518000 ns, racy<=12500 ns 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.606859000, lastModified=2023-10-03 14:53:24.606107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.606859000, lastModified=2023-10-03 14:53:24.606107000, delta=752000 ns, racy<=12500 ns 14:53:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.607059000, lastModified=2023-10-03 14:53:24.606107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.607059000, lastModified=2023-10-03 14:53:24.606107000, delta=952000 ns, racy<=12500 ns 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.607264000, lastModified=2023-10-03 14:53:24.606107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.607264000, lastModified=2023-10-03 14:53:24.606107000, delta=1157000 ns, racy<=12500 ns 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.607458000, lastModified=2023-10-03 14:53:24.606107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.607458000, lastModified=2023-10-03 14:53:24.606107000, delta=1351000 ns, racy<=12500 ns 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.607647000, lastModified=2023-10-03 14:53:24.606107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.607647000, lastModified=2023-10-03 14:53:24.606107000, delta=1540000 ns, racy<=12500 ns 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.607872000, lastModified=2023-10-03 14:53:24.607107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.607872000, lastModified=2023-10-03 14:53:24.607107000, delta=765000 ns, racy<=12500 ns 14:53:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.608067000, lastModified=2023-10-03 14:53:24.607107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.608067000, lastModified=2023-10-03 14:53:24.607107000, delta=960000 ns, racy<=12500 ns 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.608282000, lastModified=2023-10-03 14:53:24.607107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.608282000, lastModified=2023-10-03 14:53:24.607107000, delta=1175000 ns, racy<=12500 ns 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.608473000, lastModified=2023-10-03 14:53:24.607107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.608473000, lastModified=2023-10-03 14:53:24.607107000, delta=1366000 ns, racy<=12500 ns 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.608707000, lastModified=2023-10-03 14:53:24.607107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.607107000 to 2023-10-03 14:53:24.608107000 14:53:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.608904000, lastModified=2023-10-03 14:53:24.608107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.608904000, lastModified=2023-10-03 14:53:24.608107000, delta=797000 ns, racy<=12500 ns 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.609136000, lastModified=2023-10-03 14:53:24.608107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.609136000, lastModified=2023-10-03 14:53:24.608107000, delta=1029000 ns, racy<=12500 ns 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.609345000, lastModified=2023-10-03 14:53:24.608107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.609345000, lastModified=2023-10-03 14:53:24.608107000, delta=1238000 ns, racy<=12500 ns 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.609548000, lastModified=2023-10-03 14:53:24.608107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.609548000, lastModified=2023-10-03 14:53:24.608107000, delta=1441000 ns, racy<=12500 ns 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.609757000, lastModified=2023-10-03 14:53:24.608107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.608107000 to 2023-10-03 14:53:24.609107000 14:53:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.609951000, lastModified=2023-10-03 14:53:24.609107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.609951000, lastModified=2023-10-03 14:53:24.609107000, delta=844000 ns, racy<=12500 ns 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.610163000, lastModified=2023-10-03 14:53:24.609107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.610163000, lastModified=2023-10-03 14:53:24.609107000, delta=1056000 ns, racy<=12500 ns 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.610366000, lastModified=2023-10-03 14:53:24.609107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.610366000, lastModified=2023-10-03 14:53:24.609107000, delta=1259000 ns, racy<=12500 ns 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.610565000, lastModified=2023-10-03 14:53:24.609107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.610565000, lastModified=2023-10-03 14:53:24.609107000, delta=1458000 ns, racy<=12500 ns 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.610797000, lastModified=2023-10-03 14:53:24.610107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.610797000, lastModified=2023-10-03 14:53:24.610107000, delta=690000 ns, racy<=12500 ns 14:53:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.611013000, lastModified=2023-10-03 14:53:24.610107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.611013000, lastModified=2023-10-03 14:53:24.610107000, delta=906000 ns, racy<=12500 ns 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.611230000, lastModified=2023-10-03 14:53:24.610107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.611230000, lastModified=2023-10-03 14:53:24.610107000, delta=1123000 ns, racy<=12500 ns 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.611442000, lastModified=2023-10-03 14:53:24.610107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.611442000, lastModified=2023-10-03 14:53:24.610107000, delta=1335000 ns, racy<=12500 ns 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.611645000, lastModified=2023-10-03 14:53:24.610107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.611645000, lastModified=2023-10-03 14:53:24.610107000, delta=1538000 ns, racy<=12500 ns 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.611971000, lastModified=2023-10-03 14:53:24.611107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.611971000, lastModified=2023-10-03 14:53:24.611107000, delta=864000 ns, racy<=12500 ns 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.612196000, lastModified=2023-10-03 14:53:24.611107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.612196000, lastModified=2023-10-03 14:53:24.611107000, delta=1089000 ns, racy<=12500 ns 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.612408000, lastModified=2023-10-03 14:53:24.611107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.612408000, lastModified=2023-10-03 14:53:24.611107000, delta=1301000 ns, racy<=12500 ns 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.612612000, lastModified=2023-10-03 14:53:24.611107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.612612000, lastModified=2023-10-03 14:53:24.611107000, delta=1505000 ns, racy<=12500 ns 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.612828000, lastModified=2023-10-03 14:53:24.612107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.612828000, lastModified=2023-10-03 14:53:24.612107000, delta=721000 ns, racy<=12500 ns 14:53:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.613031000, lastModified=2023-10-03 14:53:24.612107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.613031000, lastModified=2023-10-03 14:53:24.612107000, delta=924000 ns, racy<=12500 ns 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.613248000, lastModified=2023-10-03 14:53:24.612107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.613248000, lastModified=2023-10-03 14:53:24.612107000, delta=1141000 ns, racy<=12500 ns 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.613447000, lastModified=2023-10-03 14:53:24.612107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.613447000, lastModified=2023-10-03 14:53:24.612107000, delta=1340000 ns, racy<=12500 ns 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.613638000, lastModified=2023-10-03 14:53:24.612107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.613638000, lastModified=2023-10-03 14:53:24.612107000, delta=1531000 ns, racy<=12500 ns 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.614154000, lastModified=2023-10-03 14:53:24.613107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.614154000, lastModified=2023-10-03 14:53:24.613107000, delta=1047000 ns, racy<=12500 ns 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.614362000, lastModified=2023-10-03 14:53:24.613107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.614362000, lastModified=2023-10-03 14:53:24.613107000, delta=1255000 ns, racy<=12500 ns 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.614570000, lastModified=2023-10-03 14:53:24.613107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.614570000, lastModified=2023-10-03 14:53:24.613107000, delta=1463000 ns, racy<=12500 ns 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.614811000, lastModified=2023-10-03 14:53:24.614107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.614811000, lastModified=2023-10-03 14:53:24.614107000, delta=704000 ns, racy<=12500 ns 14:53:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.615010000, lastModified=2023-10-03 14:53:24.614107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.615010000, lastModified=2023-10-03 14:53:24.614107000, delta=903000 ns, racy<=12500 ns 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.615214000, lastModified=2023-10-03 14:53:24.614107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.615214000, lastModified=2023-10-03 14:53:24.614107000, delta=1107000 ns, racy<=12500 ns 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.615407000, lastModified=2023-10-03 14:53:24.614107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.615407000, lastModified=2023-10-03 14:53:24.614107000, delta=1300000 ns, racy<=12500 ns 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.615603000, lastModified=2023-10-03 14:53:24.614107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.615603000, lastModified=2023-10-03 14:53:24.614107000, delta=1496000 ns, racy<=12500 ns 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.615820000, lastModified=2023-10-03 14:53:24.615107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.615820000, lastModified=2023-10-03 14:53:24.615107000, delta=713000 ns, racy<=12500 ns 14:53:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.616025000, lastModified=2023-10-03 14:53:24.615107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.616025000, lastModified=2023-10-03 14:53:24.615107000, delta=918000 ns, racy<=12500 ns 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.616225000, lastModified=2023-10-03 14:53:24.615107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.616225000, lastModified=2023-10-03 14:53:24.615107000, delta=1118000 ns, racy<=12500 ns 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.616412000, lastModified=2023-10-03 14:53:24.615107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.616412000, lastModified=2023-10-03 14:53:24.615107000, delta=1305000 ns, racy<=12500 ns 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.616607000, lastModified=2023-10-03 14:53:24.615107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.616607000, lastModified=2023-10-03 14:53:24.615107000, delta=1500000 ns, racy<=12500 ns 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.616813000, lastModified=2023-10-03 14:53:24.616107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.616813000, lastModified=2023-10-03 14:53:24.616107000, delta=706000 ns, racy<=12500 ns 14:53:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.617007000, lastModified=2023-10-03 14:53:24.616107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.617007000, lastModified=2023-10-03 14:53:24.616107000, delta=900000 ns, racy<=12500 ns 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.617200000, lastModified=2023-10-03 14:53:24.616107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.617200000, lastModified=2023-10-03 14:53:24.616107000, delta=1093000 ns, racy<=12500 ns 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.617391000, lastModified=2023-10-03 14:53:24.616107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.617391000, lastModified=2023-10-03 14:53:24.616107000, delta=1284000 ns, racy<=12500 ns 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.617577000, lastModified=2023-10-03 14:53:24.616107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.617577000, lastModified=2023-10-03 14:53:24.616107000, delta=1470000 ns, racy<=12500 ns 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.617772000, lastModified=2023-10-03 14:53:24.617107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.617772000, lastModified=2023-10-03 14:53:24.617107000, delta=665000 ns, racy<=12500 ns 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.617964000, lastModified=2023-10-03 14:53:24.617107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.617964000, lastModified=2023-10-03 14:53:24.617107000, delta=857000 ns, racy<=12500 ns 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.618155000, lastModified=2023-10-03 14:53:24.617107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.618155000, lastModified=2023-10-03 14:53:24.617107000, delta=1048000 ns, racy<=12500 ns 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.618343000, lastModified=2023-10-03 14:53:24.617107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.618343000, lastModified=2023-10-03 14:53:24.617107000, delta=1236000 ns, racy<=12500 ns 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.618527000, lastModified=2023-10-03 14:53:24.617107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.618527000, lastModified=2023-10-03 14:53:24.617107000, delta=1420000 ns, racy<=12500 ns 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.618715000, lastModified=2023-10-03 14:53:24.617107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.617107000 to 2023-10-03 14:53:24.618107000 14:53:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.618912000, lastModified=2023-10-03 14:53:24.618107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.618912000, lastModified=2023-10-03 14:53:24.618107000, delta=805000 ns, racy<=12500 ns 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.619110000, lastModified=2023-10-03 14:53:24.618107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.619110000, lastModified=2023-10-03 14:53:24.618107000, delta=1003000 ns, racy<=12500 ns 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.619297000, lastModified=2023-10-03 14:53:24.618107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.619297000, lastModified=2023-10-03 14:53:24.618107000, delta=1190000 ns, racy<=12500 ns 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.619485000, lastModified=2023-10-03 14:53:24.618107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.619485000, lastModified=2023-10-03 14:53:24.618107000, delta=1378000 ns, racy<=12500 ns 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.619693000, lastModified=2023-10-03 14:53:24.618107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.618107000 to 2023-10-03 14:53:24.619107000 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.619879000, lastModified=2023-10-03 14:53:24.619107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.619879000, lastModified=2023-10-03 14:53:24.619107000, delta=772000 ns, racy<=12500 ns 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.620083000, lastModified=2023-10-03 14:53:24.619107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.620083000, lastModified=2023-10-03 14:53:24.619107000, delta=976000 ns, racy<=12500 ns 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.620269000, lastModified=2023-10-03 14:53:24.619107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.620269000, lastModified=2023-10-03 14:53:24.619107000, delta=1162000 ns, racy<=12500 ns 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.620451000, lastModified=2023-10-03 14:53:24.619107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.620451000, lastModified=2023-10-03 14:53:24.619107000, delta=1344000 ns, racy<=12500 ns 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.620636000, lastModified=2023-10-03 14:53:24.619107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.620636000, lastModified=2023-10-03 14:53:24.619107000, delta=1529000 ns, racy<=12500 ns 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.620865000, lastModified=2023-10-03 14:53:24.620107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.620865000, lastModified=2023-10-03 14:53:24.620107000, delta=758000 ns, racy<=12500 ns 14:53:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.621066000, lastModified=2023-10-03 14:53:24.620107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.621066000, lastModified=2023-10-03 14:53:24.620107000, delta=959000 ns, racy<=12500 ns 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.621269000, lastModified=2023-10-03 14:53:24.620107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.621269000, lastModified=2023-10-03 14:53:24.620107000, delta=1162000 ns, racy<=12500 ns 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.621462000, lastModified=2023-10-03 14:53:24.620107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.621462000, lastModified=2023-10-03 14:53:24.620107000, delta=1355000 ns, racy<=12500 ns 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.621654000, lastModified=2023-10-03 14:53:24.620107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.621654000, lastModified=2023-10-03 14:53:24.620107000, delta=1547000 ns, racy<=12500 ns 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.621885000, lastModified=2023-10-03 14:53:24.621107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.621885000, lastModified=2023-10-03 14:53:24.621107000, delta=778000 ns, racy<=12500 ns 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.622088000, lastModified=2023-10-03 14:53:24.621107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.622088000, lastModified=2023-10-03 14:53:24.621107000, delta=981000 ns, racy<=12500 ns 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.622291000, lastModified=2023-10-03 14:53:24.621107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.622291000, lastModified=2023-10-03 14:53:24.621107000, delta=1184000 ns, racy<=12500 ns 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.622489000, lastModified=2023-10-03 14:53:24.621107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.622489000, lastModified=2023-10-03 14:53:24.621107000, delta=1382000 ns, racy<=12500 ns 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.622686000, lastModified=2023-10-03 14:53:24.621107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.621107000 to 2023-10-03 14:53:24.622107000 14:53:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.622907000, lastModified=2023-10-03 14:53:24.622107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.622907000, lastModified=2023-10-03 14:53:24.622107000, delta=800000 ns, racy<=12500 ns 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.623115000, lastModified=2023-10-03 14:53:24.622107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.623115000, lastModified=2023-10-03 14:53:24.622107000, delta=1008000 ns, racy<=12500 ns 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.623321000, lastModified=2023-10-03 14:53:24.622107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.623321000, lastModified=2023-10-03 14:53:24.622107000, delta=1214000 ns, racy<=12500 ns 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.623520000, lastModified=2023-10-03 14:53:24.622107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.623520000, lastModified=2023-10-03 14:53:24.622107000, delta=1413000 ns, racy<=12500 ns 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.623716000, lastModified=2023-10-03 14:53:24.622107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.622107000 to 2023-10-03 14:53:24.623107000 14:53:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.623954000, lastModified=2023-10-03 14:53:24.623107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.623954000, lastModified=2023-10-03 14:53:24.623107000, delta=847000 ns, racy<=12500 ns 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.624188000, lastModified=2023-10-03 14:53:24.623107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.624188000, lastModified=2023-10-03 14:53:24.623107000, delta=1081000 ns, racy<=12500 ns 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.624388000, lastModified=2023-10-03 14:53:24.623107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.624388000, lastModified=2023-10-03 14:53:24.623107000, delta=1281000 ns, racy<=12500 ns 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.624578000, lastModified=2023-10-03 14:53:24.623107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.624578000, lastModified=2023-10-03 14:53:24.623107000, delta=1471000 ns, racy<=12500 ns 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.624782000, lastModified=2023-10-03 14:53:24.624107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.624782000, lastModified=2023-10-03 14:53:24.624107000, delta=675000 ns, racy<=12500 ns 14:53:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.625009000, lastModified=2023-10-03 14:53:24.624107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.625009000, lastModified=2023-10-03 14:53:24.624107000, delta=902000 ns, racy<=12500 ns 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.625222000, lastModified=2023-10-03 14:53:24.624107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.625222000, lastModified=2023-10-03 14:53:24.624107000, delta=1115000 ns, racy<=12500 ns 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.625411000, lastModified=2023-10-03 14:53:24.624107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.625411000, lastModified=2023-10-03 14:53:24.624107000, delta=1304000 ns, racy<=12500 ns 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.625889000, lastModified=2023-10-03 14:53:24.624107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.624107000 to 2023-10-03 14:53:24.625107000 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.626121000, lastModified=2023-10-03 14:53:24.625107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.626121000, lastModified=2023-10-03 14:53:24.625107000, delta=1014000 ns, racy<=12500 ns 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.626325000, lastModified=2023-10-03 14:53:24.625107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.626325000, lastModified=2023-10-03 14:53:24.625107000, delta=1218000 ns, racy<=12500 ns 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.626587000, lastModified=2023-10-03 14:53:24.625107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.626587000, lastModified=2023-10-03 14:53:24.625107000, delta=1480000 ns, racy<=12500 ns 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.626843000, lastModified=2023-10-03 14:53:24.626107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.626843000, lastModified=2023-10-03 14:53:24.626107000, delta=736000 ns, racy<=12500 ns 14:53:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.627053000, lastModified=2023-10-03 14:53:24.626107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.627053000, lastModified=2023-10-03 14:53:24.626107000, delta=946000 ns, racy<=12500 ns 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.627263000, lastModified=2023-10-03 14:53:24.626107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.627263000, lastModified=2023-10-03 14:53:24.626107000, delta=1156000 ns, racy<=12500 ns 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.627461000, lastModified=2023-10-03 14:53:24.626107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.627461000, lastModified=2023-10-03 14:53:24.626107000, delta=1354000 ns, racy<=12500 ns 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.627673000, lastModified=2023-10-03 14:53:24.626107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.626107000 to 2023-10-03 14:53:24.627107000 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.627878000, lastModified=2023-10-03 14:53:24.627107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.627878000, lastModified=2023-10-03 14:53:24.627107000, delta=771000 ns, racy<=12500 ns 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.628085000, lastModified=2023-10-03 14:53:24.627107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.628085000, lastModified=2023-10-03 14:53:24.627107000, delta=978000 ns, racy<=12500 ns 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.628285000, lastModified=2023-10-03 14:53:24.627107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.628285000, lastModified=2023-10-03 14:53:24.627107000, delta=1178000 ns, racy<=12500 ns 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.628508000, lastModified=2023-10-03 14:53:24.627107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.628508000, lastModified=2023-10-03 14:53:24.627107000, delta=1401000 ns, racy<=12500 ns 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.628717000, lastModified=2023-10-03 14:53:24.627107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.627107000 to 2023-10-03 14:53:24.628107000 14:53:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.628925000, lastModified=2023-10-03 14:53:24.628107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.628925000, lastModified=2023-10-03 14:53:24.628107000, delta=818000 ns, racy<=12500 ns 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.629122000, lastModified=2023-10-03 14:53:24.628107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.629122000, lastModified=2023-10-03 14:53:24.628107000, delta=1015000 ns, racy<=12500 ns 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.629318000, lastModified=2023-10-03 14:53:24.628107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.629318000, lastModified=2023-10-03 14:53:24.628107000, delta=1211000 ns, racy<=12500 ns 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.629507000, lastModified=2023-10-03 14:53:24.628107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.629507000, lastModified=2023-10-03 14:53:24.628107000, delta=1400000 ns, racy<=12500 ns 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.629696000, lastModified=2023-10-03 14:53:24.628107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.628107000 to 2023-10-03 14:53:24.629107000 14:53:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.629895000, lastModified=2023-10-03 14:53:24.629107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.629895000, lastModified=2023-10-03 14:53:24.629107000, delta=788000 ns, racy<=12500 ns 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.630095000, lastModified=2023-10-03 14:53:24.629107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.630095000, lastModified=2023-10-03 14:53:24.629107000, delta=988000 ns, racy<=12500 ns 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.630290000, lastModified=2023-10-03 14:53:24.629107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.630290000, lastModified=2023-10-03 14:53:24.629107000, delta=1183000 ns, racy<=12500 ns 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.630478000, lastModified=2023-10-03 14:53:24.629107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.630478000, lastModified=2023-10-03 14:53:24.629107000, delta=1371000 ns, racy<=12500 ns 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.630664000, lastModified=2023-10-03 14:53:24.629107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.629107000 to 2023-10-03 14:53:24.630107000 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.630876000, lastModified=2023-10-03 14:53:24.630107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.630876000, lastModified=2023-10-03 14:53:24.630107000, delta=769000 ns, racy<=12500 ns 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.631093000, lastModified=2023-10-03 14:53:24.630107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.631093000, lastModified=2023-10-03 14:53:24.630107000, delta=986000 ns, racy<=12500 ns 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.631293000, lastModified=2023-10-03 14:53:24.630107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.631293000, lastModified=2023-10-03 14:53:24.630107000, delta=1186000 ns, racy<=12500 ns 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.631493000, lastModified=2023-10-03 14:53:24.630107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.631493000, lastModified=2023-10-03 14:53:24.630107000, delta=1386000 ns, racy<=12500 ns 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.631685000, lastModified=2023-10-03 14:53:24.630107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.630107000 to 2023-10-03 14:53:24.631107000 14:53:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.631891000, lastModified=2023-10-03 14:53:24.631107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.631891000, lastModified=2023-10-03 14:53:24.631107000, delta=784000 ns, racy<=12500 ns 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.632106000, lastModified=2023-10-03 14:53:24.631107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.632106000, lastModified=2023-10-03 14:53:24.631107000, delta=999000 ns, racy<=12500 ns 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.632297000, lastModified=2023-10-03 14:53:24.631107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.632297000, lastModified=2023-10-03 14:53:24.631107000, delta=1190000 ns, racy<=12500 ns 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.632498000, lastModified=2023-10-03 14:53:24.631107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.632498000, lastModified=2023-10-03 14:53:24.631107000, delta=1391000 ns, racy<=12500 ns 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.632690000, lastModified=2023-10-03 14:53:24.631107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.631107000 to 2023-10-03 14:53:24.632107000 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.632880000, lastModified=2023-10-03 14:53:24.632107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.632880000, lastModified=2023-10-03 14:53:24.632107000, delta=773000 ns, racy<=12500 ns 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.633080000, lastModified=2023-10-03 14:53:24.632107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.633080000, lastModified=2023-10-03 14:53:24.632107000, delta=973000 ns, racy<=12500 ns 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.633269000, lastModified=2023-10-03 14:53:24.632107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.633269000, lastModified=2023-10-03 14:53:24.632107000, delta=1162000 ns, racy<=12500 ns 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.633457000, lastModified=2023-10-03 14:53:24.632107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.633457000, lastModified=2023-10-03 14:53:24.632107000, delta=1350000 ns, racy<=12500 ns 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.633646000, lastModified=2023-10-03 14:53:24.632107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.633646000, lastModified=2023-10-03 14:53:24.632107000, delta=1539000 ns, racy<=12500 ns 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.633891000, lastModified=2023-10-03 14:53:24.633107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.633891000, lastModified=2023-10-03 14:53:24.633107000, delta=784000 ns, racy<=12500 ns 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.634098000, lastModified=2023-10-03 14:53:24.633107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.634098000, lastModified=2023-10-03 14:53:24.633107000, delta=991000 ns, racy<=12500 ns 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.634289000, lastModified=2023-10-03 14:53:24.633107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.634289000, lastModified=2023-10-03 14:53:24.633107000, delta=1182000 ns, racy<=12500 ns 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.634479000, lastModified=2023-10-03 14:53:24.633107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.634479000, lastModified=2023-10-03 14:53:24.633107000, delta=1372000 ns, racy<=12500 ns 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.634669000, lastModified=2023-10-03 14:53:24.633107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.633107000 to 2023-10-03 14:53:24.634107000 14:53:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.634885000, lastModified=2023-10-03 14:53:24.634107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.634885000, lastModified=2023-10-03 14:53:24.634107000, delta=778000 ns, racy<=12500 ns 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.635100000, lastModified=2023-10-03 14:53:24.634107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.635100000, lastModified=2023-10-03 14:53:24.634107000, delta=993000 ns, racy<=12500 ns 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.635296000, lastModified=2023-10-03 14:53:24.634107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.635296000, lastModified=2023-10-03 14:53:24.634107000, delta=1189000 ns, racy<=12500 ns 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.635495000, lastModified=2023-10-03 14:53:24.634107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.635495000, lastModified=2023-10-03 14:53:24.634107000, delta=1388000 ns, racy<=12500 ns 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.635690000, lastModified=2023-10-03 14:53:24.634107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.634107000 to 2023-10-03 14:53:24.635107000 14:53:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.635931000, lastModified=2023-10-03 14:53:24.635107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.635931000, lastModified=2023-10-03 14:53:24.635107000, delta=824000 ns, racy<=12500 ns 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.636145000, lastModified=2023-10-03 14:53:24.635107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.636145000, lastModified=2023-10-03 14:53:24.635107000, delta=1038000 ns, racy<=12500 ns 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.636337000, lastModified=2023-10-03 14:53:24.635107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.636337000, lastModified=2023-10-03 14:53:24.635107000, delta=1230000 ns, racy<=12500 ns 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.636528000, lastModified=2023-10-03 14:53:24.635107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.636528000, lastModified=2023-10-03 14:53:24.635107000, delta=1421000 ns, racy<=12500 ns 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.636716000, lastModified=2023-10-03 14:53:24.635107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.635107000 to 2023-10-03 14:53:24.636107000 14:53:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.636913000, lastModified=2023-10-03 14:53:24.636107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.636913000, lastModified=2023-10-03 14:53:24.636107000, delta=806000 ns, racy<=12500 ns 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.637113000, lastModified=2023-10-03 14:53:24.636107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.637113000, lastModified=2023-10-03 14:53:24.636107000, delta=1006000 ns, racy<=12500 ns 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.637307000, lastModified=2023-10-03 14:53:24.636107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.637307000, lastModified=2023-10-03 14:53:24.636107000, delta=1200000 ns, racy<=12500 ns 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.637497000, lastModified=2023-10-03 14:53:24.636107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.637497000, lastModified=2023-10-03 14:53:24.636107000, delta=1390000 ns, racy<=12500 ns 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.637969000, lastModified=2023-10-03 14:53:24.637107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.637969000, lastModified=2023-10-03 14:53:24.637107000, delta=862000 ns, racy<=12500 ns 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.638177000, lastModified=2023-10-03 14:53:24.637107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.638177000, lastModified=2023-10-03 14:53:24.637107000, delta=1070000 ns, racy<=12500 ns 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.638372000, lastModified=2023-10-03 14:53:24.637107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.638372000, lastModified=2023-10-03 14:53:24.637107000, delta=1265000 ns, racy<=12500 ns 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.638561000, lastModified=2023-10-03 14:53:24.637107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.638561000, lastModified=2023-10-03 14:53:24.637107000, delta=1454000 ns, racy<=12500 ns 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.638813000, lastModified=2023-10-03 14:53:24.638107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.638813000, lastModified=2023-10-03 14:53:24.638107000, delta=706000 ns, racy<=12500 ns 14:53:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.639038000, lastModified=2023-10-03 14:53:24.638107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.639038000, lastModified=2023-10-03 14:53:24.638107000, delta=931000 ns, racy<=12500 ns 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.639243000, lastModified=2023-10-03 14:53:24.638107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.639243000, lastModified=2023-10-03 14:53:24.638107000, delta=1136000 ns, racy<=12500 ns 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.639434000, lastModified=2023-10-03 14:53:24.638107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.639434000, lastModified=2023-10-03 14:53:24.638107000, delta=1327000 ns, racy<=12500 ns 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.639630000, lastModified=2023-10-03 14:53:24.638107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.639630000, lastModified=2023-10-03 14:53:24.638107000, delta=1523000 ns, racy<=12500 ns 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.639836000, lastModified=2023-10-03 14:53:24.639107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.639836000, lastModified=2023-10-03 14:53:24.639107000, delta=729000 ns, racy<=12500 ns 14:53:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.640050000, lastModified=2023-10-03 14:53:24.639107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.640050000, lastModified=2023-10-03 14:53:24.639107000, delta=943000 ns, racy<=12500 ns 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.640273000, lastModified=2023-10-03 14:53:24.639107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.640273000, lastModified=2023-10-03 14:53:24.639107000, delta=1166000 ns, racy<=12500 ns 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.640489000, lastModified=2023-10-03 14:53:24.639107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.640489000, lastModified=2023-10-03 14:53:24.639107000, delta=1382000 ns, racy<=12500 ns 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.640695000, lastModified=2023-10-03 14:53:24.639107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.639107000 to 2023-10-03 14:53:24.640107000 14:53:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.640967000, lastModified=2023-10-03 14:53:24.640107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.640967000, lastModified=2023-10-03 14:53:24.640107000, delta=860000 ns, racy<=12500 ns 14:53:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.692569000, lastModified=2023-10-03 14:53:24.691107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.691107000 to 2023-10-03 14:53:24.692107000 14:53:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.692951000, lastModified=2023-10-03 14:53:24.692107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.692951000, lastModified=2023-10-03 14:53:24.692107000, delta=844000 ns, racy<=12500 ns 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.693178000, lastModified=2023-10-03 14:53:24.692107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.693178000, lastModified=2023-10-03 14:53:24.692107000, delta=1071000 ns, racy<=12500 ns 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.693391000, lastModified=2023-10-03 14:53:24.692107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.693391000, lastModified=2023-10-03 14:53:24.692107000, delta=1284000 ns, racy<=12500 ns 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.693605000, lastModified=2023-10-03 14:53:24.692107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.693605000, lastModified=2023-10-03 14:53:24.692107000, delta=1498000 ns, racy<=12500 ns 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.693810000, lastModified=2023-10-03 14:53:24.693107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.693810000, lastModified=2023-10-03 14:53:24.693107000, delta=703000 ns, racy<=12500 ns 14:53:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.694002000, lastModified=2023-10-03 14:53:24.693107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.694002000, lastModified=2023-10-03 14:53:24.693107000, delta=895000 ns, racy<=12500 ns 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.694204000, lastModified=2023-10-03 14:53:24.693107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.694204000, lastModified=2023-10-03 14:53:24.693107000, delta=1097000 ns, racy<=12500 ns 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.694393000, lastModified=2023-10-03 14:53:24.693107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.694393000, lastModified=2023-10-03 14:53:24.693107000, delta=1286000 ns, racy<=12500 ns 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.694587000, lastModified=2023-10-03 14:53:24.693107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.694587000, lastModified=2023-10-03 14:53:24.693107000, delta=1480000 ns, racy<=12500 ns 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.694787000, lastModified=2023-10-03 14:53:24.694107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.694787000, lastModified=2023-10-03 14:53:24.694107000, delta=680000 ns, racy<=12500 ns 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.694985000, lastModified=2023-10-03 14:53:24.694107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.694985000, lastModified=2023-10-03 14:53:24.694107000, delta=878000 ns, racy<=12500 ns 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.695182000, lastModified=2023-10-03 14:53:24.694107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.695182000, lastModified=2023-10-03 14:53:24.694107000, delta=1075000 ns, racy<=12500 ns 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.695392000, lastModified=2023-10-03 14:53:24.694107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.695392000, lastModified=2023-10-03 14:53:24.694107000, delta=1285000 ns, racy<=12500 ns 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.695596000, lastModified=2023-10-03 14:53:24.694107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.695596000, lastModified=2023-10-03 14:53:24.694107000, delta=1489000 ns, racy<=12500 ns 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.695795000, lastModified=2023-10-03 14:53:24.695107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.695795000, lastModified=2023-10-03 14:53:24.695107000, delta=688000 ns, racy<=12500 ns 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.695991000, lastModified=2023-10-03 14:53:24.695107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.695991000, lastModified=2023-10-03 14:53:24.695107000, delta=884000 ns, racy<=12500 ns 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.696188000, lastModified=2023-10-03 14:53:24.695107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.696188000, lastModified=2023-10-03 14:53:24.695107000, delta=1081000 ns, racy<=12500 ns 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.696387000, lastModified=2023-10-03 14:53:24.695107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.696387000, lastModified=2023-10-03 14:53:24.695107000, delta=1280000 ns, racy<=12500 ns 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.696593000, lastModified=2023-10-03 14:53:24.695107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.696593000, lastModified=2023-10-03 14:53:24.695107000, delta=1486000 ns, racy<=12500 ns 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.696799000, lastModified=2023-10-03 14:53:24.696107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.696799000, lastModified=2023-10-03 14:53:24.696107000, delta=692000 ns, racy<=12500 ns 14:53:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.697000000, lastModified=2023-10-03 14:53:24.696107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.697000000, lastModified=2023-10-03 14:53:24.696107000, delta=893000 ns, racy<=12500 ns 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.697201000, lastModified=2023-10-03 14:53:24.696107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.697201000, lastModified=2023-10-03 14:53:24.696107000, delta=1094000 ns, racy<=12500 ns 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.697398000, lastModified=2023-10-03 14:53:24.696107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.697398000, lastModified=2023-10-03 14:53:24.696107000, delta=1291000 ns, racy<=12500 ns 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.697594000, lastModified=2023-10-03 14:53:24.696107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.697594000, lastModified=2023-10-03 14:53:24.696107000, delta=1487000 ns, racy<=12500 ns 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.697792000, lastModified=2023-10-03 14:53:24.697107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.697792000, lastModified=2023-10-03 14:53:24.697107000, delta=685000 ns, racy<=12500 ns 14:53:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.698000000, lastModified=2023-10-03 14:53:24.697107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.698000000, lastModified=2023-10-03 14:53:24.697107000, delta=893000 ns, racy<=12500 ns 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.698198000, lastModified=2023-10-03 14:53:24.697107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.698198000, lastModified=2023-10-03 14:53:24.697107000, delta=1091000 ns, racy<=12500 ns 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.698389000, lastModified=2023-10-03 14:53:24.697107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.698389000, lastModified=2023-10-03 14:53:24.697107000, delta=1282000 ns, racy<=12500 ns 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.698613000, lastModified=2023-10-03 14:53:24.697107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.698613000, lastModified=2023-10-03 14:53:24.697107000, delta=1506000 ns, racy<=12500 ns 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.698818000, lastModified=2023-10-03 14:53:24.698107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.698818000, lastModified=2023-10-03 14:53:24.698107000, delta=711000 ns, racy<=12500 ns 14:53:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.699018000, lastModified=2023-10-03 14:53:24.698107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.699018000, lastModified=2023-10-03 14:53:24.698107000, delta=911000 ns, racy<=12500 ns 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.699225000, lastModified=2023-10-03 14:53:24.698107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.699225000, lastModified=2023-10-03 14:53:24.698107000, delta=1118000 ns, racy<=12500 ns 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.699456000, lastModified=2023-10-03 14:53:24.698107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.699456000, lastModified=2023-10-03 14:53:24.698107000, delta=1349000 ns, racy<=12500 ns 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.699667000, lastModified=2023-10-03 14:53:24.698107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.698107000 to 2023-10-03 14:53:24.699107000 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.699866000, lastModified=2023-10-03 14:53:24.699107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.699866000, lastModified=2023-10-03 14:53:24.699107000, delta=759000 ns, racy<=12500 ns 14:53:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.700064000, lastModified=2023-10-03 14:53:24.699107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.700064000, lastModified=2023-10-03 14:53:24.699107000, delta=957000 ns, racy<=12500 ns 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.700274000, lastModified=2023-10-03 14:53:24.699107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.700274000, lastModified=2023-10-03 14:53:24.699107000, delta=1167000 ns, racy<=12500 ns 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.700470000, lastModified=2023-10-03 14:53:24.699107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.700470000, lastModified=2023-10-03 14:53:24.699107000, delta=1363000 ns, racy<=12500 ns 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.700665000, lastModified=2023-10-03 14:53:24.699107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.699107000 to 2023-10-03 14:53:24.700107000 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.700857000, lastModified=2023-10-03 14:53:24.700107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.700857000, lastModified=2023-10-03 14:53:24.700107000, delta=750000 ns, racy<=12500 ns 14:53:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.701054000, lastModified=2023-10-03 14:53:24.700107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.701054000, lastModified=2023-10-03 14:53:24.700107000, delta=947000 ns, racy<=12500 ns 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.701547000, lastModified=2023-10-03 14:53:24.700107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.701547000, lastModified=2023-10-03 14:53:24.700107000, delta=1440000 ns, racy<=12500 ns 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.701770000, lastModified=2023-10-03 14:53:24.701107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.701770000, lastModified=2023-10-03 14:53:24.701107000, delta=663000 ns, racy<=12500 ns 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.701974000, lastModified=2023-10-03 14:53:24.701107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.701974000, lastModified=2023-10-03 14:53:24.701107000, delta=867000 ns, racy<=12500 ns 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.702177000, lastModified=2023-10-03 14:53:24.701107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.702177000, lastModified=2023-10-03 14:53:24.701107000, delta=1070000 ns, racy<=12500 ns 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.702377000, lastModified=2023-10-03 14:53:24.701107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.702377000, lastModified=2023-10-03 14:53:24.701107000, delta=1270000 ns, racy<=12500 ns 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.702572000, lastModified=2023-10-03 14:53:24.701107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.702572000, lastModified=2023-10-03 14:53:24.701107000, delta=1465000 ns, racy<=12500 ns 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.702771000, lastModified=2023-10-03 14:53:24.702107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.702771000, lastModified=2023-10-03 14:53:24.702107000, delta=664000 ns, racy<=12500 ns 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.702968000, lastModified=2023-10-03 14:53:24.702107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.702968000, lastModified=2023-10-03 14:53:24.702107000, delta=861000 ns, racy<=12500 ns 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.703185000, lastModified=2023-10-03 14:53:24.702107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.703185000, lastModified=2023-10-03 14:53:24.702107000, delta=1078000 ns, racy<=12500 ns 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.703385000, lastModified=2023-10-03 14:53:24.702107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.703385000, lastModified=2023-10-03 14:53:24.702107000, delta=1278000 ns, racy<=12500 ns 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.703579000, lastModified=2023-10-03 14:53:24.702107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.703579000, lastModified=2023-10-03 14:53:24.702107000, delta=1472000 ns, racy<=12500 ns 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.703783000, lastModified=2023-10-03 14:53:24.703107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.703783000, lastModified=2023-10-03 14:53:24.703107000, delta=676000 ns, racy<=12500 ns 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.703980000, lastModified=2023-10-03 14:53:24.703107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.703980000, lastModified=2023-10-03 14:53:24.703107000, delta=873000 ns, racy<=12500 ns 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.704183000, lastModified=2023-10-03 14:53:24.703107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.704183000, lastModified=2023-10-03 14:53:24.703107000, delta=1076000 ns, racy<=12500 ns 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.704379000, lastModified=2023-10-03 14:53:24.703107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.704379000, lastModified=2023-10-03 14:53:24.703107000, delta=1272000 ns, racy<=12500 ns 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.704573000, lastModified=2023-10-03 14:53:24.703107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.704573000, lastModified=2023-10-03 14:53:24.703107000, delta=1466000 ns, racy<=12500 ns 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.704780000, lastModified=2023-10-03 14:53:24.704107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.704780000, lastModified=2023-10-03 14:53:24.704107000, delta=673000 ns, racy<=12500 ns 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.704985000, lastModified=2023-10-03 14:53:24.704107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.704985000, lastModified=2023-10-03 14:53:24.704107000, delta=878000 ns, racy<=12500 ns 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.705238000, lastModified=2023-10-03 14:53:24.704107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.705238000, lastModified=2023-10-03 14:53:24.704107000, delta=1131000 ns, racy<=12500 ns 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.705441000, lastModified=2023-10-03 14:53:24.704107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.705441000, lastModified=2023-10-03 14:53:24.704107000, delta=1334000 ns, racy<=12500 ns 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.705636000, lastModified=2023-10-03 14:53:24.704107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.705636000, lastModified=2023-10-03 14:53:24.704107000, delta=1529000 ns, racy<=12500 ns 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.705841000, lastModified=2023-10-03 14:53:24.705107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.705841000, lastModified=2023-10-03 14:53:24.705107000, delta=734000 ns, racy<=12500 ns 14:53:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.706048000, lastModified=2023-10-03 14:53:24.705107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.706048000, lastModified=2023-10-03 14:53:24.705107000, delta=941000 ns, racy<=12500 ns 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.706257000, lastModified=2023-10-03 14:53:24.705107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.706257000, lastModified=2023-10-03 14:53:24.705107000, delta=1150000 ns, racy<=12500 ns 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.706474000, lastModified=2023-10-03 14:53:24.705107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.706474000, lastModified=2023-10-03 14:53:24.705107000, delta=1367000 ns, racy<=12500 ns 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.706685000, lastModified=2023-10-03 14:53:24.705107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.705107000 to 2023-10-03 14:53:24.706107000 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.706879000, lastModified=2023-10-03 14:53:24.706107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.706879000, lastModified=2023-10-03 14:53:24.706107000, delta=772000 ns, racy<=12500 ns 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.707091000, lastModified=2023-10-03 14:53:24.706107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.707091000, lastModified=2023-10-03 14:53:24.706107000, delta=984000 ns, racy<=12500 ns 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.707287000, lastModified=2023-10-03 14:53:24.706107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.707287000, lastModified=2023-10-03 14:53:24.706107000, delta=1180000 ns, racy<=12500 ns 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.707482000, lastModified=2023-10-03 14:53:24.706107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.707482000, lastModified=2023-10-03 14:53:24.706107000, delta=1375000 ns, racy<=12500 ns 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.707694000, lastModified=2023-10-03 14:53:24.706107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.706107000 to 2023-10-03 14:53:24.707107000 14:53:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.707899000, lastModified=2023-10-03 14:53:24.707107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.707899000, lastModified=2023-10-03 14:53:24.707107000, delta=792000 ns, racy<=12500 ns 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.708124000, lastModified=2023-10-03 14:53:24.707107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.708124000, lastModified=2023-10-03 14:53:24.707107000, delta=1017000 ns, racy<=12500 ns 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.708340000, lastModified=2023-10-03 14:53:24.707107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.708340000, lastModified=2023-10-03 14:53:24.707107000, delta=1233000 ns, racy<=12500 ns 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.708532000, lastModified=2023-10-03 14:53:24.707107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.708532000, lastModified=2023-10-03 14:53:24.707107000, delta=1425000 ns, racy<=12500 ns 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.708725000, lastModified=2023-10-03 14:53:24.707107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.707107000 to 2023-10-03 14:53:24.708107000 14:53:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.708920000, lastModified=2023-10-03 14:53:24.708107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.708920000, lastModified=2023-10-03 14:53:24.708107000, delta=813000 ns, racy<=12500 ns 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.709134000, lastModified=2023-10-03 14:53:24.708107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.709134000, lastModified=2023-10-03 14:53:24.708107000, delta=1027000 ns, racy<=12500 ns 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.709334000, lastModified=2023-10-03 14:53:24.708107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.709334000, lastModified=2023-10-03 14:53:24.708107000, delta=1227000 ns, racy<=12500 ns 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.709530000, lastModified=2023-10-03 14:53:24.708107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.709530000, lastModified=2023-10-03 14:53:24.708107000, delta=1423000 ns, racy<=12500 ns 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.709723000, lastModified=2023-10-03 14:53:24.708107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.708107000 to 2023-10-03 14:53:24.709107000 14:53:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.709915000, lastModified=2023-10-03 14:53:24.709107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.709915000, lastModified=2023-10-03 14:53:24.709107000, delta=808000 ns, racy<=12500 ns 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.710115000, lastModified=2023-10-03 14:53:24.709107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.710115000, lastModified=2023-10-03 14:53:24.709107000, delta=1008000 ns, racy<=12500 ns 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.710343000, lastModified=2023-10-03 14:53:24.709107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.710343000, lastModified=2023-10-03 14:53:24.709107000, delta=1236000 ns, racy<=12500 ns 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.710539000, lastModified=2023-10-03 14:53:24.709107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.710539000, lastModified=2023-10-03 14:53:24.709107000, delta=1432000 ns, racy<=12500 ns 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.710736000, lastModified=2023-10-03 14:53:24.709107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.709107000 to 2023-10-03 14:53:24.710107000 14:53:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.710926000, lastModified=2023-10-03 14:53:24.710107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.710926000, lastModified=2023-10-03 14:53:24.710107000, delta=819000 ns, racy<=12500 ns 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.711130000, lastModified=2023-10-03 14:53:24.710107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.711130000, lastModified=2023-10-03 14:53:24.710107000, delta=1023000 ns, racy<=12500 ns 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.711325000, lastModified=2023-10-03 14:53:24.710107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.711325000, lastModified=2023-10-03 14:53:24.710107000, delta=1218000 ns, racy<=12500 ns 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.711516000, lastModified=2023-10-03 14:53:24.710107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.711516000, lastModified=2023-10-03 14:53:24.710107000, delta=1409000 ns, racy<=12500 ns 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.711706000, lastModified=2023-10-03 14:53:24.710107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.710107000 to 2023-10-03 14:53:24.711107000 14:53:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.711899000, lastModified=2023-10-03 14:53:24.711107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.711899000, lastModified=2023-10-03 14:53:24.711107000, delta=792000 ns, racy<=12500 ns 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.712098000, lastModified=2023-10-03 14:53:24.711107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.712098000, lastModified=2023-10-03 14:53:24.711107000, delta=991000 ns, racy<=12500 ns 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.712295000, lastModified=2023-10-03 14:53:24.711107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.712295000, lastModified=2023-10-03 14:53:24.711107000, delta=1188000 ns, racy<=12500 ns 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.712489000, lastModified=2023-10-03 14:53:24.711107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.712489000, lastModified=2023-10-03 14:53:24.711107000, delta=1382000 ns, racy<=12500 ns 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.712683000, lastModified=2023-10-03 14:53:24.711107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.711107000 to 2023-10-03 14:53:24.712107000 14:53:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.712891000, lastModified=2023-10-03 14:53:24.712107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.712891000, lastModified=2023-10-03 14:53:24.712107000, delta=784000 ns, racy<=12500 ns 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.713098000, lastModified=2023-10-03 14:53:24.712107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.713098000, lastModified=2023-10-03 14:53:24.712107000, delta=991000 ns, racy<=12500 ns 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.713576000, lastModified=2023-10-03 14:53:24.712107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.713576000, lastModified=2023-10-03 14:53:24.712107000, delta=1469000 ns, racy<=12500 ns 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.713785000, lastModified=2023-10-03 14:53:24.713107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.713785000, lastModified=2023-10-03 14:53:24.713107000, delta=678000 ns, racy<=12500 ns 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.713986000, lastModified=2023-10-03 14:53:24.713107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.713986000, lastModified=2023-10-03 14:53:24.713107000, delta=879000 ns, racy<=12500 ns 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.714193000, lastModified=2023-10-03 14:53:24.713107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.714193000, lastModified=2023-10-03 14:53:24.713107000, delta=1086000 ns, racy<=12500 ns 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.714389000, lastModified=2023-10-03 14:53:24.713107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.714389000, lastModified=2023-10-03 14:53:24.713107000, delta=1282000 ns, racy<=12500 ns 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.714586000, lastModified=2023-10-03 14:53:24.713107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.714586000, lastModified=2023-10-03 14:53:24.713107000, delta=1479000 ns, racy<=12500 ns 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.714785000, lastModified=2023-10-03 14:53:24.714107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.714785000, lastModified=2023-10-03 14:53:24.714107000, delta=678000 ns, racy<=12500 ns 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.714982000, lastModified=2023-10-03 14:53:24.714107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.714982000, lastModified=2023-10-03 14:53:24.714107000, delta=875000 ns, racy<=12500 ns 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.715187000, lastModified=2023-10-03 14:53:24.714107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.715187000, lastModified=2023-10-03 14:53:24.714107000, delta=1080000 ns, racy<=12500 ns 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.715381000, lastModified=2023-10-03 14:53:24.714107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.715381000, lastModified=2023-10-03 14:53:24.714107000, delta=1274000 ns, racy<=12500 ns 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.715586000, lastModified=2023-10-03 14:53:24.714107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.715586000, lastModified=2023-10-03 14:53:24.714107000, delta=1479000 ns, racy<=12500 ns 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.715790000, lastModified=2023-10-03 14:53:24.715107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.715790000, lastModified=2023-10-03 14:53:24.715107000, delta=683000 ns, racy<=12500 ns 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.715989000, lastModified=2023-10-03 14:53:24.715107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.715989000, lastModified=2023-10-03 14:53:24.715107000, delta=882000 ns, racy<=12500 ns 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.716189000, lastModified=2023-10-03 14:53:24.715107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.716189000, lastModified=2023-10-03 14:53:24.715107000, delta=1082000 ns, racy<=12500 ns 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.716383000, lastModified=2023-10-03 14:53:24.715107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.716383000, lastModified=2023-10-03 14:53:24.715107000, delta=1276000 ns, racy<=12500 ns 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.716576000, lastModified=2023-10-03 14:53:24.715107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.716576000, lastModified=2023-10-03 14:53:24.715107000, delta=1469000 ns, racy<=12500 ns 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.716777000, lastModified=2023-10-03 14:53:24.716107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.716777000, lastModified=2023-10-03 14:53:24.716107000, delta=670000 ns, racy<=12500 ns 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.716980000, lastModified=2023-10-03 14:53:24.716107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.716980000, lastModified=2023-10-03 14:53:24.716107000, delta=873000 ns, racy<=12500 ns 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.717178000, lastModified=2023-10-03 14:53:24.716107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.717178000, lastModified=2023-10-03 14:53:24.716107000, delta=1071000 ns, racy<=12500 ns 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.717372000, lastModified=2023-10-03 14:53:24.716107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.717372000, lastModified=2023-10-03 14:53:24.716107000, delta=1265000 ns, racy<=12500 ns 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.717586000, lastModified=2023-10-03 14:53:24.716107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.717586000, lastModified=2023-10-03 14:53:24.716107000, delta=1479000 ns, racy<=12500 ns 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.717792000, lastModified=2023-10-03 14:53:24.717107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.717792000, lastModified=2023-10-03 14:53:24.717107000, delta=685000 ns, racy<=12500 ns 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.717990000, lastModified=2023-10-03 14:53:24.717107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.717990000, lastModified=2023-10-03 14:53:24.717107000, delta=883000 ns, racy<=12500 ns 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.718188000, lastModified=2023-10-03 14:53:24.717107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.718188000, lastModified=2023-10-03 14:53:24.717107000, delta=1081000 ns, racy<=12500 ns 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.718380000, lastModified=2023-10-03 14:53:24.717107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.718380000, lastModified=2023-10-03 14:53:24.717107000, delta=1273000 ns, racy<=12500 ns 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.718591000, lastModified=2023-10-03 14:53:24.717107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.718591000, lastModified=2023-10-03 14:53:24.717107000, delta=1484000 ns, racy<=12500 ns 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.718793000, lastModified=2023-10-03 14:53:24.718107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.718793000, lastModified=2023-10-03 14:53:24.718107000, delta=686000 ns, racy<=12500 ns 14:53:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.718993000, lastModified=2023-10-03 14:53:24.718107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.718993000, lastModified=2023-10-03 14:53:24.718107000, delta=886000 ns, racy<=12500 ns 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.719192000, lastModified=2023-10-03 14:53:24.718107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.719192000, lastModified=2023-10-03 14:53:24.718107000, delta=1085000 ns, racy<=12500 ns 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.719388000, lastModified=2023-10-03 14:53:24.718107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.719388000, lastModified=2023-10-03 14:53:24.718107000, delta=1281000 ns, racy<=12500 ns 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.719580000, lastModified=2023-10-03 14:53:24.718107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.719580000, lastModified=2023-10-03 14:53:24.718107000, delta=1473000 ns, racy<=12500 ns 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.719781000, lastModified=2023-10-03 14:53:24.719107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.719781000, lastModified=2023-10-03 14:53:24.719107000, delta=674000 ns, racy<=12500 ns 14:53:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.720001000, lastModified=2023-10-03 14:53:24.719107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.720001000, lastModified=2023-10-03 14:53:24.719107000, delta=894000 ns, racy<=12500 ns 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.720204000, lastModified=2023-10-03 14:53:24.719107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.720204000, lastModified=2023-10-03 14:53:24.719107000, delta=1097000 ns, racy<=12500 ns 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.720395000, lastModified=2023-10-03 14:53:24.719107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.720395000, lastModified=2023-10-03 14:53:24.719107000, delta=1288000 ns, racy<=12500 ns 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.720604000, lastModified=2023-10-03 14:53:24.719107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.720604000, lastModified=2023-10-03 14:53:24.719107000, delta=1497000 ns, racy<=12500 ns 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.720824000, lastModified=2023-10-03 14:53:24.720107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.720824000, lastModified=2023-10-03 14:53:24.720107000, delta=717000 ns, racy<=12500 ns 14:53:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.721031000, lastModified=2023-10-03 14:53:24.720107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.721031000, lastModified=2023-10-03 14:53:24.720107000, delta=924000 ns, racy<=12500 ns 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.721249000, lastModified=2023-10-03 14:53:24.720107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.721249000, lastModified=2023-10-03 14:53:24.720107000, delta=1142000 ns, racy<=12500 ns 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.721443000, lastModified=2023-10-03 14:53:24.720107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.721443000, lastModified=2023-10-03 14:53:24.720107000, delta=1336000 ns, racy<=12500 ns 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.721653000, lastModified=2023-10-03 14:53:24.720107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.721653000, lastModified=2023-10-03 14:53:24.720107000, delta=1546000 ns, racy<=12500 ns 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.721859000, lastModified=2023-10-03 14:53:24.721107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.721859000, lastModified=2023-10-03 14:53:24.721107000, delta=752000 ns, racy<=12500 ns 14:53:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.722053000, lastModified=2023-10-03 14:53:24.721107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.722053000, lastModified=2023-10-03 14:53:24.721107000, delta=946000 ns, racy<=12500 ns 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.722250000, lastModified=2023-10-03 14:53:24.721107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.722250000, lastModified=2023-10-03 14:53:24.721107000, delta=1143000 ns, racy<=12500 ns 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.722447000, lastModified=2023-10-03 14:53:24.721107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.722447000, lastModified=2023-10-03 14:53:24.721107000, delta=1340000 ns, racy<=12500 ns 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.722642000, lastModified=2023-10-03 14:53:24.721107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.722642000, lastModified=2023-10-03 14:53:24.721107000, delta=1535000 ns, racy<=12500 ns 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.722946000, lastModified=2023-10-03 14:53:24.722107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.722946000, lastModified=2023-10-03 14:53:24.722107000, delta=839000 ns, racy<=12500 ns 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.723144000, lastModified=2023-10-03 14:53:24.722107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.723144000, lastModified=2023-10-03 14:53:24.722107000, delta=1037000 ns, racy<=12500 ns 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.723334000, lastModified=2023-10-03 14:53:24.722107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.723334000, lastModified=2023-10-03 14:53:24.722107000, delta=1227000 ns, racy<=12500 ns 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.723526000, lastModified=2023-10-03 14:53:24.722107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.723526000, lastModified=2023-10-03 14:53:24.722107000, delta=1419000 ns, racy<=12500 ns 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.723718000, lastModified=2023-10-03 14:53:24.722107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.722107000 to 2023-10-03 14:53:24.723107000 14:53:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.723965000, lastModified=2023-10-03 14:53:24.723107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.723965000, lastModified=2023-10-03 14:53:24.723107000, delta=858000 ns, racy<=12500 ns 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.724183000, lastModified=2023-10-03 14:53:24.723107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.724183000, lastModified=2023-10-03 14:53:24.723107000, delta=1076000 ns, racy<=12500 ns 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.724375000, lastModified=2023-10-03 14:53:24.723107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.724375000, lastModified=2023-10-03 14:53:24.723107000, delta=1268000 ns, racy<=12500 ns 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.724570000, lastModified=2023-10-03 14:53:24.723107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.724570000, lastModified=2023-10-03 14:53:24.723107000, delta=1463000 ns, racy<=12500 ns 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.724784000, lastModified=2023-10-03 14:53:24.724107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.724784000, lastModified=2023-10-03 14:53:24.724107000, delta=677000 ns, racy<=12500 ns 14:53:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.725003000, lastModified=2023-10-03 14:53:24.724107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.725003000, lastModified=2023-10-03 14:53:24.724107000, delta=896000 ns, racy<=12500 ns 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.725507000, lastModified=2023-10-03 14:53:24.724107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.725507000, lastModified=2023-10-03 14:53:24.724107000, delta=1400000 ns, racy<=12500 ns 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.725756000, lastModified=2023-10-03 14:53:24.724107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.724107000 to 2023-10-03 14:53:24.725107000 14:53:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.725948000, lastModified=2023-10-03 14:53:24.725107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.725948000, lastModified=2023-10-03 14:53:24.725107000, delta=841000 ns, racy<=12500 ns 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.726160000, lastModified=2023-10-03 14:53:24.725107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.726160000, lastModified=2023-10-03 14:53:24.725107000, delta=1053000 ns, racy<=12500 ns 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.726344000, lastModified=2023-10-03 14:53:24.725107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.726344000, lastModified=2023-10-03 14:53:24.725107000, delta=1237000 ns, racy<=12500 ns 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.726528000, lastModified=2023-10-03 14:53:24.725107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.726528000, lastModified=2023-10-03 14:53:24.725107000, delta=1421000 ns, racy<=12500 ns 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.726715000, lastModified=2023-10-03 14:53:24.725107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.725107000 to 2023-10-03 14:53:24.726107000 14:53:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.726905000, lastModified=2023-10-03 14:53:24.726107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.726905000, lastModified=2023-10-03 14:53:24.726107000, delta=798000 ns, racy<=12500 ns 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.727115000, lastModified=2023-10-03 14:53:24.726107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.727115000, lastModified=2023-10-03 14:53:24.726107000, delta=1008000 ns, racy<=12500 ns 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.727310000, lastModified=2023-10-03 14:53:24.726107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.727310000, lastModified=2023-10-03 14:53:24.726107000, delta=1203000 ns, racy<=12500 ns 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.727505000, lastModified=2023-10-03 14:53:24.726107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.727505000, lastModified=2023-10-03 14:53:24.726107000, delta=1398000 ns, racy<=12500 ns 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.727701000, lastModified=2023-10-03 14:53:24.726107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.726107000 to 2023-10-03 14:53:24.727107000 14:53:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.727919000, lastModified=2023-10-03 14:53:24.727107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.727919000, lastModified=2023-10-03 14:53:24.727107000, delta=812000 ns, racy<=12500 ns 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.728140000, lastModified=2023-10-03 14:53:24.727107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.728140000, lastModified=2023-10-03 14:53:24.727107000, delta=1033000 ns, racy<=12500 ns 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.728358000, lastModified=2023-10-03 14:53:24.727107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.728358000, lastModified=2023-10-03 14:53:24.727107000, delta=1251000 ns, racy<=12500 ns 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.728561000, lastModified=2023-10-03 14:53:24.727107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.728561000, lastModified=2023-10-03 14:53:24.727107000, delta=1454000 ns, racy<=12500 ns 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.728784000, lastModified=2023-10-03 14:53:24.727107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.727107000 to 2023-10-03 14:53:24.728107000 14:53:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.728990000, lastModified=2023-10-03 14:53:24.728107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.728990000, lastModified=2023-10-03 14:53:24.728107000, delta=883000 ns, racy<=12500 ns 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.729188000, lastModified=2023-10-03 14:53:24.728107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.729188000, lastModified=2023-10-03 14:53:24.728107000, delta=1081000 ns, racy<=12500 ns 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.729385000, lastModified=2023-10-03 14:53:24.728107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.729385000, lastModified=2023-10-03 14:53:24.728107000, delta=1278000 ns, racy<=12500 ns 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.729578000, lastModified=2023-10-03 14:53:24.728107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.729578000, lastModified=2023-10-03 14:53:24.728107000, delta=1471000 ns, racy<=12500 ns 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.729782000, lastModified=2023-10-03 14:53:24.729107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.729782000, lastModified=2023-10-03 14:53:24.729107000, delta=675000 ns, racy<=12500 ns 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.729977000, lastModified=2023-10-03 14:53:24.729107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.729977000, lastModified=2023-10-03 14:53:24.729107000, delta=870000 ns, racy<=12500 ns 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.730169000, lastModified=2023-10-03 14:53:24.729107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.730169000, lastModified=2023-10-03 14:53:24.729107000, delta=1062000 ns, racy<=12500 ns 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.730354000, lastModified=2023-10-03 14:53:24.729107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.730354000, lastModified=2023-10-03 14:53:24.729107000, delta=1247000 ns, racy<=12500 ns 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.730543000, lastModified=2023-10-03 14:53:24.729107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.730543000, lastModified=2023-10-03 14:53:24.729107000, delta=1436000 ns, racy<=12500 ns 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.730739000, lastModified=2023-10-03 14:53:24.729107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.729107000 to 2023-10-03 14:53:24.730107000 14:53:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.730923000, lastModified=2023-10-03 14:53:24.730107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.730923000, lastModified=2023-10-03 14:53:24.730107000, delta=816000 ns, racy<=12500 ns 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.731115000, lastModified=2023-10-03 14:53:24.730107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.731115000, lastModified=2023-10-03 14:53:24.730107000, delta=1008000 ns, racy<=12500 ns 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.731308000, lastModified=2023-10-03 14:53:24.730107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.731308000, lastModified=2023-10-03 14:53:24.730107000, delta=1201000 ns, racy<=12500 ns 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.731495000, lastModified=2023-10-03 14:53:24.730107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.731495000, lastModified=2023-10-03 14:53:24.730107000, delta=1388000 ns, racy<=12500 ns 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.731683000, lastModified=2023-10-03 14:53:24.730107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.730107000 to 2023-10-03 14:53:24.731107000 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.732109000, lastModified=2023-10-03 14:53:24.731107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.732109000, lastModified=2023-10-03 14:53:24.731107000, delta=1002000 ns, racy<=12500 ns 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.732359000, lastModified=2023-10-03 14:53:24.731107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.732359000, lastModified=2023-10-03 14:53:24.731107000, delta=1252000 ns, racy<=12500 ns 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.732580000, lastModified=2023-10-03 14:53:24.731107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.732580000, lastModified=2023-10-03 14:53:24.731107000, delta=1473000 ns, racy<=12500 ns 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.732826000, lastModified=2023-10-03 14:53:24.732107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.732826000, lastModified=2023-10-03 14:53:24.732107000, delta=719000 ns, racy<=12500 ns 14:53:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.733029000, lastModified=2023-10-03 14:53:24.732107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.733029000, lastModified=2023-10-03 14:53:24.732107000, delta=922000 ns, racy<=12500 ns 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.733235000, lastModified=2023-10-03 14:53:24.732107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.733235000, lastModified=2023-10-03 14:53:24.732107000, delta=1128000 ns, racy<=12500 ns 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.733432000, lastModified=2023-10-03 14:53:24.732107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.733432000, lastModified=2023-10-03 14:53:24.732107000, delta=1325000 ns, racy<=12500 ns 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.733638000, lastModified=2023-10-03 14:53:24.732107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.733638000, lastModified=2023-10-03 14:53:24.732107000, delta=1531000 ns, racy<=12500 ns 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.733846000, lastModified=2023-10-03 14:53:24.733107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.733846000, lastModified=2023-10-03 14:53:24.733107000, delta=739000 ns, racy<=12500 ns 14:53:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.734046000, lastModified=2023-10-03 14:53:24.733107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.734046000, lastModified=2023-10-03 14:53:24.733107000, delta=939000 ns, racy<=12500 ns 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.734253000, lastModified=2023-10-03 14:53:24.733107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.734253000, lastModified=2023-10-03 14:53:24.733107000, delta=1146000 ns, racy<=12500 ns 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.734451000, lastModified=2023-10-03 14:53:24.733107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.734451000, lastModified=2023-10-03 14:53:24.733107000, delta=1344000 ns, racy<=12500 ns 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.734670000, lastModified=2023-10-03 14:53:24.733107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.733107000 to 2023-10-03 14:53:24.734107000 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.734870000, lastModified=2023-10-03 14:53:24.734107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.734870000, lastModified=2023-10-03 14:53:24.734107000, delta=763000 ns, racy<=12500 ns 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.735079000, lastModified=2023-10-03 14:53:24.734107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.735079000, lastModified=2023-10-03 14:53:24.734107000, delta=972000 ns, racy<=12500 ns 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.735278000, lastModified=2023-10-03 14:53:24.734107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.735278000, lastModified=2023-10-03 14:53:24.734107000, delta=1171000 ns, racy<=12500 ns 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.735471000, lastModified=2023-10-03 14:53:24.734107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.735471000, lastModified=2023-10-03 14:53:24.734107000, delta=1364000 ns, racy<=12500 ns 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.735672000, lastModified=2023-10-03 14:53:24.734107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.734107000 to 2023-10-03 14:53:24.735107000 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.735866000, lastModified=2023-10-03 14:53:24.735107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.735866000, lastModified=2023-10-03 14:53:24.735107000, delta=759000 ns, racy<=12500 ns 14:53:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.736066000, lastModified=2023-10-03 14:53:24.735107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.736066000, lastModified=2023-10-03 14:53:24.735107000, delta=959000 ns, racy<=12500 ns 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.736272000, lastModified=2023-10-03 14:53:24.735107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.736272000, lastModified=2023-10-03 14:53:24.735107000, delta=1165000 ns, racy<=12500 ns 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.736469000, lastModified=2023-10-03 14:53:24.735107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.736469000, lastModified=2023-10-03 14:53:24.735107000, delta=1362000 ns, racy<=12500 ns 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.736673000, lastModified=2023-10-03 14:53:24.735107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.735107000 to 2023-10-03 14:53:24.736107000 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.736871000, lastModified=2023-10-03 14:53:24.736107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.736871000, lastModified=2023-10-03 14:53:24.736107000, delta=764000 ns, racy<=12500 ns 14:53:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.737070000, lastModified=2023-10-03 14:53:24.736107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.737070000, lastModified=2023-10-03 14:53:24.736107000, delta=963000 ns, racy<=12500 ns 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.737274000, lastModified=2023-10-03 14:53:24.736107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.737274000, lastModified=2023-10-03 14:53:24.736107000, delta=1167000 ns, racy<=12500 ns 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.737756000, lastModified=2023-10-03 14:53:24.736107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.736107000 to 2023-10-03 14:53:24.737107000 14:53:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.737970000, lastModified=2023-10-03 14:53:24.737107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.737970000, lastModified=2023-10-03 14:53:24.737107000, delta=863000 ns, racy<=12500 ns 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.738169000, lastModified=2023-10-03 14:53:24.737107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.738169000, lastModified=2023-10-03 14:53:24.737107000, delta=1062000 ns, racy<=12500 ns 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.738363000, lastModified=2023-10-03 14:53:24.737107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.738363000, lastModified=2023-10-03 14:53:24.737107000, delta=1256000 ns, racy<=12500 ns 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.738553000, lastModified=2023-10-03 14:53:24.737107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.738553000, lastModified=2023-10-03 14:53:24.737107000, delta=1446000 ns, racy<=12500 ns 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.738754000, lastModified=2023-10-03 14:53:24.737107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.737107000 to 2023-10-03 14:53:24.738107000 14:53:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.738938000, lastModified=2023-10-03 14:53:24.738107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.738938000, lastModified=2023-10-03 14:53:24.738107000, delta=831000 ns, racy<=12500 ns 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.739132000, lastModified=2023-10-03 14:53:24.738107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.739132000, lastModified=2023-10-03 14:53:24.738107000, delta=1025000 ns, racy<=12500 ns 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.739321000, lastModified=2023-10-03 14:53:24.738107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.739321000, lastModified=2023-10-03 14:53:24.738107000, delta=1214000 ns, racy<=12500 ns 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.739512000, lastModified=2023-10-03 14:53:24.738107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.739512000, lastModified=2023-10-03 14:53:24.738107000, delta=1405000 ns, racy<=12500 ns 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.739704000, lastModified=2023-10-03 14:53:24.738107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.738107000 to 2023-10-03 14:53:24.739107000 14:53:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.739920000, lastModified=2023-10-03 14:53:24.739107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.739920000, lastModified=2023-10-03 14:53:24.739107000, delta=813000 ns, racy<=12500 ns 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.740120000, lastModified=2023-10-03 14:53:24.739107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.740120000, lastModified=2023-10-03 14:53:24.739107000, delta=1013000 ns, racy<=12500 ns 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.740315000, lastModified=2023-10-03 14:53:24.739107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.740315000, lastModified=2023-10-03 14:53:24.739107000, delta=1208000 ns, racy<=12500 ns 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.740510000, lastModified=2023-10-03 14:53:24.739107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.740510000, lastModified=2023-10-03 14:53:24.739107000, delta=1403000 ns, racy<=12500 ns 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.740710000, lastModified=2023-10-03 14:53:24.739107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.739107000 to 2023-10-03 14:53:24.740107000 14:53:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.740906000, lastModified=2023-10-03 14:53:24.740107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.740906000, lastModified=2023-10-03 14:53:24.740107000, delta=799000 ns, racy<=12500 ns 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.741128000, lastModified=2023-10-03 14:53:24.740107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.741128000, lastModified=2023-10-03 14:53:24.740107000, delta=1021000 ns, racy<=12500 ns 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.741320000, lastModified=2023-10-03 14:53:24.740107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.741320000, lastModified=2023-10-03 14:53:24.740107000, delta=1213000 ns, racy<=12500 ns 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.741513000, lastModified=2023-10-03 14:53:24.740107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.741513000, lastModified=2023-10-03 14:53:24.740107000, delta=1406000 ns, racy<=12500 ns 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.741702000, lastModified=2023-10-03 14:53:24.740107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.740107000 to 2023-10-03 14:53:24.741107000 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.741893000, lastModified=2023-10-03 14:53:24.741107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.741893000, lastModified=2023-10-03 14:53:24.741107000, delta=786000 ns, racy<=12500 ns 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.742089000, lastModified=2023-10-03 14:53:24.741107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.742089000, lastModified=2023-10-03 14:53:24.741107000, delta=982000 ns, racy<=12500 ns 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.742327000, lastModified=2023-10-03 14:53:24.741107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.742327000, lastModified=2023-10-03 14:53:24.741107000, delta=1220000 ns, racy<=12500 ns 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.742523000, lastModified=2023-10-03 14:53:24.741107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.742523000, lastModified=2023-10-03 14:53:24.741107000, delta=1416000 ns, racy<=12500 ns 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.742722000, lastModified=2023-10-03 14:53:24.741107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.741107000 to 2023-10-03 14:53:24.742107000 14:53:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.742922000, lastModified=2023-10-03 14:53:24.742107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.742922000, lastModified=2023-10-03 14:53:24.742107000, delta=815000 ns, racy<=12500 ns 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.743123000, lastModified=2023-10-03 14:53:24.742107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.743123000, lastModified=2023-10-03 14:53:24.742107000, delta=1016000 ns, racy<=12500 ns 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.743319000, lastModified=2023-10-03 14:53:24.742107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.743319000, lastModified=2023-10-03 14:53:24.742107000, delta=1212000 ns, racy<=12500 ns 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.743519000, lastModified=2023-10-03 14:53:24.742107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.743519000, lastModified=2023-10-03 14:53:24.742107000, delta=1412000 ns, racy<=12500 ns 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.743711000, lastModified=2023-10-03 14:53:24.742107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.742107000 to 2023-10-03 14:53:24.743107000 14:53:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.743920000, lastModified=2023-10-03 14:53:24.743107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.743920000, lastModified=2023-10-03 14:53:24.743107000, delta=813000 ns, racy<=12500 ns 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.744122000, lastModified=2023-10-03 14:53:24.743107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.744122000, lastModified=2023-10-03 14:53:24.743107000, delta=1015000 ns, racy<=12500 ns 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.744316000, lastModified=2023-10-03 14:53:24.743107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.744316000, lastModified=2023-10-03 14:53:24.743107000, delta=1209000 ns, racy<=12500 ns 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.744516000, lastModified=2023-10-03 14:53:24.743107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.744516000, lastModified=2023-10-03 14:53:24.743107000, delta=1409000 ns, racy<=12500 ns 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.744708000, lastModified=2023-10-03 14:53:24.743107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.743107000 to 2023-10-03 14:53:24.744107000 14:53:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.744900000, lastModified=2023-10-03 14:53:24.744107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.744900000, lastModified=2023-10-03 14:53:24.744107000, delta=793000 ns, racy<=12500 ns 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.745111000, lastModified=2023-10-03 14:53:24.744107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.745111000, lastModified=2023-10-03 14:53:24.744107000, delta=1004000 ns, racy<=12500 ns 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.745305000, lastModified=2023-10-03 14:53:24.744107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.745305000, lastModified=2023-10-03 14:53:24.744107000, delta=1198000 ns, racy<=12500 ns 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.745499000, lastModified=2023-10-03 14:53:24.744107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.745499000, lastModified=2023-10-03 14:53:24.744107000, delta=1392000 ns, racy<=12500 ns 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.745686000, lastModified=2023-10-03 14:53:24.744107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.744107000 to 2023-10-03 14:53:24.745107000 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.745875000, lastModified=2023-10-03 14:53:24.745107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.745875000, lastModified=2023-10-03 14:53:24.745107000, delta=768000 ns, racy<=12500 ns 14:53:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.746084000, lastModified=2023-10-03 14:53:24.745107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.746084000, lastModified=2023-10-03 14:53:24.745107000, delta=977000 ns, racy<=12500 ns 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.746285000, lastModified=2023-10-03 14:53:24.745107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.746285000, lastModified=2023-10-03 14:53:24.745107000, delta=1178000 ns, racy<=12500 ns 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.746482000, lastModified=2023-10-03 14:53:24.745107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.746482000, lastModified=2023-10-03 14:53:24.745107000, delta=1375000 ns, racy<=12500 ns 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.746678000, lastModified=2023-10-03 14:53:24.745107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.745107000 to 2023-10-03 14:53:24.746107000 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.746869000, lastModified=2023-10-03 14:53:24.746107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.746869000, lastModified=2023-10-03 14:53:24.746107000, delta=762000 ns, racy<=12500 ns 14:53:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.747074000, lastModified=2023-10-03 14:53:24.746107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.747074000, lastModified=2023-10-03 14:53:24.746107000, delta=967000 ns, racy<=12500 ns 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.747279000, lastModified=2023-10-03 14:53:24.746107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.747279000, lastModified=2023-10-03 14:53:24.746107000, delta=1172000 ns, racy<=12500 ns 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.747480000, lastModified=2023-10-03 14:53:24.746107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.747480000, lastModified=2023-10-03 14:53:24.746107000, delta=1373000 ns, racy<=12500 ns 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.747677000, lastModified=2023-10-03 14:53:24.746107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.746107000 to 2023-10-03 14:53:24.747107000 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.747872000, lastModified=2023-10-03 14:53:24.747107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.747872000, lastModified=2023-10-03 14:53:24.747107000, delta=765000 ns, racy<=12500 ns 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.748090000, lastModified=2023-10-03 14:53:24.747107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.748090000, lastModified=2023-10-03 14:53:24.747107000, delta=983000 ns, racy<=12500 ns 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.748295000, lastModified=2023-10-03 14:53:24.747107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.748295000, lastModified=2023-10-03 14:53:24.747107000, delta=1188000 ns, racy<=12500 ns 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.748497000, lastModified=2023-10-03 14:53:24.747107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.748497000, lastModified=2023-10-03 14:53:24.747107000, delta=1390000 ns, racy<=12500 ns 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.748694000, lastModified=2023-10-03 14:53:24.747107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.747107000 to 2023-10-03 14:53:24.748107000 14:53:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.748911000, lastModified=2023-10-03 14:53:24.748107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.748911000, lastModified=2023-10-03 14:53:24.748107000, delta=804000 ns, racy<=12500 ns 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.749384000, lastModified=2023-10-03 14:53:24.748107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.749384000, lastModified=2023-10-03 14:53:24.748107000, delta=1277000 ns, racy<=12500 ns 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.749595000, lastModified=2023-10-03 14:53:24.748107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.749595000, lastModified=2023-10-03 14:53:24.748107000, delta=1488000 ns, racy<=12500 ns 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.749804000, lastModified=2023-10-03 14:53:24.749107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.749804000, lastModified=2023-10-03 14:53:24.749107000, delta=697000 ns, racy<=12500 ns 14:53:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.750001000, lastModified=2023-10-03 14:53:24.749107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.750001000, lastModified=2023-10-03 14:53:24.749107000, delta=894000 ns, racy<=12500 ns 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.750199000, lastModified=2023-10-03 14:53:24.749107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.750199000, lastModified=2023-10-03 14:53:24.749107000, delta=1092000 ns, racy<=12500 ns 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.750391000, lastModified=2023-10-03 14:53:24.749107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.750391000, lastModified=2023-10-03 14:53:24.749107000, delta=1284000 ns, racy<=12500 ns 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.750603000, lastModified=2023-10-03 14:53:24.749107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.750603000, lastModified=2023-10-03 14:53:24.749107000, delta=1496000 ns, racy<=12500 ns 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.750812000, lastModified=2023-10-03 14:53:24.750107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.750812000, lastModified=2023-10-03 14:53:24.750107000, delta=705000 ns, racy<=12500 ns 14:53:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.751013000, lastModified=2023-10-03 14:53:24.750107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.751013000, lastModified=2023-10-03 14:53:24.750107000, delta=906000 ns, racy<=12500 ns 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.751228000, lastModified=2023-10-03 14:53:24.750107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.751228000, lastModified=2023-10-03 14:53:24.750107000, delta=1121000 ns, racy<=12500 ns 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.751417000, lastModified=2023-10-03 14:53:24.750107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.751417000, lastModified=2023-10-03 14:53:24.750107000, delta=1310000 ns, racy<=12500 ns 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.751610000, lastModified=2023-10-03 14:53:24.750107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.751610000, lastModified=2023-10-03 14:53:24.750107000, delta=1503000 ns, racy<=12500 ns 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.751835000, lastModified=2023-10-03 14:53:24.751107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.751835000, lastModified=2023-10-03 14:53:24.751107000, delta=728000 ns, racy<=12500 ns 14:53:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.752031000, lastModified=2023-10-03 14:53:24.751107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.752031000, lastModified=2023-10-03 14:53:24.751107000, delta=924000 ns, racy<=12500 ns 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.752233000, lastModified=2023-10-03 14:53:24.751107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.752233000, lastModified=2023-10-03 14:53:24.751107000, delta=1126000 ns, racy<=12500 ns 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.752434000, lastModified=2023-10-03 14:53:24.751107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.752434000, lastModified=2023-10-03 14:53:24.751107000, delta=1327000 ns, racy<=12500 ns 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.752652000, lastModified=2023-10-03 14:53:24.751107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.752652000, lastModified=2023-10-03 14:53:24.751107000, delta=1545000 ns, racy<=12500 ns 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.752855000, lastModified=2023-10-03 14:53:24.752107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.752855000, lastModified=2023-10-03 14:53:24.752107000, delta=748000 ns, racy<=12500 ns 14:53:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.753051000, lastModified=2023-10-03 14:53:24.752107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.753051000, lastModified=2023-10-03 14:53:24.752107000, delta=944000 ns, racy<=12500 ns 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.753295000, lastModified=2023-10-03 14:53:24.752107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.753295000, lastModified=2023-10-03 14:53:24.752107000, delta=1188000 ns, racy<=12500 ns 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.753503000, lastModified=2023-10-03 14:53:24.752107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.753503000, lastModified=2023-10-03 14:53:24.752107000, delta=1396000 ns, racy<=12500 ns 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.753716000, lastModified=2023-10-03 14:53:24.752107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.752107000 to 2023-10-03 14:53:24.753107000 14:53:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.753909000, lastModified=2023-10-03 14:53:24.753107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.753909000, lastModified=2023-10-03 14:53:24.753107000, delta=802000 ns, racy<=12500 ns 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.754113000, lastModified=2023-10-03 14:53:24.753107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.754113000, lastModified=2023-10-03 14:53:24.753107000, delta=1006000 ns, racy<=12500 ns 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.754307000, lastModified=2023-10-03 14:53:24.753107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.754307000, lastModified=2023-10-03 14:53:24.753107000, delta=1200000 ns, racy<=12500 ns 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.754509000, lastModified=2023-10-03 14:53:24.753107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.754509000, lastModified=2023-10-03 14:53:24.753107000, delta=1402000 ns, racy<=12500 ns 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.754701000, lastModified=2023-10-03 14:53:24.753107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.753107000 to 2023-10-03 14:53:24.754107000 14:53:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.754894000, lastModified=2023-10-03 14:53:24.754107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.754894000, lastModified=2023-10-03 14:53:24.754107000, delta=787000 ns, racy<=12500 ns 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.755095000, lastModified=2023-10-03 14:53:24.754107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.755095000, lastModified=2023-10-03 14:53:24.754107000, delta=988000 ns, racy<=12500 ns 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.755292000, lastModified=2023-10-03 14:53:24.754107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.755292000, lastModified=2023-10-03 14:53:24.754107000, delta=1185000 ns, racy<=12500 ns 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.755490000, lastModified=2023-10-03 14:53:24.754107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.755490000, lastModified=2023-10-03 14:53:24.754107000, delta=1383000 ns, racy<=12500 ns 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.755685000, lastModified=2023-10-03 14:53:24.754107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.754107000 to 2023-10-03 14:53:24.755107000 14:53:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.792599000, lastModified=2023-10-03 14:53:24.791107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.791107000 to 2023-10-03 14:53:24.792107000 14:53:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.792950000, lastModified=2023-10-03 14:53:24.792107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.792950000, lastModified=2023-10-03 14:53:24.792107000, delta=843000 ns, racy<=12500 ns 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.793249000, lastModified=2023-10-03 14:53:24.792107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.793249000, lastModified=2023-10-03 14:53:24.792107000, delta=1142000 ns, racy<=12500 ns 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.793541000, lastModified=2023-10-03 14:53:24.792107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.793541000, lastModified=2023-10-03 14:53:24.792107000, delta=1434000 ns, racy<=12500 ns 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.793795000, lastModified=2023-10-03 14:53:24.793107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.793795000, lastModified=2023-10-03 14:53:24.793107000, delta=688000 ns, racy<=12500 ns 14:53:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.794041000, lastModified=2023-10-03 14:53:24.793107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.794041000, lastModified=2023-10-03 14:53:24.793107000, delta=934000 ns, racy<=12500 ns 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.794291000, lastModified=2023-10-03 14:53:24.793107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.794291000, lastModified=2023-10-03 14:53:24.793107000, delta=1184000 ns, racy<=12500 ns 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.794541000, lastModified=2023-10-03 14:53:24.793107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.794541000, lastModified=2023-10-03 14:53:24.793107000, delta=1434000 ns, racy<=12500 ns 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.794786000, lastModified=2023-10-03 14:53:24.794107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.794786000, lastModified=2023-10-03 14:53:24.794107000, delta=679000 ns, racy<=12500 ns 14:53:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.795030000, lastModified=2023-10-03 14:53:24.794107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.795030000, lastModified=2023-10-03 14:53:24.794107000, delta=923000 ns, racy<=12500 ns 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.795280000, lastModified=2023-10-03 14:53:24.794107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.795280000, lastModified=2023-10-03 14:53:24.794107000, delta=1173000 ns, racy<=12500 ns 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.795544000, lastModified=2023-10-03 14:53:24.794107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.795544000, lastModified=2023-10-03 14:53:24.794107000, delta=1437000 ns, racy<=12500 ns 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.795798000, lastModified=2023-10-03 14:53:24.795107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.795798000, lastModified=2023-10-03 14:53:24.795107000, delta=691000 ns, racy<=12500 ns 14:53:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.796051000, lastModified=2023-10-03 14:53:24.795107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.796051000, lastModified=2023-10-03 14:53:24.795107000, delta=944000 ns, racy<=12500 ns 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.796303000, lastModified=2023-10-03 14:53:24.795107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.796303000, lastModified=2023-10-03 14:53:24.795107000, delta=1196000 ns, racy<=12500 ns 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.796546000, lastModified=2023-10-03 14:53:24.795107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.796546000, lastModified=2023-10-03 14:53:24.795107000, delta=1439000 ns, racy<=12500 ns 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.796802000, lastModified=2023-10-03 14:53:24.796107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.796802000, lastModified=2023-10-03 14:53:24.796107000, delta=695000 ns, racy<=12500 ns 14:53:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.797053000, lastModified=2023-10-03 14:53:24.796107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.797053000, lastModified=2023-10-03 14:53:24.796107000, delta=946000 ns, racy<=12500 ns 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.797315000, lastModified=2023-10-03 14:53:24.796107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.797315000, lastModified=2023-10-03 14:53:24.796107000, delta=1208000 ns, racy<=12500 ns 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.797589000, lastModified=2023-10-03 14:53:24.796107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.797589000, lastModified=2023-10-03 14:53:24.796107000, delta=1482000 ns, racy<=12500 ns 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.797870000, lastModified=2023-10-03 14:53:24.797107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.797870000, lastModified=2023-10-03 14:53:24.797107000, delta=763000 ns, racy<=12500 ns 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.798090000, lastModified=2023-10-03 14:53:24.797107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.798090000, lastModified=2023-10-03 14:53:24.797107000, delta=983000 ns, racy<=12500 ns 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.798303000, lastModified=2023-10-03 14:53:24.797107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.798303000, lastModified=2023-10-03 14:53:24.797107000, delta=1196000 ns, racy<=12500 ns 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.798511000, lastModified=2023-10-03 14:53:24.797107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.798511000, lastModified=2023-10-03 14:53:24.797107000, delta=1404000 ns, racy<=12500 ns 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.798718000, lastModified=2023-10-03 14:53:24.797107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.797107000 to 2023-10-03 14:53:24.798107000 14:53:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.798926000, lastModified=2023-10-03 14:53:24.798107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.798926000, lastModified=2023-10-03 14:53:24.798107000, delta=819000 ns, racy<=12500 ns 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.799474000, lastModified=2023-10-03 14:53:24.798107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.799474000, lastModified=2023-10-03 14:53:24.798107000, delta=1367000 ns, racy<=12500 ns 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.799683000, lastModified=2023-10-03 14:53:24.798107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.798107000 to 2023-10-03 14:53:24.799107000 14:53:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.799891000, lastModified=2023-10-03 14:53:24.799107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.799891000, lastModified=2023-10-03 14:53:24.799107000, delta=784000 ns, racy<=12500 ns 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.800102000, lastModified=2023-10-03 14:53:24.799107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.800102000, lastModified=2023-10-03 14:53:24.799107000, delta=995000 ns, racy<=12500 ns 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.800305000, lastModified=2023-10-03 14:53:24.799107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.800305000, lastModified=2023-10-03 14:53:24.799107000, delta=1198000 ns, racy<=12500 ns 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.800508000, lastModified=2023-10-03 14:53:24.799107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.800508000, lastModified=2023-10-03 14:53:24.799107000, delta=1401000 ns, racy<=12500 ns 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.800712000, lastModified=2023-10-03 14:53:24.799107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.799107000 to 2023-10-03 14:53:24.800107000 14:53:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.800912000, lastModified=2023-10-03 14:53:24.800107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.800912000, lastModified=2023-10-03 14:53:24.800107000, delta=805000 ns, racy<=12500 ns 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.801118000, lastModified=2023-10-03 14:53:24.800107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.801118000, lastModified=2023-10-03 14:53:24.800107000, delta=1011000 ns, racy<=12500 ns 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.801327000, lastModified=2023-10-03 14:53:24.800107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.801327000, lastModified=2023-10-03 14:53:24.800107000, delta=1220000 ns, racy<=12500 ns 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.801534000, lastModified=2023-10-03 14:53:24.800107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.801534000, lastModified=2023-10-03 14:53:24.800107000, delta=1427000 ns, racy<=12500 ns 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.801740000, lastModified=2023-10-03 14:53:24.800107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.800107000 to 2023-10-03 14:53:24.801107000 14:53:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.801938000, lastModified=2023-10-03 14:53:24.801107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.801938000, lastModified=2023-10-03 14:53:24.801107000, delta=831000 ns, racy<=12500 ns 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.802142000, lastModified=2023-10-03 14:53:24.801107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.802142000, lastModified=2023-10-03 14:53:24.801107000, delta=1035000 ns, racy<=12500 ns 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.802347000, lastModified=2023-10-03 14:53:24.801107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.802347000, lastModified=2023-10-03 14:53:24.801107000, delta=1240000 ns, racy<=12500 ns 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.802545000, lastModified=2023-10-03 14:53:24.801107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.802545000, lastModified=2023-10-03 14:53:24.801107000, delta=1438000 ns, racy<=12500 ns 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.802760000, lastModified=2023-10-03 14:53:24.801107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.801107000 to 2023-10-03 14:53:24.802107000 14:53:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.802954000, lastModified=2023-10-03 14:53:24.802107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.802954000, lastModified=2023-10-03 14:53:24.802107000, delta=847000 ns, racy<=12500 ns 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.803162000, lastModified=2023-10-03 14:53:24.802107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.803162000, lastModified=2023-10-03 14:53:24.802107000, delta=1055000 ns, racy<=12500 ns 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.803371000, lastModified=2023-10-03 14:53:24.802107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.803371000, lastModified=2023-10-03 14:53:24.802107000, delta=1264000 ns, racy<=12500 ns 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.803568000, lastModified=2023-10-03 14:53:24.802107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.803568000, lastModified=2023-10-03 14:53:24.802107000, delta=1461000 ns, racy<=12500 ns 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.803778000, lastModified=2023-10-03 14:53:24.803107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.803778000, lastModified=2023-10-03 14:53:24.803107000, delta=671000 ns, racy<=12500 ns 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.803980000, lastModified=2023-10-03 14:53:24.803107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.803980000, lastModified=2023-10-03 14:53:24.803107000, delta=873000 ns, racy<=12500 ns 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.804180000, lastModified=2023-10-03 14:53:24.803107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.804180000, lastModified=2023-10-03 14:53:24.803107000, delta=1073000 ns, racy<=12500 ns 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.804394000, lastModified=2023-10-03 14:53:24.803107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.804394000, lastModified=2023-10-03 14:53:24.803107000, delta=1287000 ns, racy<=12500 ns 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.804595000, lastModified=2023-10-03 14:53:24.803107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.804595000, lastModified=2023-10-03 14:53:24.803107000, delta=1488000 ns, racy<=12500 ns 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.804802000, lastModified=2023-10-03 14:53:24.804107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.804802000, lastModified=2023-10-03 14:53:24.804107000, delta=695000 ns, racy<=12500 ns 14:53:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.805008000, lastModified=2023-10-03 14:53:24.804107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.805008000, lastModified=2023-10-03 14:53:24.804107000, delta=901000 ns, racy<=12500 ns 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.805218000, lastModified=2023-10-03 14:53:24.804107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.805218000, lastModified=2023-10-03 14:53:24.804107000, delta=1111000 ns, racy<=12500 ns 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.805422000, lastModified=2023-10-03 14:53:24.804107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.805422000, lastModified=2023-10-03 14:53:24.804107000, delta=1315000 ns, racy<=12500 ns 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.805623000, lastModified=2023-10-03 14:53:24.804107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.805623000, lastModified=2023-10-03 14:53:24.804107000, delta=1516000 ns, racy<=12500 ns 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.805833000, lastModified=2023-10-03 14:53:24.805107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.805833000, lastModified=2023-10-03 14:53:24.805107000, delta=726000 ns, racy<=12500 ns 14:53:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.806051000, lastModified=2023-10-03 14:53:24.805107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.806051000, lastModified=2023-10-03 14:53:24.805107000, delta=944000 ns, racy<=12500 ns 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.806256000, lastModified=2023-10-03 14:53:24.805107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.806256000, lastModified=2023-10-03 14:53:24.805107000, delta=1149000 ns, racy<=12500 ns 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.806451000, lastModified=2023-10-03 14:53:24.805107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.806451000, lastModified=2023-10-03 14:53:24.805107000, delta=1344000 ns, racy<=12500 ns 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.806651000, lastModified=2023-10-03 14:53:24.805107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.806651000, lastModified=2023-10-03 14:53:24.805107000, delta=1544000 ns, racy<=12500 ns 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.806855000, lastModified=2023-10-03 14:53:24.806107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.806855000, lastModified=2023-10-03 14:53:24.806107000, delta=748000 ns, racy<=12500 ns 14:53:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.807052000, lastModified=2023-10-03 14:53:24.806107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.807052000, lastModified=2023-10-03 14:53:24.806107000, delta=945000 ns, racy<=12500 ns 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.807258000, lastModified=2023-10-03 14:53:24.806107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.807258000, lastModified=2023-10-03 14:53:24.806107000, delta=1151000 ns, racy<=12500 ns 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.807460000, lastModified=2023-10-03 14:53:24.806107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.807460000, lastModified=2023-10-03 14:53:24.806107000, delta=1353000 ns, racy<=12500 ns 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.807656000, lastModified=2023-10-03 14:53:24.806107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.806107000 to 2023-10-03 14:53:24.807107000 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.807875000, lastModified=2023-10-03 14:53:24.807107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.807875000, lastModified=2023-10-03 14:53:24.807107000, delta=768000 ns, racy<=12500 ns 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.808092000, lastModified=2023-10-03 14:53:24.807107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.808092000, lastModified=2023-10-03 14:53:24.807107000, delta=985000 ns, racy<=12500 ns 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.808296000, lastModified=2023-10-03 14:53:24.807107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.808296000, lastModified=2023-10-03 14:53:24.807107000, delta=1189000 ns, racy<=12500 ns 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.808495000, lastModified=2023-10-03 14:53:24.807107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.808495000, lastModified=2023-10-03 14:53:24.807107000, delta=1388000 ns, racy<=12500 ns 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.808696000, lastModified=2023-10-03 14:53:24.807107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.807107000 to 2023-10-03 14:53:24.808107000 14:53:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.808922000, lastModified=2023-10-03 14:53:24.808107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.808922000, lastModified=2023-10-03 14:53:24.808107000, delta=815000 ns, racy<=12500 ns 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.809133000, lastModified=2023-10-03 14:53:24.808107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.809133000, lastModified=2023-10-03 14:53:24.808107000, delta=1026000 ns, racy<=12500 ns 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.809334000, lastModified=2023-10-03 14:53:24.808107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.809334000, lastModified=2023-10-03 14:53:24.808107000, delta=1227000 ns, racy<=12500 ns 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.809535000, lastModified=2023-10-03 14:53:24.808107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.809535000, lastModified=2023-10-03 14:53:24.808107000, delta=1428000 ns, racy<=12500 ns 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.809739000, lastModified=2023-10-03 14:53:24.808107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.808107000 to 2023-10-03 14:53:24.809107000 14:53:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.809931000, lastModified=2023-10-03 14:53:24.809107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.809931000, lastModified=2023-10-03 14:53:24.809107000, delta=824000 ns, racy<=12500 ns 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.810139000, lastModified=2023-10-03 14:53:24.809107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.810139000, lastModified=2023-10-03 14:53:24.809107000, delta=1032000 ns, racy<=12500 ns 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.810342000, lastModified=2023-10-03 14:53:24.809107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.810342000, lastModified=2023-10-03 14:53:24.809107000, delta=1235000 ns, racy<=12500 ns 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.810556000, lastModified=2023-10-03 14:53:24.809107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.810556000, lastModified=2023-10-03 14:53:24.809107000, delta=1449000 ns, racy<=12500 ns 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.810797000, lastModified=2023-10-03 14:53:24.810107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.810797000, lastModified=2023-10-03 14:53:24.810107000, delta=690000 ns, racy<=12500 ns 14:53:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.811001000, lastModified=2023-10-03 14:53:24.810107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.811001000, lastModified=2023-10-03 14:53:24.810107000, delta=894000 ns, racy<=12500 ns 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.811485000, lastModified=2023-10-03 14:53:24.810107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.811485000, lastModified=2023-10-03 14:53:24.810107000, delta=1378000 ns, racy<=12500 ns 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.811757000, lastModified=2023-10-03 14:53:24.810107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.810107000 to 2023-10-03 14:53:24.811107000 14:53:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.811958000, lastModified=2023-10-03 14:53:24.811107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.811958000, lastModified=2023-10-03 14:53:24.811107000, delta=851000 ns, racy<=12500 ns 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.812167000, lastModified=2023-10-03 14:53:24.811107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.812167000, lastModified=2023-10-03 14:53:24.811107000, delta=1060000 ns, racy<=12500 ns 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.812372000, lastModified=2023-10-03 14:53:24.811107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.812372000, lastModified=2023-10-03 14:53:24.811107000, delta=1265000 ns, racy<=12500 ns 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.812572000, lastModified=2023-10-03 14:53:24.811107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.812572000, lastModified=2023-10-03 14:53:24.811107000, delta=1465000 ns, racy<=12500 ns 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.812818000, lastModified=2023-10-03 14:53:24.812107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.812818000, lastModified=2023-10-03 14:53:24.812107000, delta=711000 ns, racy<=12500 ns 14:53:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.813028000, lastModified=2023-10-03 14:53:24.812107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.813028000, lastModified=2023-10-03 14:53:24.812107000, delta=921000 ns, racy<=12500 ns 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.813237000, lastModified=2023-10-03 14:53:24.812107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.813237000, lastModified=2023-10-03 14:53:24.812107000, delta=1130000 ns, racy<=12500 ns 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.813445000, lastModified=2023-10-03 14:53:24.812107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.813445000, lastModified=2023-10-03 14:53:24.812107000, delta=1338000 ns, racy<=12500 ns 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.813645000, lastModified=2023-10-03 14:53:24.812107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.813645000, lastModified=2023-10-03 14:53:24.812107000, delta=1538000 ns, racy<=12500 ns 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.813852000, lastModified=2023-10-03 14:53:24.813107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.813852000, lastModified=2023-10-03 14:53:24.813107000, delta=745000 ns, racy<=12500 ns 14:53:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.814061000, lastModified=2023-10-03 14:53:24.813107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.814061000, lastModified=2023-10-03 14:53:24.813107000, delta=954000 ns, racy<=12500 ns 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.814255000, lastModified=2023-10-03 14:53:24.813107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.814255000, lastModified=2023-10-03 14:53:24.813107000, delta=1148000 ns, racy<=12500 ns 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.814448000, lastModified=2023-10-03 14:53:24.813107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.814448000, lastModified=2023-10-03 14:53:24.813107000, delta=1341000 ns, racy<=12500 ns 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.814676000, lastModified=2023-10-03 14:53:24.813107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.813107000 to 2023-10-03 14:53:24.814107000 14:53:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.814893000, lastModified=2023-10-03 14:53:24.814107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.814893000, lastModified=2023-10-03 14:53:24.814107000, delta=786000 ns, racy<=12500 ns 14:53:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.815100000, lastModified=2023-10-03 14:53:24.814107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.815100000, lastModified=2023-10-03 14:53:24.814107000, delta=993000 ns, racy<=12500 ns 14:53:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.815302000, lastModified=2023-10-03 14:53:24.814107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.814107000 to 2023-10-03 14:53:24.815107000 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.816539000, lastModified=2023-10-03 14:53:24.815107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.816539000, lastModified=2023-10-03 14:53:24.815107000, delta=1432000 ns, racy<=12500 ns 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.816778000, lastModified=2023-10-03 14:53:24.816107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.816778000, lastModified=2023-10-03 14:53:24.816107000, delta=671000 ns, racy<=12500 ns 14:53:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.817000000, lastModified=2023-10-03 14:53:24.816107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.817000000, lastModified=2023-10-03 14:53:24.816107000, delta=893000 ns, racy<=12500 ns 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.817218000, lastModified=2023-10-03 14:53:24.816107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.817218000, lastModified=2023-10-03 14:53:24.816107000, delta=1111000 ns, racy<=12500 ns 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.817439000, lastModified=2023-10-03 14:53:24.816107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.817439000, lastModified=2023-10-03 14:53:24.816107000, delta=1332000 ns, racy<=12500 ns 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.817641000, lastModified=2023-10-03 14:53:24.816107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.817641000, lastModified=2023-10-03 14:53:24.816107000, delta=1534000 ns, racy<=12500 ns 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.817901000, lastModified=2023-10-03 14:53:24.817107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.817901000, lastModified=2023-10-03 14:53:24.817107000, delta=794000 ns, racy<=12500 ns 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.818110000, lastModified=2023-10-03 14:53:24.817107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.818110000, lastModified=2023-10-03 14:53:24.817107000, delta=1003000 ns, racy<=12500 ns 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.818309000, lastModified=2023-10-03 14:53:24.817107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.818309000, lastModified=2023-10-03 14:53:24.817107000, delta=1202000 ns, racy<=12500 ns 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.818506000, lastModified=2023-10-03 14:53:24.817107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.818506000, lastModified=2023-10-03 14:53:24.817107000, delta=1399000 ns, racy<=12500 ns 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.818692000, lastModified=2023-10-03 14:53:24.817107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.817107000 to 2023-10-03 14:53:24.818107000 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.818879000, lastModified=2023-10-03 14:53:24.818107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.818879000, lastModified=2023-10-03 14:53:24.818107000, delta=772000 ns, racy<=12500 ns 14:53:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.819068000, lastModified=2023-10-03 14:53:24.818107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.819068000, lastModified=2023-10-03 14:53:24.818107000, delta=961000 ns, racy<=12500 ns 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.819261000, lastModified=2023-10-03 14:53:24.818107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.819261000, lastModified=2023-10-03 14:53:24.818107000, delta=1154000 ns, racy<=12500 ns 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.819450000, lastModified=2023-10-03 14:53:24.818107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.819450000, lastModified=2023-10-03 14:53:24.818107000, delta=1343000 ns, racy<=12500 ns 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.819639000, lastModified=2023-10-03 14:53:24.818107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.819639000, lastModified=2023-10-03 14:53:24.818107000, delta=1532000 ns, racy<=12500 ns 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.819837000, lastModified=2023-10-03 14:53:24.819107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.819837000, lastModified=2023-10-03 14:53:24.819107000, delta=730000 ns, racy<=12500 ns 14:53:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.820041000, lastModified=2023-10-03 14:53:24.819107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.820041000, lastModified=2023-10-03 14:53:24.819107000, delta=934000 ns, racy<=12500 ns 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.820272000, lastModified=2023-10-03 14:53:24.819107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.820272000, lastModified=2023-10-03 14:53:24.819107000, delta=1165000 ns, racy<=12500 ns 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.820500000, lastModified=2023-10-03 14:53:24.819107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.820500000, lastModified=2023-10-03 14:53:24.819107000, delta=1393000 ns, racy<=12500 ns 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.820768000, lastModified=2023-10-03 14:53:24.820107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.820768000, lastModified=2023-10-03 14:53:24.820107000, delta=661000 ns, racy<=12500 ns 14:53:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.821022000, lastModified=2023-10-03 14:53:24.820107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.821022000, lastModified=2023-10-03 14:53:24.820107000, delta=915000 ns, racy<=12500 ns 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.821272000, lastModified=2023-10-03 14:53:24.820107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.821272000, lastModified=2023-10-03 14:53:24.820107000, delta=1165000 ns, racy<=12500 ns 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.821515000, lastModified=2023-10-03 14:53:24.820107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.821515000, lastModified=2023-10-03 14:53:24.820107000, delta=1408000 ns, racy<=12500 ns 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.821774000, lastModified=2023-10-03 14:53:24.821107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.821774000, lastModified=2023-10-03 14:53:24.821107000, delta=667000 ns, racy<=12500 ns 14:53:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.822016000, lastModified=2023-10-03 14:53:24.821107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.822016000, lastModified=2023-10-03 14:53:24.821107000, delta=909000 ns, racy<=12500 ns 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.822260000, lastModified=2023-10-03 14:53:24.821107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.822260000, lastModified=2023-10-03 14:53:24.821107000, delta=1153000 ns, racy<=12500 ns 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.822502000, lastModified=2023-10-03 14:53:24.821107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.822502000, lastModified=2023-10-03 14:53:24.821107000, delta=1395000 ns, racy<=12500 ns 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.822750000, lastModified=2023-10-03 14:53:24.821107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.821107000 to 2023-10-03 14:53:24.822107000 14:53:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.822982000, lastModified=2023-10-03 14:53:24.822107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.822982000, lastModified=2023-10-03 14:53:24.822107000, delta=875000 ns, racy<=12500 ns 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.823225000, lastModified=2023-10-03 14:53:24.822107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.823225000, lastModified=2023-10-03 14:53:24.822107000, delta=1118000 ns, racy<=12500 ns 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.823501000, lastModified=2023-10-03 14:53:24.822107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.823501000, lastModified=2023-10-03 14:53:24.822107000, delta=1394000 ns, racy<=12500 ns 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.823763000, lastModified=2023-10-03 14:53:24.823107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.823763000, lastModified=2023-10-03 14:53:24.823107000, delta=656000 ns, racy<=12500 ns 14:53:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.824010000, lastModified=2023-10-03 14:53:24.823107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.824010000, lastModified=2023-10-03 14:53:24.823107000, delta=903000 ns, racy<=12500 ns 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.824256000, lastModified=2023-10-03 14:53:24.823107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.824256000, lastModified=2023-10-03 14:53:24.823107000, delta=1149000 ns, racy<=12500 ns 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.824505000, lastModified=2023-10-03 14:53:24.823107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.824505000, lastModified=2023-10-03 14:53:24.823107000, delta=1398000 ns, racy<=12500 ns 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.824749000, lastModified=2023-10-03 14:53:24.823107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.823107000 to 2023-10-03 14:53:24.824107000 14:53:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.824988000, lastModified=2023-10-03 14:53:24.824107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.824988000, lastModified=2023-10-03 14:53:24.824107000, delta=881000 ns, racy<=12500 ns 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.825234000, lastModified=2023-10-03 14:53:24.824107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.825234000, lastModified=2023-10-03 14:53:24.824107000, delta=1127000 ns, racy<=12500 ns 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.825796000, lastModified=2023-10-03 14:53:24.825107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.825796000, lastModified=2023-10-03 14:53:24.825107000, delta=689000 ns, racy<=12500 ns 14:53:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.826051000, lastModified=2023-10-03 14:53:24.825107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.826051000, lastModified=2023-10-03 14:53:24.825107000, delta=944000 ns, racy<=12500 ns 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.826265000, lastModified=2023-10-03 14:53:24.825107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.826265000, lastModified=2023-10-03 14:53:24.825107000, delta=1158000 ns, racy<=12500 ns 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.826499000, lastModified=2023-10-03 14:53:24.825107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.826499000, lastModified=2023-10-03 14:53:24.825107000, delta=1392000 ns, racy<=12500 ns 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.826698000, lastModified=2023-10-03 14:53:24.825107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.825107000 to 2023-10-03 14:53:24.826107000 14:53:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.826913000, lastModified=2023-10-03 14:53:24.826107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.826913000, lastModified=2023-10-03 14:53:24.826107000, delta=806000 ns, racy<=12500 ns 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.827118000, lastModified=2023-10-03 14:53:24.826107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.827118000, lastModified=2023-10-03 14:53:24.826107000, delta=1011000 ns, racy<=12500 ns 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.827311000, lastModified=2023-10-03 14:53:24.826107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.827311000, lastModified=2023-10-03 14:53:24.826107000, delta=1204000 ns, racy<=12500 ns 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.827510000, lastModified=2023-10-03 14:53:24.826107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.827510000, lastModified=2023-10-03 14:53:24.826107000, delta=1403000 ns, racy<=12500 ns 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.827715000, lastModified=2023-10-03 14:53:24.826107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.826107000 to 2023-10-03 14:53:24.827107000 14:53:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.827939000, lastModified=2023-10-03 14:53:24.827107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.827939000, lastModified=2023-10-03 14:53:24.827107000, delta=832000 ns, racy<=12500 ns 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.828140000, lastModified=2023-10-03 14:53:24.827107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.828140000, lastModified=2023-10-03 14:53:24.827107000, delta=1033000 ns, racy<=12500 ns 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.828335000, lastModified=2023-10-03 14:53:24.827107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.828335000, lastModified=2023-10-03 14:53:24.827107000, delta=1228000 ns, racy<=12500 ns 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.828521000, lastModified=2023-10-03 14:53:24.827107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.828521000, lastModified=2023-10-03 14:53:24.827107000, delta=1414000 ns, racy<=12500 ns 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.828708000, lastModified=2023-10-03 14:53:24.827107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.827107000 to 2023-10-03 14:53:24.828107000 14:53:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.828906000, lastModified=2023-10-03 14:53:24.828107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.828906000, lastModified=2023-10-03 14:53:24.828107000, delta=799000 ns, racy<=12500 ns 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.829104000, lastModified=2023-10-03 14:53:24.828107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.829104000, lastModified=2023-10-03 14:53:24.828107000, delta=997000 ns, racy<=12500 ns 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.829298000, lastModified=2023-10-03 14:53:24.828107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.829298000, lastModified=2023-10-03 14:53:24.828107000, delta=1191000 ns, racy<=12500 ns 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.829487000, lastModified=2023-10-03 14:53:24.828107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.829487000, lastModified=2023-10-03 14:53:24.828107000, delta=1380000 ns, racy<=12500 ns 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.829675000, lastModified=2023-10-03 14:53:24.828107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.828107000 to 2023-10-03 14:53:24.829107000 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.829867000, lastModified=2023-10-03 14:53:24.829107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.829867000, lastModified=2023-10-03 14:53:24.829107000, delta=760000 ns, racy<=12500 ns 14:53:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.830059000, lastModified=2023-10-03 14:53:24.829107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.830059000, lastModified=2023-10-03 14:53:24.829107000, delta=952000 ns, racy<=12500 ns 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.830256000, lastModified=2023-10-03 14:53:24.829107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.830256000, lastModified=2023-10-03 14:53:24.829107000, delta=1149000 ns, racy<=12500 ns 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.830444000, lastModified=2023-10-03 14:53:24.829107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.830444000, lastModified=2023-10-03 14:53:24.829107000, delta=1337000 ns, racy<=12500 ns 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.830631000, lastModified=2023-10-03 14:53:24.829107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.830631000, lastModified=2023-10-03 14:53:24.829107000, delta=1524000 ns, racy<=12500 ns 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.830834000, lastModified=2023-10-03 14:53:24.830107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.830834000, lastModified=2023-10-03 14:53:24.830107000, delta=727000 ns, racy<=12500 ns 14:53:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.831026000, lastModified=2023-10-03 14:53:24.830107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.831026000, lastModified=2023-10-03 14:53:24.830107000, delta=919000 ns, racy<=12500 ns 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.831228000, lastModified=2023-10-03 14:53:24.830107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.831228000, lastModified=2023-10-03 14:53:24.830107000, delta=1121000 ns, racy<=12500 ns 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.831417000, lastModified=2023-10-03 14:53:24.830107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.831417000, lastModified=2023-10-03 14:53:24.830107000, delta=1310000 ns, racy<=12500 ns 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.831603000, lastModified=2023-10-03 14:53:24.830107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.831603000, lastModified=2023-10-03 14:53:24.830107000, delta=1496000 ns, racy<=12500 ns 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.831841000, lastModified=2023-10-03 14:53:24.831107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.831841000, lastModified=2023-10-03 14:53:24.831107000, delta=734000 ns, racy<=12500 ns 14:53:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.832062000, lastModified=2023-10-03 14:53:24.831107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.832062000, lastModified=2023-10-03 14:53:24.831107000, delta=955000 ns, racy<=12500 ns 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.832279000, lastModified=2023-10-03 14:53:24.831107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.832279000, lastModified=2023-10-03 14:53:24.831107000, delta=1172000 ns, racy<=12500 ns 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.832498000, lastModified=2023-10-03 14:53:24.831107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.832498000, lastModified=2023-10-03 14:53:24.831107000, delta=1391000 ns, racy<=12500 ns 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.832700000, lastModified=2023-10-03 14:53:24.831107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.831107000 to 2023-10-03 14:53:24.832107000 14:53:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.832902000, lastModified=2023-10-03 14:53:24.832107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.832902000, lastModified=2023-10-03 14:53:24.832107000, delta=795000 ns, racy<=12500 ns 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.833133000, lastModified=2023-10-03 14:53:24.832107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.833133000, lastModified=2023-10-03 14:53:24.832107000, delta=1026000 ns, racy<=12500 ns 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.833350000, lastModified=2023-10-03 14:53:24.832107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.833350000, lastModified=2023-10-03 14:53:24.832107000, delta=1243000 ns, racy<=12500 ns 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.833560000, lastModified=2023-10-03 14:53:24.832107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.833560000, lastModified=2023-10-03 14:53:24.832107000, delta=1453000 ns, racy<=12500 ns 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.833775000, lastModified=2023-10-03 14:53:24.833107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.833775000, lastModified=2023-10-03 14:53:24.833107000, delta=668000 ns, racy<=12500 ns 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.833986000, lastModified=2023-10-03 14:53:24.833107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.833986000, lastModified=2023-10-03 14:53:24.833107000, delta=879000 ns, racy<=12500 ns 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.834203000, lastModified=2023-10-03 14:53:24.833107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.834203000, lastModified=2023-10-03 14:53:24.833107000, delta=1096000 ns, racy<=12500 ns 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.834412000, lastModified=2023-10-03 14:53:24.833107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.834412000, lastModified=2023-10-03 14:53:24.833107000, delta=1305000 ns, racy<=12500 ns 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.834619000, lastModified=2023-10-03 14:53:24.833107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.834619000, lastModified=2023-10-03 14:53:24.833107000, delta=1512000 ns, racy<=12500 ns 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.834840000, lastModified=2023-10-03 14:53:24.834107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.834840000, lastModified=2023-10-03 14:53:24.834107000, delta=733000 ns, racy<=12500 ns 14:53:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.835059000, lastModified=2023-10-03 14:53:24.834107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.835059000, lastModified=2023-10-03 14:53:24.834107000, delta=952000 ns, racy<=12500 ns 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.835273000, lastModified=2023-10-03 14:53:24.834107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.835273000, lastModified=2023-10-03 14:53:24.834107000, delta=1166000 ns, racy<=12500 ns 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.835481000, lastModified=2023-10-03 14:53:24.834107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.835481000, lastModified=2023-10-03 14:53:24.834107000, delta=1374000 ns, racy<=12500 ns 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.835688000, lastModified=2023-10-03 14:53:24.834107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.834107000 to 2023-10-03 14:53:24.835107000 14:53:24.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.835894000, lastModified=2023-10-03 14:53:24.835107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.835894000, lastModified=2023-10-03 14:53:24.835107000, delta=787000 ns, racy<=12500 ns 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.836114000, lastModified=2023-10-03 14:53:24.835107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.836114000, lastModified=2023-10-03 14:53:24.835107000, delta=1007000 ns, racy<=12500 ns 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.836321000, lastModified=2023-10-03 14:53:24.835107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.836321000, lastModified=2023-10-03 14:53:24.835107000, delta=1214000 ns, racy<=12500 ns 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.836525000, lastModified=2023-10-03 14:53:24.835107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.836525000, lastModified=2023-10-03 14:53:24.835107000, delta=1418000 ns, racy<=12500 ns 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.836736000, lastModified=2023-10-03 14:53:24.835107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.835107000 to 2023-10-03 14:53:24.836107000 14:53:24.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.836940000, lastModified=2023-10-03 14:53:24.836107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.836940000, lastModified=2023-10-03 14:53:24.836107000, delta=833000 ns, racy<=12500 ns 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.837159000, lastModified=2023-10-03 14:53:24.836107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.837159000, lastModified=2023-10-03 14:53:24.836107000, delta=1052000 ns, racy<=12500 ns 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.837365000, lastModified=2023-10-03 14:53:24.836107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.837365000, lastModified=2023-10-03 14:53:24.836107000, delta=1258000 ns, racy<=12500 ns 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.837863000, lastModified=2023-10-03 14:53:24.836107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.836107000 to 2023-10-03 14:53:24.837107000 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.838091000, lastModified=2023-10-03 14:53:24.837107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.838091000, lastModified=2023-10-03 14:53:24.837107000, delta=984000 ns, racy<=12500 ns 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.838299000, lastModified=2023-10-03 14:53:24.837107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.838299000, lastModified=2023-10-03 14:53:24.837107000, delta=1192000 ns, racy<=12500 ns 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.838512000, lastModified=2023-10-03 14:53:24.837107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.838512000, lastModified=2023-10-03 14:53:24.837107000, delta=1405000 ns, racy<=12500 ns 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.838740000, lastModified=2023-10-03 14:53:24.837107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.837107000 to 2023-10-03 14:53:24.838107000 14:53:24.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.838952000, lastModified=2023-10-03 14:53:24.838107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.838952000, lastModified=2023-10-03 14:53:24.838107000, delta=845000 ns, racy<=12500 ns 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.839165000, lastModified=2023-10-03 14:53:24.838107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.839165000, lastModified=2023-10-03 14:53:24.838107000, delta=1058000 ns, racy<=12500 ns 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.839371000, lastModified=2023-10-03 14:53:24.838107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.839371000, lastModified=2023-10-03 14:53:24.838107000, delta=1264000 ns, racy<=12500 ns 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.839581000, lastModified=2023-10-03 14:53:24.838107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.839581000, lastModified=2023-10-03 14:53:24.838107000, delta=1474000 ns, racy<=12500 ns 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.839804000, lastModified=2023-10-03 14:53:24.839107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.839804000, lastModified=2023-10-03 14:53:24.839107000, delta=697000 ns, racy<=12500 ns 14:53:24.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.840016000, lastModified=2023-10-03 14:53:24.839107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.840016000, lastModified=2023-10-03 14:53:24.839107000, delta=909000 ns, racy<=12500 ns 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.840228000, lastModified=2023-10-03 14:53:24.839107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.840228000, lastModified=2023-10-03 14:53:24.839107000, delta=1121000 ns, racy<=12500 ns 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.840437000, lastModified=2023-10-03 14:53:24.839107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.840437000, lastModified=2023-10-03 14:53:24.839107000, delta=1330000 ns, racy<=12500 ns 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.840643000, lastModified=2023-10-03 14:53:24.839107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.840643000, lastModified=2023-10-03 14:53:24.839107000, delta=1536000 ns, racy<=12500 ns 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.840856000, lastModified=2023-10-03 14:53:24.840107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.840856000, lastModified=2023-10-03 14:53:24.840107000, delta=749000 ns, racy<=12500 ns 14:53:24.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.841062000, lastModified=2023-10-03 14:53:24.840107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.841062000, lastModified=2023-10-03 14:53:24.840107000, delta=955000 ns, racy<=12500 ns 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.841273000, lastModified=2023-10-03 14:53:24.840107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.841273000, lastModified=2023-10-03 14:53:24.840107000, delta=1166000 ns, racy<=12500 ns 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.841482000, lastModified=2023-10-03 14:53:24.840107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.841482000, lastModified=2023-10-03 14:53:24.840107000, delta=1375000 ns, racy<=12500 ns 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.841688000, lastModified=2023-10-03 14:53:24.840107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.840107000 to 2023-10-03 14:53:24.841107000 14:53:24.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.841905000, lastModified=2023-10-03 14:53:24.841107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.841905000, lastModified=2023-10-03 14:53:24.841107000, delta=798000 ns, racy<=12500 ns 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.842117000, lastModified=2023-10-03 14:53:24.841107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.842117000, lastModified=2023-10-03 14:53:24.841107000, delta=1010000 ns, racy<=12500 ns 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.842325000, lastModified=2023-10-03 14:53:24.841107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.842325000, lastModified=2023-10-03 14:53:24.841107000, delta=1218000 ns, racy<=12500 ns 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.842532000, lastModified=2023-10-03 14:53:24.841107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.842532000, lastModified=2023-10-03 14:53:24.841107000, delta=1425000 ns, racy<=12500 ns 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.842744000, lastModified=2023-10-03 14:53:24.841107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.841107000 to 2023-10-03 14:53:24.842107000 14:53:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.842945000, lastModified=2023-10-03 14:53:24.842107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.842945000, lastModified=2023-10-03 14:53:24.842107000, delta=838000 ns, racy<=12500 ns 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.843158000, lastModified=2023-10-03 14:53:24.842107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.843158000, lastModified=2023-10-03 14:53:24.842107000, delta=1051000 ns, racy<=12500 ns 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.843369000, lastModified=2023-10-03 14:53:24.842107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.843369000, lastModified=2023-10-03 14:53:24.842107000, delta=1262000 ns, racy<=12500 ns 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.843578000, lastModified=2023-10-03 14:53:24.842107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.843578000, lastModified=2023-10-03 14:53:24.842107000, delta=1471000 ns, racy<=12500 ns 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.843790000, lastModified=2023-10-03 14:53:24.843107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.843790000, lastModified=2023-10-03 14:53:24.843107000, delta=683000 ns, racy<=12500 ns 14:53:24.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.844000000, lastModified=2023-10-03 14:53:24.843107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.844000000, lastModified=2023-10-03 14:53:24.843107000, delta=893000 ns, racy<=12500 ns 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.844211000, lastModified=2023-10-03 14:53:24.843107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.844211000, lastModified=2023-10-03 14:53:24.843107000, delta=1104000 ns, racy<=12500 ns 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.844417000, lastModified=2023-10-03 14:53:24.843107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.844417000, lastModified=2023-10-03 14:53:24.843107000, delta=1310000 ns, racy<=12500 ns 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.844620000, lastModified=2023-10-03 14:53:24.843107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.844620000, lastModified=2023-10-03 14:53:24.843107000, delta=1513000 ns, racy<=12500 ns 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.844833000, lastModified=2023-10-03 14:53:24.844107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.844833000, lastModified=2023-10-03 14:53:24.844107000, delta=726000 ns, racy<=12500 ns 14:53:24.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.845055000, lastModified=2023-10-03 14:53:24.844107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.845055000, lastModified=2023-10-03 14:53:24.844107000, delta=948000 ns, racy<=12500 ns 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.845267000, lastModified=2023-10-03 14:53:24.844107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.845267000, lastModified=2023-10-03 14:53:24.844107000, delta=1160000 ns, racy<=12500 ns 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.845476000, lastModified=2023-10-03 14:53:24.844107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.845476000, lastModified=2023-10-03 14:53:24.844107000, delta=1369000 ns, racy<=12500 ns 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.845684000, lastModified=2023-10-03 14:53:24.844107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.844107000 to 2023-10-03 14:53:24.845107000 14:53:24.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.845891000, lastModified=2023-10-03 14:53:24.845107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.845891000, lastModified=2023-10-03 14:53:24.845107000, delta=784000 ns, racy<=12500 ns 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.846107000, lastModified=2023-10-03 14:53:24.845107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.846107000, lastModified=2023-10-03 14:53:24.845107000, delta=1000000 ns, racy<=12500 ns 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.846323000, lastModified=2023-10-03 14:53:24.845107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.846323000, lastModified=2023-10-03 14:53:24.845107000, delta=1216000 ns, racy<=12500 ns 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.846529000, lastModified=2023-10-03 14:53:24.845107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.846529000, lastModified=2023-10-03 14:53:24.845107000, delta=1422000 ns, racy<=12500 ns 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.846740000, lastModified=2023-10-03 14:53:24.845107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.845107000 to 2023-10-03 14:53:24.846107000 14:53:24.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.846945000, lastModified=2023-10-03 14:53:24.846107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.846945000, lastModified=2023-10-03 14:53:24.846107000, delta=838000 ns, racy<=12500 ns 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.847156000, lastModified=2023-10-03 14:53:24.846107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.847156000, lastModified=2023-10-03 14:53:24.846107000, delta=1049000 ns, racy<=12500 ns 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.847369000, lastModified=2023-10-03 14:53:24.846107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.847369000, lastModified=2023-10-03 14:53:24.846107000, delta=1262000 ns, racy<=12500 ns 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.847575000, lastModified=2023-10-03 14:53:24.846107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.847575000, lastModified=2023-10-03 14:53:24.846107000, delta=1468000 ns, racy<=12500 ns 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.847893000, lastModified=2023-10-03 14:53:24.847107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.847893000, lastModified=2023-10-03 14:53:24.847107000, delta=786000 ns, racy<=12500 ns 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.848264000, lastModified=2023-10-03 14:53:24.847107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.848264000, lastModified=2023-10-03 14:53:24.847107000, delta=1157000 ns, racy<=12500 ns 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.848555000, lastModified=2023-10-03 14:53:24.847107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.848555000, lastModified=2023-10-03 14:53:24.847107000, delta=1448000 ns, racy<=12500 ns 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.848856000, lastModified=2023-10-03 14:53:24.848107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.848856000, lastModified=2023-10-03 14:53:24.848107000, delta=749000 ns, racy<=12500 ns 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.849121000, lastModified=2023-10-03 14:53:24.848107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.849121000, lastModified=2023-10-03 14:53:24.848107000, delta=1014000 ns, racy<=12500 ns 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.849378000, lastModified=2023-10-03 14:53:24.848107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.849378000, lastModified=2023-10-03 14:53:24.848107000, delta=1271000 ns, racy<=12500 ns 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.849639000, lastModified=2023-10-03 14:53:24.848107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.848107000 to 2023-10-03 14:53:24.849107000 14:53:24.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.849892000, lastModified=2023-10-03 14:53:24.849107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.849892000, lastModified=2023-10-03 14:53:24.849107000, delta=785000 ns, racy<=12500 ns 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.850167000, lastModified=2023-10-03 14:53:24.849107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.850167000, lastModified=2023-10-03 14:53:24.849107000, delta=1060000 ns, racy<=12500 ns 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.850420000, lastModified=2023-10-03 14:53:24.849107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.850420000, lastModified=2023-10-03 14:53:24.849107000, delta=1313000 ns, racy<=12500 ns 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.850674000, lastModified=2023-10-03 14:53:24.849107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.849107000 to 2023-10-03 14:53:24.850107000 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.851214000, lastModified=2023-10-03 14:53:24.850107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.851214000, lastModified=2023-10-03 14:53:24.850107000, delta=1107000 ns, racy<=12500 ns 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.851475000, lastModified=2023-10-03 14:53:24.850107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.851475000, lastModified=2023-10-03 14:53:24.850107000, delta=1368000 ns, racy<=12500 ns 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.851724000, lastModified=2023-10-03 14:53:24.850107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.850107000 to 2023-10-03 14:53:24.851107000 14:53:24.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.851967000, lastModified=2023-10-03 14:53:24.851107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.851967000, lastModified=2023-10-03 14:53:24.851107000, delta=860000 ns, racy<=12500 ns 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.852181000, lastModified=2023-10-03 14:53:24.851107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.852181000, lastModified=2023-10-03 14:53:24.851107000, delta=1074000 ns, racy<=12500 ns 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.852398000, lastModified=2023-10-03 14:53:24.851107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.852398000, lastModified=2023-10-03 14:53:24.851107000, delta=1291000 ns, racy<=12500 ns 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.852616000, lastModified=2023-10-03 14:53:24.851107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.852616000, lastModified=2023-10-03 14:53:24.851107000, delta=1509000 ns, racy<=12500 ns 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.852856000, lastModified=2023-10-03 14:53:24.852107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.852107000 to 2023-10-03 14:53:24.891107000 14:53:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.892769000, lastModified=2023-10-03 14:53:24.891107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.891107000 to 2023-10-03 14:53:24.892107000 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.893007000, lastModified=2023-10-03 14:53:24.892107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.893007000, lastModified=2023-10-03 14:53:24.892107000, delta=900000 ns, racy<=12500 ns 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.893247000, lastModified=2023-10-03 14:53:24.892107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.893247000, lastModified=2023-10-03 14:53:24.892107000, delta=1140000 ns, racy<=12500 ns 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.893494000, lastModified=2023-10-03 14:53:24.892107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.893494000, lastModified=2023-10-03 14:53:24.892107000, delta=1387000 ns, racy<=12500 ns 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.893695000, lastModified=2023-10-03 14:53:24.892107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.892107000 to 2023-10-03 14:53:24.893107000 14:53:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.893893000, lastModified=2023-10-03 14:53:24.893107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.893893000, lastModified=2023-10-03 14:53:24.893107000, delta=786000 ns, racy<=12500 ns 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.894100000, lastModified=2023-10-03 14:53:24.893107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.894100000, lastModified=2023-10-03 14:53:24.893107000, delta=993000 ns, racy<=12500 ns 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.894298000, lastModified=2023-10-03 14:53:24.893107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.894298000, lastModified=2023-10-03 14:53:24.893107000, delta=1191000 ns, racy<=12500 ns 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.894505000, lastModified=2023-10-03 14:53:24.893107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.894505000, lastModified=2023-10-03 14:53:24.893107000, delta=1398000 ns, racy<=12500 ns 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.894706000, lastModified=2023-10-03 14:53:24.893107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.893107000 to 2023-10-03 14:53:24.894107000 14:53:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.894908000, lastModified=2023-10-03 14:53:24.894107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.894908000, lastModified=2023-10-03 14:53:24.894107000, delta=801000 ns, racy<=12500 ns 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.895116000, lastModified=2023-10-03 14:53:24.894107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.895116000, lastModified=2023-10-03 14:53:24.894107000, delta=1009000 ns, racy<=12500 ns 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.895341000, lastModified=2023-10-03 14:53:24.894107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.895341000, lastModified=2023-10-03 14:53:24.894107000, delta=1234000 ns, racy<=12500 ns 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.895553000, lastModified=2023-10-03 14:53:24.894107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.895553000, lastModified=2023-10-03 14:53:24.894107000, delta=1446000 ns, racy<=12500 ns 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.895776000, lastModified=2023-10-03 14:53:24.895107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.895776000, lastModified=2023-10-03 14:53:24.895107000, delta=669000 ns, racy<=12500 ns 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.895986000, lastModified=2023-10-03 14:53:24.895107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.895986000, lastModified=2023-10-03 14:53:24.895107000, delta=879000 ns, racy<=12500 ns 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.896199000, lastModified=2023-10-03 14:53:24.895107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.896199000, lastModified=2023-10-03 14:53:24.895107000, delta=1092000 ns, racy<=12500 ns 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.896413000, lastModified=2023-10-03 14:53:24.895107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.896413000, lastModified=2023-10-03 14:53:24.895107000, delta=1306000 ns, racy<=12500 ns 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.896624000, lastModified=2023-10-03 14:53:24.895107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.896624000, lastModified=2023-10-03 14:53:24.895107000, delta=1517000 ns, racy<=12500 ns 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.896836000, lastModified=2023-10-03 14:53:24.896107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.896836000, lastModified=2023-10-03 14:53:24.896107000, delta=729000 ns, racy<=12500 ns 14:53:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.897046000, lastModified=2023-10-03 14:53:24.896107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.897046000, lastModified=2023-10-03 14:53:24.896107000, delta=939000 ns, racy<=12500 ns 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.897261000, lastModified=2023-10-03 14:53:24.896107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.897261000, lastModified=2023-10-03 14:53:24.896107000, delta=1154000 ns, racy<=12500 ns 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.897472000, lastModified=2023-10-03 14:53:24.896107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.897472000, lastModified=2023-10-03 14:53:24.896107000, delta=1365000 ns, racy<=12500 ns 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.897675000, lastModified=2023-10-03 14:53:24.896107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.896107000 to 2023-10-03 14:53:24.897107000 14:53:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.897880000, lastModified=2023-10-03 14:53:24.897107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.897880000, lastModified=2023-10-03 14:53:24.897107000, delta=773000 ns, racy<=12500 ns 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.898096000, lastModified=2023-10-03 14:53:24.897107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.898096000, lastModified=2023-10-03 14:53:24.897107000, delta=989000 ns, racy<=12500 ns 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.898348000, lastModified=2023-10-03 14:53:24.897107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.898348000, lastModified=2023-10-03 14:53:24.897107000, delta=1241000 ns, racy<=12500 ns 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.898568000, lastModified=2023-10-03 14:53:24.897107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.898568000, lastModified=2023-10-03 14:53:24.897107000, delta=1461000 ns, racy<=12500 ns 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.898779000, lastModified=2023-10-03 14:53:24.898107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.898779000, lastModified=2023-10-03 14:53:24.898107000, delta=672000 ns, racy<=12500 ns 14:53:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.899004000, lastModified=2023-10-03 14:53:24.898107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.899004000, lastModified=2023-10-03 14:53:24.898107000, delta=897000 ns, racy<=12500 ns 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.899235000, lastModified=2023-10-03 14:53:24.898107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.899235000, lastModified=2023-10-03 14:53:24.898107000, delta=1128000 ns, racy<=12500 ns 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.899452000, lastModified=2023-10-03 14:53:24.898107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.899452000, lastModified=2023-10-03 14:53:24.898107000, delta=1345000 ns, racy<=12500 ns 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.899661000, lastModified=2023-10-03 14:53:24.898107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.898107000 to 2023-10-03 14:53:24.899107000 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.899862000, lastModified=2023-10-03 14:53:24.899107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.899862000, lastModified=2023-10-03 14:53:24.899107000, delta=755000 ns, racy<=12500 ns 14:53:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.900070000, lastModified=2023-10-03 14:53:24.899107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.900070000, lastModified=2023-10-03 14:53:24.899107000, delta=963000 ns, racy<=12500 ns 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.900306000, lastModified=2023-10-03 14:53:24.899107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.900306000, lastModified=2023-10-03 14:53:24.899107000, delta=1199000 ns, racy<=12500 ns 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.900511000, lastModified=2023-10-03 14:53:24.899107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.900511000, lastModified=2023-10-03 14:53:24.899107000, delta=1404000 ns, racy<=12500 ns 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.900747000, lastModified=2023-10-03 14:53:24.899107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.899107000 to 2023-10-03 14:53:24.900107000 14:53:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.900946000, lastModified=2023-10-03 14:53:24.900107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.900946000, lastModified=2023-10-03 14:53:24.900107000, delta=839000 ns, racy<=12500 ns 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.901153000, lastModified=2023-10-03 14:53:24.900107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.901153000, lastModified=2023-10-03 14:53:24.900107000, delta=1046000 ns, racy<=12500 ns 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.901360000, lastModified=2023-10-03 14:53:24.900107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.901360000, lastModified=2023-10-03 14:53:24.900107000, delta=1253000 ns, racy<=12500 ns 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.901564000, lastModified=2023-10-03 14:53:24.900107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.901564000, lastModified=2023-10-03 14:53:24.900107000, delta=1457000 ns, racy<=12500 ns 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.901776000, lastModified=2023-10-03 14:53:24.901107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.901776000, lastModified=2023-10-03 14:53:24.901107000, delta=669000 ns, racy<=12500 ns 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.901986000, lastModified=2023-10-03 14:53:24.901107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.901986000, lastModified=2023-10-03 14:53:24.901107000, delta=879000 ns, racy<=12500 ns 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.902194000, lastModified=2023-10-03 14:53:24.901107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.902194000, lastModified=2023-10-03 14:53:24.901107000, delta=1087000 ns, racy<=12500 ns 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.902404000, lastModified=2023-10-03 14:53:24.901107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.902404000, lastModified=2023-10-03 14:53:24.901107000, delta=1297000 ns, racy<=12500 ns 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.902609000, lastModified=2023-10-03 14:53:24.901107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.902609000, lastModified=2023-10-03 14:53:24.901107000, delta=1502000 ns, racy<=12500 ns 14:53:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.903974000, lastModified=2023-10-03 14:53:24.903107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.903974000, lastModified=2023-10-03 14:53:24.903107000, delta=867000 ns, racy<=12500 ns 14:53:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.904286000, lastModified=2023-10-03 14:53:24.903107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.904286000, lastModified=2023-10-03 14:53:24.903107000, delta=1179000 ns, racy<=12500 ns 14:53:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.904863000, lastModified=2023-10-03 14:53:24.903107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.903107000 to 2023-10-03 14:53:24.904107000 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.905156000, lastModified=2023-10-03 14:53:24.904107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.905156000, lastModified=2023-10-03 14:53:24.904107000, delta=1049000 ns, racy<=12500 ns 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.905430000, lastModified=2023-10-03 14:53:24.904107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.905430000, lastModified=2023-10-03 14:53:24.904107000, delta=1323000 ns, racy<=12500 ns 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.905698000, lastModified=2023-10-03 14:53:24.904107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.904107000 to 2023-10-03 14:53:24.905107000 14:53:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.905952000, lastModified=2023-10-03 14:53:24.905107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.905952000, lastModified=2023-10-03 14:53:24.905107000, delta=845000 ns, racy<=12500 ns 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.906205000, lastModified=2023-10-03 14:53:24.905107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.906205000, lastModified=2023-10-03 14:53:24.905107000, delta=1098000 ns, racy<=12500 ns 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.906449000, lastModified=2023-10-03 14:53:24.905107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.906449000, lastModified=2023-10-03 14:53:24.905107000, delta=1342000 ns, racy<=12500 ns 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.906698000, lastModified=2023-10-03 14:53:24.905107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.905107000 to 2023-10-03 14:53:24.906107000 14:53:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.906970000, lastModified=2023-10-03 14:53:24.906107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.906970000, lastModified=2023-10-03 14:53:24.906107000, delta=863000 ns, racy<=12500 ns 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.907240000, lastModified=2023-10-03 14:53:24.906107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.907240000, lastModified=2023-10-03 14:53:24.906107000, delta=1133000 ns, racy<=12500 ns 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.907504000, lastModified=2023-10-03 14:53:24.906107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.907504000, lastModified=2023-10-03 14:53:24.906107000, delta=1397000 ns, racy<=12500 ns 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.907786000, lastModified=2023-10-03 14:53:24.907107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.907786000, lastModified=2023-10-03 14:53:24.907107000, delta=679000 ns, racy<=12500 ns 14:53:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.908043000, lastModified=2023-10-03 14:53:24.907107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.908043000, lastModified=2023-10-03 14:53:24.907107000, delta=936000 ns, racy<=12500 ns 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.908297000, lastModified=2023-10-03 14:53:24.907107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.908297000, lastModified=2023-10-03 14:53:24.907107000, delta=1190000 ns, racy<=12500 ns 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.908543000, lastModified=2023-10-03 14:53:24.907107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.908543000, lastModified=2023-10-03 14:53:24.907107000, delta=1436000 ns, racy<=12500 ns 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.908793000, lastModified=2023-10-03 14:53:24.908107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.908793000, lastModified=2023-10-03 14:53:24.908107000, delta=686000 ns, racy<=12500 ns 14:53:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.909050000, lastModified=2023-10-03 14:53:24.908107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.909050000, lastModified=2023-10-03 14:53:24.908107000, delta=943000 ns, racy<=12500 ns 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.909298000, lastModified=2023-10-03 14:53:24.908107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.909298000, lastModified=2023-10-03 14:53:24.908107000, delta=1191000 ns, racy<=12500 ns 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.909543000, lastModified=2023-10-03 14:53:24.908107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.909543000, lastModified=2023-10-03 14:53:24.908107000, delta=1436000 ns, racy<=12500 ns 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.909801000, lastModified=2023-10-03 14:53:24.909107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.909801000, lastModified=2023-10-03 14:53:24.909107000, delta=694000 ns, racy<=12500 ns 14:53:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.910013000, lastModified=2023-10-03 14:53:24.909107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.910013000, lastModified=2023-10-03 14:53:24.909107000, delta=906000 ns, racy<=12500 ns 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.910227000, lastModified=2023-10-03 14:53:24.909107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.910227000, lastModified=2023-10-03 14:53:24.909107000, delta=1120000 ns, racy<=12500 ns 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.910429000, lastModified=2023-10-03 14:53:24.909107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.910429000, lastModified=2023-10-03 14:53:24.909107000, delta=1322000 ns, racy<=12500 ns 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.910633000, lastModified=2023-10-03 14:53:24.909107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.910633000, lastModified=2023-10-03 14:53:24.909107000, delta=1526000 ns, racy<=12500 ns 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.910850000, lastModified=2023-10-03 14:53:24.910107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.910850000, lastModified=2023-10-03 14:53:24.910107000, delta=743000 ns, racy<=12500 ns 14:53:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.911058000, lastModified=2023-10-03 14:53:24.910107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.911058000, lastModified=2023-10-03 14:53:24.910107000, delta=951000 ns, racy<=12500 ns 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.911271000, lastModified=2023-10-03 14:53:24.910107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.911271000, lastModified=2023-10-03 14:53:24.910107000, delta=1164000 ns, racy<=12500 ns 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.911473000, lastModified=2023-10-03 14:53:24.910107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.911473000, lastModified=2023-10-03 14:53:24.910107000, delta=1366000 ns, racy<=12500 ns 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.911672000, lastModified=2023-10-03 14:53:24.910107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.910107000 to 2023-10-03 14:53:24.911107000 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.911884000, lastModified=2023-10-03 14:53:24.911107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.911884000, lastModified=2023-10-03 14:53:24.911107000, delta=777000 ns, racy<=12500 ns 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.912094000, lastModified=2023-10-03 14:53:24.911107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.912094000, lastModified=2023-10-03 14:53:24.911107000, delta=987000 ns, racy<=12500 ns 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.912296000, lastModified=2023-10-03 14:53:24.911107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.912296000, lastModified=2023-10-03 14:53:24.911107000, delta=1189000 ns, racy<=12500 ns 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.912498000, lastModified=2023-10-03 14:53:24.911107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.912498000, lastModified=2023-10-03 14:53:24.911107000, delta=1391000 ns, racy<=12500 ns 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.912697000, lastModified=2023-10-03 14:53:24.911107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.911107000 to 2023-10-03 14:53:24.912107000 14:53:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.912908000, lastModified=2023-10-03 14:53:24.912107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.912908000, lastModified=2023-10-03 14:53:24.912107000, delta=801000 ns, racy<=12500 ns 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.913119000, lastModified=2023-10-03 14:53:24.912107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.913119000, lastModified=2023-10-03 14:53:24.912107000, delta=1012000 ns, racy<=12500 ns 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.913340000, lastModified=2023-10-03 14:53:24.912107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.913340000, lastModified=2023-10-03 14:53:24.912107000, delta=1233000 ns, racy<=12500 ns 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.913557000, lastModified=2023-10-03 14:53:24.912107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.913557000, lastModified=2023-10-03 14:53:24.912107000, delta=1450000 ns, racy<=12500 ns 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.913766000, lastModified=2023-10-03 14:53:24.912107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.912107000 to 2023-10-03 14:53:24.913107000 14:53:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.913965000, lastModified=2023-10-03 14:53:24.913107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.913965000, lastModified=2023-10-03 14:53:24.913107000, delta=858000 ns, racy<=12500 ns 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.914178000, lastModified=2023-10-03 14:53:24.913107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.914178000, lastModified=2023-10-03 14:53:24.913107000, delta=1071000 ns, racy<=12500 ns 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.914392000, lastModified=2023-10-03 14:53:24.913107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.914392000, lastModified=2023-10-03 14:53:24.913107000, delta=1285000 ns, racy<=12500 ns 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.914598000, lastModified=2023-10-03 14:53:24.913107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.914598000, lastModified=2023-10-03 14:53:24.913107000, delta=1491000 ns, racy<=12500 ns 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.914824000, lastModified=2023-10-03 14:53:24.914107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.914824000, lastModified=2023-10-03 14:53:24.914107000, delta=717000 ns, racy<=12500 ns 14:53:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.915039000, lastModified=2023-10-03 14:53:24.914107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.915039000, lastModified=2023-10-03 14:53:24.914107000, delta=932000 ns, racy<=12500 ns 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.915247000, lastModified=2023-10-03 14:53:24.914107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.915247000, lastModified=2023-10-03 14:53:24.914107000, delta=1140000 ns, racy<=12500 ns 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.915450000, lastModified=2023-10-03 14:53:24.914107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.915450000, lastModified=2023-10-03 14:53:24.914107000, delta=1343000 ns, racy<=12500 ns 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.915655000, lastModified=2023-10-03 14:53:24.914107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.914107000 to 2023-10-03 14:53:24.915107000 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.915857000, lastModified=2023-10-03 14:53:24.915107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.915857000, lastModified=2023-10-03 14:53:24.915107000, delta=750000 ns, racy<=12500 ns 14:53:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.916065000, lastModified=2023-10-03 14:53:24.915107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.916065000, lastModified=2023-10-03 14:53:24.915107000, delta=958000 ns, racy<=12500 ns 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.916322000, lastModified=2023-10-03 14:53:24.915107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.916322000, lastModified=2023-10-03 14:53:24.915107000, delta=1215000 ns, racy<=12500 ns 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.916537000, lastModified=2023-10-03 14:53:24.915107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.916537000, lastModified=2023-10-03 14:53:24.915107000, delta=1430000 ns, racy<=12500 ns 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.916755000, lastModified=2023-10-03 14:53:24.915107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.915107000 to 2023-10-03 14:53:24.916107000 14:53:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.916963000, lastModified=2023-10-03 14:53:24.916107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.916963000, lastModified=2023-10-03 14:53:24.916107000, delta=856000 ns, racy<=12500 ns 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.917192000, lastModified=2023-10-03 14:53:24.916107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.917192000, lastModified=2023-10-03 14:53:24.916107000, delta=1085000 ns, racy<=12500 ns 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.917396000, lastModified=2023-10-03 14:53:24.916107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.917396000, lastModified=2023-10-03 14:53:24.916107000, delta=1289000 ns, racy<=12500 ns 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.917600000, lastModified=2023-10-03 14:53:24.916107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.917600000, lastModified=2023-10-03 14:53:24.916107000, delta=1493000 ns, racy<=12500 ns 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.917817000, lastModified=2023-10-03 14:53:24.917107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.917817000, lastModified=2023-10-03 14:53:24.917107000, delta=710000 ns, racy<=12500 ns 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.918302000, lastModified=2023-10-03 14:53:24.917107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.918302000, lastModified=2023-10-03 14:53:24.917107000, delta=1195000 ns, racy<=12500 ns 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.918515000, lastModified=2023-10-03 14:53:24.917107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.918515000, lastModified=2023-10-03 14:53:24.917107000, delta=1408000 ns, racy<=12500 ns 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.918719000, lastModified=2023-10-03 14:53:24.917107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.917107000 to 2023-10-03 14:53:24.918107000 14:53:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.918961000, lastModified=2023-10-03 14:53:24.918107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.918961000, lastModified=2023-10-03 14:53:24.918107000, delta=854000 ns, racy<=12500 ns 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.919171000, lastModified=2023-10-03 14:53:24.918107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.919171000, lastModified=2023-10-03 14:53:24.918107000, delta=1064000 ns, racy<=12500 ns 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.919382000, lastModified=2023-10-03 14:53:24.918107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.919382000, lastModified=2023-10-03 14:53:24.918107000, delta=1275000 ns, racy<=12500 ns 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.919587000, lastModified=2023-10-03 14:53:24.918107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.919587000, lastModified=2023-10-03 14:53:24.918107000, delta=1480000 ns, racy<=12500 ns 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.919795000, lastModified=2023-10-03 14:53:24.919107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.919795000, lastModified=2023-10-03 14:53:24.919107000, delta=688000 ns, racy<=12500 ns 14:53:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.920006000, lastModified=2023-10-03 14:53:24.919107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.920006000, lastModified=2023-10-03 14:53:24.919107000, delta=899000 ns, racy<=12500 ns 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.920215000, lastModified=2023-10-03 14:53:24.919107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.920215000, lastModified=2023-10-03 14:53:24.919107000, delta=1108000 ns, racy<=12500 ns 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.920423000, lastModified=2023-10-03 14:53:24.919107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.920423000, lastModified=2023-10-03 14:53:24.919107000, delta=1316000 ns, racy<=12500 ns 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.920629000, lastModified=2023-10-03 14:53:24.919107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.920629000, lastModified=2023-10-03 14:53:24.919107000, delta=1522000 ns, racy<=12500 ns 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.920841000, lastModified=2023-10-03 14:53:24.920107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.920841000, lastModified=2023-10-03 14:53:24.920107000, delta=734000 ns, racy<=12500 ns 14:53:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.921047000, lastModified=2023-10-03 14:53:24.920107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.921047000, lastModified=2023-10-03 14:53:24.920107000, delta=940000 ns, racy<=12500 ns 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.921284000, lastModified=2023-10-03 14:53:24.920107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.921284000, lastModified=2023-10-03 14:53:24.920107000, delta=1177000 ns, racy<=12500 ns 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.921502000, lastModified=2023-10-03 14:53:24.920107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.921502000, lastModified=2023-10-03 14:53:24.920107000, delta=1395000 ns, racy<=12500 ns 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.921718000, lastModified=2023-10-03 14:53:24.920107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.920107000 to 2023-10-03 14:53:24.921107000 14:53:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.921934000, lastModified=2023-10-03 14:53:24.921107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.921934000, lastModified=2023-10-03 14:53:24.921107000, delta=827000 ns, racy<=12500 ns 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.922141000, lastModified=2023-10-03 14:53:24.921107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.922141000, lastModified=2023-10-03 14:53:24.921107000, delta=1034000 ns, racy<=12500 ns 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.922347000, lastModified=2023-10-03 14:53:24.921107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.922347000, lastModified=2023-10-03 14:53:24.921107000, delta=1240000 ns, racy<=12500 ns 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.922547000, lastModified=2023-10-03 14:53:24.921107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.922547000, lastModified=2023-10-03 14:53:24.921107000, delta=1440000 ns, racy<=12500 ns 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.922752000, lastModified=2023-10-03 14:53:24.921107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.921107000 to 2023-10-03 14:53:24.922107000 14:53:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.922946000, lastModified=2023-10-03 14:53:24.922107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.922946000, lastModified=2023-10-03 14:53:24.922107000, delta=839000 ns, racy<=12500 ns 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.923150000, lastModified=2023-10-03 14:53:24.922107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.923150000, lastModified=2023-10-03 14:53:24.922107000, delta=1043000 ns, racy<=12500 ns 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.923357000, lastModified=2023-10-03 14:53:24.922107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.923357000, lastModified=2023-10-03 14:53:24.922107000, delta=1250000 ns, racy<=12500 ns 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.923558000, lastModified=2023-10-03 14:53:24.922107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.923558000, lastModified=2023-10-03 14:53:24.922107000, delta=1451000 ns, racy<=12500 ns 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.923774000, lastModified=2023-10-03 14:53:24.923107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.923774000, lastModified=2023-10-03 14:53:24.923107000, delta=667000 ns, racy<=12500 ns 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.923980000, lastModified=2023-10-03 14:53:24.923107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.923980000, lastModified=2023-10-03 14:53:24.923107000, delta=873000 ns, racy<=12500 ns 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.924189000, lastModified=2023-10-03 14:53:24.923107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.924189000, lastModified=2023-10-03 14:53:24.923107000, delta=1082000 ns, racy<=12500 ns 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.924398000, lastModified=2023-10-03 14:53:24.923107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.924398000, lastModified=2023-10-03 14:53:24.923107000, delta=1291000 ns, racy<=12500 ns 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.924598000, lastModified=2023-10-03 14:53:24.923107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.924598000, lastModified=2023-10-03 14:53:24.923107000, delta=1491000 ns, racy<=12500 ns 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.924829000, lastModified=2023-10-03 14:53:24.924107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.924829000, lastModified=2023-10-03 14:53:24.924107000, delta=722000 ns, racy<=12500 ns 14:53:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.925034000, lastModified=2023-10-03 14:53:24.924107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.925034000, lastModified=2023-10-03 14:53:24.924107000, delta=927000 ns, racy<=12500 ns 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.925249000, lastModified=2023-10-03 14:53:24.924107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.925249000, lastModified=2023-10-03 14:53:24.924107000, delta=1142000 ns, racy<=12500 ns 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.925452000, lastModified=2023-10-03 14:53:24.924107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.925452000, lastModified=2023-10-03 14:53:24.924107000, delta=1345000 ns, racy<=12500 ns 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.925668000, lastModified=2023-10-03 14:53:24.924107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.924107000 to 2023-10-03 14:53:24.925107000 14:53:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.925886000, lastModified=2023-10-03 14:53:24.925107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.925886000, lastModified=2023-10-03 14:53:24.925107000, delta=779000 ns, racy<=12500 ns 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.926106000, lastModified=2023-10-03 14:53:24.925107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.926106000, lastModified=2023-10-03 14:53:24.925107000, delta=999000 ns, racy<=12500 ns 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.926332000, lastModified=2023-10-03 14:53:24.925107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.926332000, lastModified=2023-10-03 14:53:24.925107000, delta=1225000 ns, racy<=12500 ns 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.926534000, lastModified=2023-10-03 14:53:24.925107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.926534000, lastModified=2023-10-03 14:53:24.925107000, delta=1427000 ns, racy<=12500 ns 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.926738000, lastModified=2023-10-03 14:53:24.925107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.925107000 to 2023-10-03 14:53:24.926107000 14:53:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.926932000, lastModified=2023-10-03 14:53:24.926107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.926932000, lastModified=2023-10-03 14:53:24.926107000, delta=825000 ns, racy<=12500 ns 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.927138000, lastModified=2023-10-03 14:53:24.926107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.927138000, lastModified=2023-10-03 14:53:24.926107000, delta=1031000 ns, racy<=12500 ns 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.927344000, lastModified=2023-10-03 14:53:24.926107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.927344000, lastModified=2023-10-03 14:53:24.926107000, delta=1237000 ns, racy<=12500 ns 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.927556000, lastModified=2023-10-03 14:53:24.926107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.927556000, lastModified=2023-10-03 14:53:24.926107000, delta=1449000 ns, racy<=12500 ns 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.927791000, lastModified=2023-10-03 14:53:24.926107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.926107000 to 2023-10-03 14:53:24.927107000 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.928006000, lastModified=2023-10-03 14:53:24.927107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.928006000, lastModified=2023-10-03 14:53:24.927107000, delta=899000 ns, racy<=12500 ns 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.928216000, lastModified=2023-10-03 14:53:24.927107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.928216000, lastModified=2023-10-03 14:53:24.927107000, delta=1109000 ns, racy<=12500 ns 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.928422000, lastModified=2023-10-03 14:53:24.927107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.928422000, lastModified=2023-10-03 14:53:24.927107000, delta=1315000 ns, racy<=12500 ns 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.928626000, lastModified=2023-10-03 14:53:24.927107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.928626000, lastModified=2023-10-03 14:53:24.927107000, delta=1519000 ns, racy<=12500 ns 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.928844000, lastModified=2023-10-03 14:53:24.928107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.928844000, lastModified=2023-10-03 14:53:24.928107000, delta=737000 ns, racy<=12500 ns 14:53:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.929050000, lastModified=2023-10-03 14:53:24.928107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.929050000, lastModified=2023-10-03 14:53:24.928107000, delta=943000 ns, racy<=12500 ns 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.929278000, lastModified=2023-10-03 14:53:24.928107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.929278000, lastModified=2023-10-03 14:53:24.928107000, delta=1171000 ns, racy<=12500 ns 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.929493000, lastModified=2023-10-03 14:53:24.928107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.929493000, lastModified=2023-10-03 14:53:24.928107000, delta=1386000 ns, racy<=12500 ns 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.929704000, lastModified=2023-10-03 14:53:24.928107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.928107000 to 2023-10-03 14:53:24.929107000 14:53:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.929929000, lastModified=2023-10-03 14:53:24.929107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.929929000, lastModified=2023-10-03 14:53:24.929107000, delta=822000 ns, racy<=12500 ns 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.930140000, lastModified=2023-10-03 14:53:24.929107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.930140000, lastModified=2023-10-03 14:53:24.929107000, delta=1033000 ns, racy<=12500 ns 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.930628000, lastModified=2023-10-03 14:53:24.929107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.930628000, lastModified=2023-10-03 14:53:24.929107000, delta=1521000 ns, racy<=12500 ns 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.930872000, lastModified=2023-10-03 14:53:24.930107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.930872000, lastModified=2023-10-03 14:53:24.930107000, delta=765000 ns, racy<=12500 ns 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.931080000, lastModified=2023-10-03 14:53:24.930107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.931080000, lastModified=2023-10-03 14:53:24.930107000, delta=973000 ns, racy<=12500 ns 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.931284000, lastModified=2023-10-03 14:53:24.930107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.931284000, lastModified=2023-10-03 14:53:24.930107000, delta=1177000 ns, racy<=12500 ns 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.931479000, lastModified=2023-10-03 14:53:24.930107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.931479000, lastModified=2023-10-03 14:53:24.930107000, delta=1372000 ns, racy<=12500 ns 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.931675000, lastModified=2023-10-03 14:53:24.930107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.930107000 to 2023-10-03 14:53:24.931107000 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.931879000, lastModified=2023-10-03 14:53:24.931107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.931879000, lastModified=2023-10-03 14:53:24.931107000, delta=772000 ns, racy<=12500 ns 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.932098000, lastModified=2023-10-03 14:53:24.931107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.932098000, lastModified=2023-10-03 14:53:24.931107000, delta=991000 ns, racy<=12500 ns 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.932302000, lastModified=2023-10-03 14:53:24.931107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.932302000, lastModified=2023-10-03 14:53:24.931107000, delta=1195000 ns, racy<=12500 ns 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.932511000, lastModified=2023-10-03 14:53:24.931107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.932511000, lastModified=2023-10-03 14:53:24.931107000, delta=1404000 ns, racy<=12500 ns 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.932727000, lastModified=2023-10-03 14:53:24.931107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.931107000 to 2023-10-03 14:53:24.932107000 14:53:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.932948000, lastModified=2023-10-03 14:53:24.932107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.932948000, lastModified=2023-10-03 14:53:24.932107000, delta=841000 ns, racy<=12500 ns 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.933148000, lastModified=2023-10-03 14:53:24.932107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.933148000, lastModified=2023-10-03 14:53:24.932107000, delta=1041000 ns, racy<=12500 ns 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.933344000, lastModified=2023-10-03 14:53:24.932107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.933344000, lastModified=2023-10-03 14:53:24.932107000, delta=1237000 ns, racy<=12500 ns 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.933539000, lastModified=2023-10-03 14:53:24.932107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.933539000, lastModified=2023-10-03 14:53:24.932107000, delta=1432000 ns, racy<=12500 ns 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.933747000, lastModified=2023-10-03 14:53:24.932107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.932107000 to 2023-10-03 14:53:24.933107000 14:53:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.933937000, lastModified=2023-10-03 14:53:24.933107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.933937000, lastModified=2023-10-03 14:53:24.933107000, delta=830000 ns, racy<=12500 ns 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.934143000, lastModified=2023-10-03 14:53:24.933107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.934143000, lastModified=2023-10-03 14:53:24.933107000, delta=1036000 ns, racy<=12500 ns 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.934349000, lastModified=2023-10-03 14:53:24.933107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.934349000, lastModified=2023-10-03 14:53:24.933107000, delta=1242000 ns, racy<=12500 ns 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.934548000, lastModified=2023-10-03 14:53:24.933107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.934548000, lastModified=2023-10-03 14:53:24.933107000, delta=1441000 ns, racy<=12500 ns 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.934750000, lastModified=2023-10-03 14:53:24.933107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.933107000 to 2023-10-03 14:53:24.934107000 14:53:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.934941000, lastModified=2023-10-03 14:53:24.934107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.934941000, lastModified=2023-10-03 14:53:24.934107000, delta=834000 ns, racy<=12500 ns 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.935137000, lastModified=2023-10-03 14:53:24.934107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.935137000, lastModified=2023-10-03 14:53:24.934107000, delta=1030000 ns, racy<=12500 ns 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.935333000, lastModified=2023-10-03 14:53:24.934107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.935333000, lastModified=2023-10-03 14:53:24.934107000, delta=1226000 ns, racy<=12500 ns 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.935534000, lastModified=2023-10-03 14:53:24.934107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.935534000, lastModified=2023-10-03 14:53:24.934107000, delta=1427000 ns, racy<=12500 ns 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.935739000, lastModified=2023-10-03 14:53:24.934107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.934107000 to 2023-10-03 14:53:24.935107000 14:53:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.935936000, lastModified=2023-10-03 14:53:24.935107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.935936000, lastModified=2023-10-03 14:53:24.935107000, delta=829000 ns, racy<=12500 ns 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.936134000, lastModified=2023-10-03 14:53:24.935107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.936134000, lastModified=2023-10-03 14:53:24.935107000, delta=1027000 ns, racy<=12500 ns 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.936330000, lastModified=2023-10-03 14:53:24.935107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.936330000, lastModified=2023-10-03 14:53:24.935107000, delta=1223000 ns, racy<=12500 ns 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.936526000, lastModified=2023-10-03 14:53:24.935107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.936526000, lastModified=2023-10-03 14:53:24.935107000, delta=1419000 ns, racy<=12500 ns 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.936720000, lastModified=2023-10-03 14:53:24.935107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.935107000 to 2023-10-03 14:53:24.936107000 14:53:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.936945000, lastModified=2023-10-03 14:53:24.936107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.936945000, lastModified=2023-10-03 14:53:24.936107000, delta=838000 ns, racy<=12500 ns 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.937146000, lastModified=2023-10-03 14:53:24.936107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.937146000, lastModified=2023-10-03 14:53:24.936107000, delta=1039000 ns, racy<=12500 ns 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.937347000, lastModified=2023-10-03 14:53:24.936107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.937347000, lastModified=2023-10-03 14:53:24.936107000, delta=1240000 ns, racy<=12500 ns 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.937546000, lastModified=2023-10-03 14:53:24.936107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.937546000, lastModified=2023-10-03 14:53:24.936107000, delta=1439000 ns, racy<=12500 ns 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.937746000, lastModified=2023-10-03 14:53:24.936107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.936107000 to 2023-10-03 14:53:24.937107000 14:53:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.937938000, lastModified=2023-10-03 14:53:24.937107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.937938000, lastModified=2023-10-03 14:53:24.937107000, delta=831000 ns, racy<=12500 ns 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.938139000, lastModified=2023-10-03 14:53:24.937107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.938139000, lastModified=2023-10-03 14:53:24.937107000, delta=1032000 ns, racy<=12500 ns 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.938336000, lastModified=2023-10-03 14:53:24.937107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.938336000, lastModified=2023-10-03 14:53:24.937107000, delta=1229000 ns, racy<=12500 ns 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.938536000, lastModified=2023-10-03 14:53:24.937107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.938536000, lastModified=2023-10-03 14:53:24.937107000, delta=1429000 ns, racy<=12500 ns 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.938728000, lastModified=2023-10-03 14:53:24.937107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.937107000 to 2023-10-03 14:53:24.938107000 14:53:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.938928000, lastModified=2023-10-03 14:53:24.938107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.938928000, lastModified=2023-10-03 14:53:24.938107000, delta=821000 ns, racy<=12500 ns 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.939129000, lastModified=2023-10-03 14:53:24.938107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.939129000, lastModified=2023-10-03 14:53:24.938107000, delta=1022000 ns, racy<=12500 ns 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.939326000, lastModified=2023-10-03 14:53:24.938107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.939326000, lastModified=2023-10-03 14:53:24.938107000, delta=1219000 ns, racy<=12500 ns 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.939527000, lastModified=2023-10-03 14:53:24.938107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.939527000, lastModified=2023-10-03 14:53:24.938107000, delta=1420000 ns, racy<=12500 ns 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.939723000, lastModified=2023-10-03 14:53:24.938107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.938107000 to 2023-10-03 14:53:24.939107000 14:53:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.939922000, lastModified=2023-10-03 14:53:24.939107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.939922000, lastModified=2023-10-03 14:53:24.939107000, delta=815000 ns, racy<=12500 ns 14:53:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.940123000, lastModified=2023-10-03 14:53:24.939107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.940123000, lastModified=2023-10-03 14:53:24.939107000, delta=1016000 ns, racy<=12500 ns 14:53:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.960907000, lastModified=2023-10-03 14:53:24.960107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.960907000, lastModified=2023-10-03 14:53:24.960107000, delta=800000 ns, racy<=12500 ns 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.961240000, lastModified=2023-10-03 14:53:24.960107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.961240000, lastModified=2023-10-03 14:53:24.960107000, delta=1133000 ns, racy<=12500 ns 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.961478000, lastModified=2023-10-03 14:53:24.960107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.961478000, lastModified=2023-10-03 14:53:24.960107000, delta=1371000 ns, racy<=12500 ns 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.961700000, lastModified=2023-10-03 14:53:24.960107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.960107000 to 2023-10-03 14:53:24.961107000 14:53:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.961918000, lastModified=2023-10-03 14:53:24.961107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.961918000, lastModified=2023-10-03 14:53:24.961107000, delta=811000 ns, racy<=12500 ns 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.962139000, lastModified=2023-10-03 14:53:24.961107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.962139000, lastModified=2023-10-03 14:53:24.961107000, delta=1032000 ns, racy<=12500 ns 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.962339000, lastModified=2023-10-03 14:53:24.961107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.962339000, lastModified=2023-10-03 14:53:24.961107000, delta=1232000 ns, racy<=12500 ns 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.962537000, lastModified=2023-10-03 14:53:24.961107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.962537000, lastModified=2023-10-03 14:53:24.961107000, delta=1430000 ns, racy<=12500 ns 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.962740000, lastModified=2023-10-03 14:53:24.961107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.961107000 to 2023-10-03 14:53:24.962107000 14:53:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.962938000, lastModified=2023-10-03 14:53:24.962107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.962938000, lastModified=2023-10-03 14:53:24.962107000, delta=831000 ns, racy<=12500 ns 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.963453000, lastModified=2023-10-03 14:53:24.962107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.963453000, lastModified=2023-10-03 14:53:24.962107000, delta=1346000 ns, racy<=12500 ns 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.963657000, lastModified=2023-10-03 14:53:24.962107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.963657000, lastModified=2023-10-03 14:53:24.962107000, delta=1550000 ns, racy<=12500 ns 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.963868000, lastModified=2023-10-03 14:53:24.963107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.963868000, lastModified=2023-10-03 14:53:24.963107000, delta=761000 ns, racy<=12500 ns 14:53:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.964070000, lastModified=2023-10-03 14:53:24.963107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.964070000, lastModified=2023-10-03 14:53:24.963107000, delta=963000 ns, racy<=12500 ns 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.964275000, lastModified=2023-10-03 14:53:24.963107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.964275000, lastModified=2023-10-03 14:53:24.963107000, delta=1168000 ns, racy<=12500 ns 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.964477000, lastModified=2023-10-03 14:53:24.963107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.964477000, lastModified=2023-10-03 14:53:24.963107000, delta=1370000 ns, racy<=12500 ns 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.964678000, lastModified=2023-10-03 14:53:24.963107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.963107000 to 2023-10-03 14:53:24.964107000 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.964875000, lastModified=2023-10-03 14:53:24.964107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.964875000, lastModified=2023-10-03 14:53:24.964107000, delta=768000 ns, racy<=12500 ns 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.965088000, lastModified=2023-10-03 14:53:24.964107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.965088000, lastModified=2023-10-03 14:53:24.964107000, delta=981000 ns, racy<=12500 ns 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.965288000, lastModified=2023-10-03 14:53:24.964107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.965288000, lastModified=2023-10-03 14:53:24.964107000, delta=1181000 ns, racy<=12500 ns 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.965488000, lastModified=2023-10-03 14:53:24.964107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.965488000, lastModified=2023-10-03 14:53:24.964107000, delta=1381000 ns, racy<=12500 ns 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.965685000, lastModified=2023-10-03 14:53:24.964107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.964107000 to 2023-10-03 14:53:24.965107000 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.965880000, lastModified=2023-10-03 14:53:24.965107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.965880000, lastModified=2023-10-03 14:53:24.965107000, delta=773000 ns, racy<=12500 ns 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.966081000, lastModified=2023-10-03 14:53:24.965107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.966081000, lastModified=2023-10-03 14:53:24.965107000, delta=974000 ns, racy<=12500 ns 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.966278000, lastModified=2023-10-03 14:53:24.965107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.966278000, lastModified=2023-10-03 14:53:24.965107000, delta=1171000 ns, racy<=12500 ns 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.966481000, lastModified=2023-10-03 14:53:24.965107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.966481000, lastModified=2023-10-03 14:53:24.965107000, delta=1374000 ns, racy<=12500 ns 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.966686000, lastModified=2023-10-03 14:53:24.965107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.965107000 to 2023-10-03 14:53:24.966107000 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.966883000, lastModified=2023-10-03 14:53:24.966107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.966883000, lastModified=2023-10-03 14:53:24.966107000, delta=776000 ns, racy<=12500 ns 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.967088000, lastModified=2023-10-03 14:53:24.966107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.967088000, lastModified=2023-10-03 14:53:24.966107000, delta=981000 ns, racy<=12500 ns 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.967292000, lastModified=2023-10-03 14:53:24.966107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.967292000, lastModified=2023-10-03 14:53:24.966107000, delta=1185000 ns, racy<=12500 ns 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.967487000, lastModified=2023-10-03 14:53:24.966107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.967487000, lastModified=2023-10-03 14:53:24.966107000, delta=1380000 ns, racy<=12500 ns 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.967687000, lastModified=2023-10-03 14:53:24.966107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.966107000 to 2023-10-03 14:53:24.967107000 14:53:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.992626000, lastModified=2023-10-03 14:53:24.991107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.991107000 to 2023-10-03 14:53:24.992107000 14:53:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.992895000, lastModified=2023-10-03 14:53:24.992107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.992895000, lastModified=2023-10-03 14:53:24.992107000, delta=788000 ns, racy<=12500 ns 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.993135000, lastModified=2023-10-03 14:53:24.992107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.993135000, lastModified=2023-10-03 14:53:24.992107000, delta=1028000 ns, racy<=12500 ns 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.993363000, lastModified=2023-10-03 14:53:24.992107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.993363000, lastModified=2023-10-03 14:53:24.992107000, delta=1256000 ns, racy<=12500 ns 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.993562000, lastModified=2023-10-03 14:53:24.992107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.993562000, lastModified=2023-10-03 14:53:24.992107000, delta=1455000 ns, racy<=12500 ns 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.993767000, lastModified=2023-10-03 14:53:24.993107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.993767000, lastModified=2023-10-03 14:53:24.993107000, delta=660000 ns, racy<=12500 ns 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.993979000, lastModified=2023-10-03 14:53:24.993107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.993979000, lastModified=2023-10-03 14:53:24.993107000, delta=872000 ns, racy<=12500 ns 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.994189000, lastModified=2023-10-03 14:53:24.993107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.994189000, lastModified=2023-10-03 14:53:24.993107000, delta=1082000 ns, racy<=12500 ns 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.994392000, lastModified=2023-10-03 14:53:24.993107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.994392000, lastModified=2023-10-03 14:53:24.993107000, delta=1285000 ns, racy<=12500 ns 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.994589000, lastModified=2023-10-03 14:53:24.993107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.994589000, lastModified=2023-10-03 14:53:24.993107000, delta=1482000 ns, racy<=12500 ns 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.994795000, lastModified=2023-10-03 14:53:24.994107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.994795000, lastModified=2023-10-03 14:53:24.994107000, delta=688000 ns, racy<=12500 ns 14:53:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.995007000, lastModified=2023-10-03 14:53:24.994107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.995007000, lastModified=2023-10-03 14:53:24.994107000, delta=900000 ns, racy<=12500 ns 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.995213000, lastModified=2023-10-03 14:53:24.994107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.995213000, lastModified=2023-10-03 14:53:24.994107000, delta=1106000 ns, racy<=12500 ns 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.995413000, lastModified=2023-10-03 14:53:24.994107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.995413000, lastModified=2023-10-03 14:53:24.994107000, delta=1306000 ns, racy<=12500 ns 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.995619000, lastModified=2023-10-03 14:53:24.994107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.995619000, lastModified=2023-10-03 14:53:24.994107000, delta=1512000 ns, racy<=12500 ns 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.995829000, lastModified=2023-10-03 14:53:24.995107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.995829000, lastModified=2023-10-03 14:53:24.995107000, delta=722000 ns, racy<=12500 ns 14:53:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.996035000, lastModified=2023-10-03 14:53:24.995107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.996035000, lastModified=2023-10-03 14:53:24.995107000, delta=928000 ns, racy<=12500 ns 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.996240000, lastModified=2023-10-03 14:53:24.995107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.996240000, lastModified=2023-10-03 14:53:24.995107000, delta=1133000 ns, racy<=12500 ns 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.996438000, lastModified=2023-10-03 14:53:24.995107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.996438000, lastModified=2023-10-03 14:53:24.995107000, delta=1331000 ns, racy<=12500 ns 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.996643000, lastModified=2023-10-03 14:53:24.995107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.996643000, lastModified=2023-10-03 14:53:24.995107000, delta=1536000 ns, racy<=12500 ns 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.996852000, lastModified=2023-10-03 14:53:24.996107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.996852000, lastModified=2023-10-03 14:53:24.996107000, delta=745000 ns, racy<=12500 ns 14:53:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.997057000, lastModified=2023-10-03 14:53:24.996107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.997057000, lastModified=2023-10-03 14:53:24.996107000, delta=950000 ns, racy<=12500 ns 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.997262000, lastModified=2023-10-03 14:53:24.996107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.997262000, lastModified=2023-10-03 14:53:24.996107000, delta=1155000 ns, racy<=12500 ns 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.997460000, lastModified=2023-10-03 14:53:24.996107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.997460000, lastModified=2023-10-03 14:53:24.996107000, delta=1353000 ns, racy<=12500 ns 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.997663000, lastModified=2023-10-03 14:53:24.996107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.996107000 to 2023-10-03 14:53:24.997107000 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.997861000, lastModified=2023-10-03 14:53:24.997107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.997861000, lastModified=2023-10-03 14:53:24.997107000, delta=754000 ns, racy<=12500 ns 14:53:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.998064000, lastModified=2023-10-03 14:53:24.997107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.998064000, lastModified=2023-10-03 14:53:24.997107000, delta=957000 ns, racy<=12500 ns 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.998270000, lastModified=2023-10-03 14:53:24.997107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.998270000, lastModified=2023-10-03 14:53:24.997107000, delta=1163000 ns, racy<=12500 ns 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.998476000, lastModified=2023-10-03 14:53:24.997107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.998476000, lastModified=2023-10-03 14:53:24.997107000, delta=1369000 ns, racy<=12500 ns 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.998698000, lastModified=2023-10-03 14:53:24.997107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:24.997107000 to 2023-10-03 14:53:24.998107000 14:53:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.998929000, lastModified=2023-10-03 14:53:24.998107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.998929000, lastModified=2023-10-03 14:53:24.998107000, delta=822000 ns, racy<=12500 ns 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.999166000, lastModified=2023-10-03 14:53:24.998107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.999166000, lastModified=2023-10-03 14:53:24.998107000, delta=1059000 ns, racy<=12500 ns 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.999414000, lastModified=2023-10-03 14:53:24.998107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.999414000, lastModified=2023-10-03 14:53:24.998107000, delta=1307000 ns, racy<=12500 ns 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.999613000, lastModified=2023-10-03 14:53:24.998107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.999613000, lastModified=2023-10-03 14:53:24.998107000, delta=1506000 ns, racy<=12500 ns 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:24.999820000, lastModified=2023-10-03 14:53:24.999107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:24.999820000, lastModified=2023-10-03 14:53:24.999107000, delta=713000 ns, racy<=12500 ns 14:53:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.000368000, lastModified=2023-10-03 14:53:24.999107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.000368000, lastModified=2023-10-03 14:53:24.999107000, delta=1261000 ns, racy<=12500 ns 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.000600000, lastModified=2023-10-03 14:53:24.999107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.000600000, lastModified=2023-10-03 14:53:24.999107000, delta=1493000 ns, racy<=12500 ns 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.000811000, lastModified=2023-10-03 14:53:25.000107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.000811000, lastModified=2023-10-03 14:53:25.000107000, delta=704000 ns, racy<=12500 ns 14:53:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.001013000, lastModified=2023-10-03 14:53:25.000107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.001013000, lastModified=2023-10-03 14:53:25.000107000, delta=906000 ns, racy<=12500 ns 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.001213000, lastModified=2023-10-03 14:53:25.000107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.001213000, lastModified=2023-10-03 14:53:25.000107000, delta=1106000 ns, racy<=12500 ns 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.001421000, lastModified=2023-10-03 14:53:25.000107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.001421000, lastModified=2023-10-03 14:53:25.000107000, delta=1314000 ns, racy<=12500 ns 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.001620000, lastModified=2023-10-03 14:53:25.000107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.001620000, lastModified=2023-10-03 14:53:25.000107000, delta=1513000 ns, racy<=12500 ns 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.001825000, lastModified=2023-10-03 14:53:25.001107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.001825000, lastModified=2023-10-03 14:53:25.001107000, delta=718000 ns, racy<=12500 ns 14:53:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.002027000, lastModified=2023-10-03 14:53:25.001107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.002027000, lastModified=2023-10-03 14:53:25.001107000, delta=920000 ns, racy<=12500 ns 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.002244000, lastModified=2023-10-03 14:53:25.001107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.002244000, lastModified=2023-10-03 14:53:25.001107000, delta=1137000 ns, racy<=12500 ns 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.002444000, lastModified=2023-10-03 14:53:25.001107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.002444000, lastModified=2023-10-03 14:53:25.001107000, delta=1337000 ns, racy<=12500 ns 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.002641000, lastModified=2023-10-03 14:53:25.001107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.002641000, lastModified=2023-10-03 14:53:25.001107000, delta=1534000 ns, racy<=12500 ns 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.002848000, lastModified=2023-10-03 14:53:25.002107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.002848000, lastModified=2023-10-03 14:53:25.002107000, delta=741000 ns, racy<=12500 ns 14:53:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.003044000, lastModified=2023-10-03 14:53:25.002107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.003044000, lastModified=2023-10-03 14:53:25.002107000, delta=937000 ns, racy<=12500 ns 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.003250000, lastModified=2023-10-03 14:53:25.002107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.003250000, lastModified=2023-10-03 14:53:25.002107000, delta=1143000 ns, racy<=12500 ns 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.003443000, lastModified=2023-10-03 14:53:25.002107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.003443000, lastModified=2023-10-03 14:53:25.002107000, delta=1336000 ns, racy<=12500 ns 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.003637000, lastModified=2023-10-03 14:53:25.002107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.003637000, lastModified=2023-10-03 14:53:25.002107000, delta=1530000 ns, racy<=12500 ns 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.003846000, lastModified=2023-10-03 14:53:25.003107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.003846000, lastModified=2023-10-03 14:53:25.003107000, delta=739000 ns, racy<=12500 ns 14:53:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.004053000, lastModified=2023-10-03 14:53:25.003107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.004053000, lastModified=2023-10-03 14:53:25.003107000, delta=946000 ns, racy<=12500 ns 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.004258000, lastModified=2023-10-03 14:53:25.003107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.004258000, lastModified=2023-10-03 14:53:25.003107000, delta=1151000 ns, racy<=12500 ns 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.004456000, lastModified=2023-10-03 14:53:25.003107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.004456000, lastModified=2023-10-03 14:53:25.003107000, delta=1349000 ns, racy<=12500 ns 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.004652000, lastModified=2023-10-03 14:53:25.003107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.004652000, lastModified=2023-10-03 14:53:25.003107000, delta=1545000 ns, racy<=12500 ns 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.004861000, lastModified=2023-10-03 14:53:25.004107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.004861000, lastModified=2023-10-03 14:53:25.004107000, delta=754000 ns, racy<=12500 ns 14:53:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.005067000, lastModified=2023-10-03 14:53:25.004107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.005067000, lastModified=2023-10-03 14:53:25.004107000, delta=960000 ns, racy<=12500 ns 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.005273000, lastModified=2023-10-03 14:53:25.004107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.005273000, lastModified=2023-10-03 14:53:25.004107000, delta=1166000 ns, racy<=12500 ns 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.005484000, lastModified=2023-10-03 14:53:25.004107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.005484000, lastModified=2023-10-03 14:53:25.004107000, delta=1377000 ns, racy<=12500 ns 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.005689000, lastModified=2023-10-03 14:53:25.004107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.004107000 to 2023-10-03 14:53:25.005107000 14:53:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.005892000, lastModified=2023-10-03 14:53:25.005107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.005892000, lastModified=2023-10-03 14:53:25.005107000, delta=785000 ns, racy<=12500 ns 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.006106000, lastModified=2023-10-03 14:53:25.005107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.006106000, lastModified=2023-10-03 14:53:25.005107000, delta=999000 ns, racy<=12500 ns 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.006302000, lastModified=2023-10-03 14:53:25.005107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.006302000, lastModified=2023-10-03 14:53:25.005107000, delta=1195000 ns, racy<=12500 ns 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.006496000, lastModified=2023-10-03 14:53:25.005107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.006496000, lastModified=2023-10-03 14:53:25.005107000, delta=1389000 ns, racy<=12500 ns 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.006688000, lastModified=2023-10-03 14:53:25.005107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.005107000 to 2023-10-03 14:53:25.006107000 14:53:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.006881000, lastModified=2023-10-03 14:53:25.006107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.006881000, lastModified=2023-10-03 14:53:25.006107000, delta=774000 ns, racy<=12500 ns 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.007096000, lastModified=2023-10-03 14:53:25.006107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.007096000, lastModified=2023-10-03 14:53:25.006107000, delta=989000 ns, racy<=12500 ns 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.007300000, lastModified=2023-10-03 14:53:25.006107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.007300000, lastModified=2023-10-03 14:53:25.006107000, delta=1193000 ns, racy<=12500 ns 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.007502000, lastModified=2023-10-03 14:53:25.006107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.007502000, lastModified=2023-10-03 14:53:25.006107000, delta=1395000 ns, racy<=12500 ns 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.007699000, lastModified=2023-10-03 14:53:25.006107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.006107000 to 2023-10-03 14:53:25.007107000 14:53:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.007967000, lastModified=2023-10-03 14:53:25.007107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.007967000, lastModified=2023-10-03 14:53:25.007107000, delta=860000 ns, racy<=12500 ns 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.008184000, lastModified=2023-10-03 14:53:25.007107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.008184000, lastModified=2023-10-03 14:53:25.007107000, delta=1077000 ns, racy<=12500 ns 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.008390000, lastModified=2023-10-03 14:53:25.007107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.008390000, lastModified=2023-10-03 14:53:25.007107000, delta=1283000 ns, racy<=12500 ns 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.008594000, lastModified=2023-10-03 14:53:25.007107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.008594000, lastModified=2023-10-03 14:53:25.007107000, delta=1487000 ns, racy<=12500 ns 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.008819000, lastModified=2023-10-03 14:53:25.008107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.008819000, lastModified=2023-10-03 14:53:25.008107000, delta=712000 ns, racy<=12500 ns 14:53:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.009052000, lastModified=2023-10-03 14:53:25.008107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.009052000, lastModified=2023-10-03 14:53:25.008107000, delta=945000 ns, racy<=12500 ns 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.009288000, lastModified=2023-10-03 14:53:25.008107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.009288000, lastModified=2023-10-03 14:53:25.008107000, delta=1181000 ns, racy<=12500 ns 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.009523000, lastModified=2023-10-03 14:53:25.008107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.009523000, lastModified=2023-10-03 14:53:25.008107000, delta=1416000 ns, racy<=12500 ns 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.009755000, lastModified=2023-10-03 14:53:25.008107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.008107000 to 2023-10-03 14:53:25.009107000 14:53:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.009950000, lastModified=2023-10-03 14:53:25.009107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.009950000, lastModified=2023-10-03 14:53:25.009107000, delta=843000 ns, racy<=12500 ns 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.010164000, lastModified=2023-10-03 14:53:25.009107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.010164000, lastModified=2023-10-03 14:53:25.009107000, delta=1057000 ns, racy<=12500 ns 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.010366000, lastModified=2023-10-03 14:53:25.009107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.010366000, lastModified=2023-10-03 14:53:25.009107000, delta=1259000 ns, racy<=12500 ns 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.010564000, lastModified=2023-10-03 14:53:25.009107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.010564000, lastModified=2023-10-03 14:53:25.009107000, delta=1457000 ns, racy<=12500 ns 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.010773000, lastModified=2023-10-03 14:53:25.010107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.010773000, lastModified=2023-10-03 14:53:25.010107000, delta=666000 ns, racy<=12500 ns 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.010983000, lastModified=2023-10-03 14:53:25.010107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.010983000, lastModified=2023-10-03 14:53:25.010107000, delta=876000 ns, racy<=12500 ns 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.011192000, lastModified=2023-10-03 14:53:25.010107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.011192000, lastModified=2023-10-03 14:53:25.010107000, delta=1085000 ns, racy<=12500 ns 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.011401000, lastModified=2023-10-03 14:53:25.010107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.011401000, lastModified=2023-10-03 14:53:25.010107000, delta=1294000 ns, racy<=12500 ns 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.011601000, lastModified=2023-10-03 14:53:25.010107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.011601000, lastModified=2023-10-03 14:53:25.010107000, delta=1494000 ns, racy<=12500 ns 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.011819000, lastModified=2023-10-03 14:53:25.011107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.011819000, lastModified=2023-10-03 14:53:25.011107000, delta=712000 ns, racy<=12500 ns 14:53:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.012026000, lastModified=2023-10-03 14:53:25.011107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.012026000, lastModified=2023-10-03 14:53:25.011107000, delta=919000 ns, racy<=12500 ns 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.012234000, lastModified=2023-10-03 14:53:25.011107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.012234000, lastModified=2023-10-03 14:53:25.011107000, delta=1127000 ns, racy<=12500 ns 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.012787000, lastModified=2023-10-03 14:53:25.012107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.012787000, lastModified=2023-10-03 14:53:25.012107000, delta=680000 ns, racy<=12500 ns 14:53:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.012995000, lastModified=2023-10-03 14:53:25.012107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.012995000, lastModified=2023-10-03 14:53:25.012107000, delta=888000 ns, racy<=12500 ns 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.013203000, lastModified=2023-10-03 14:53:25.012107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.013203000, lastModified=2023-10-03 14:53:25.012107000, delta=1096000 ns, racy<=12500 ns 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.013410000, lastModified=2023-10-03 14:53:25.012107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.013410000, lastModified=2023-10-03 14:53:25.012107000, delta=1303000 ns, racy<=12500 ns 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.013607000, lastModified=2023-10-03 14:53:25.012107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.013607000, lastModified=2023-10-03 14:53:25.012107000, delta=1500000 ns, racy<=12500 ns 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.013820000, lastModified=2023-10-03 14:53:25.013107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.013820000, lastModified=2023-10-03 14:53:25.013107000, delta=713000 ns, racy<=12500 ns 14:53:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.014019000, lastModified=2023-10-03 14:53:25.013107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.014019000, lastModified=2023-10-03 14:53:25.013107000, delta=912000 ns, racy<=12500 ns 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.014224000, lastModified=2023-10-03 14:53:25.013107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.014224000, lastModified=2023-10-03 14:53:25.013107000, delta=1117000 ns, racy<=12500 ns 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.014420000, lastModified=2023-10-03 14:53:25.013107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.014420000, lastModified=2023-10-03 14:53:25.013107000, delta=1313000 ns, racy<=12500 ns 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.014615000, lastModified=2023-10-03 14:53:25.013107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.014615000, lastModified=2023-10-03 14:53:25.013107000, delta=1508000 ns, racy<=12500 ns 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.014823000, lastModified=2023-10-03 14:53:25.014107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.014823000, lastModified=2023-10-03 14:53:25.014107000, delta=716000 ns, racy<=12500 ns 14:53:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.015019000, lastModified=2023-10-03 14:53:25.014107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.015019000, lastModified=2023-10-03 14:53:25.014107000, delta=912000 ns, racy<=12500 ns 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.015234000, lastModified=2023-10-03 14:53:25.014107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.015234000, lastModified=2023-10-03 14:53:25.014107000, delta=1127000 ns, racy<=12500 ns 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.015439000, lastModified=2023-10-03 14:53:25.014107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.015439000, lastModified=2023-10-03 14:53:25.014107000, delta=1332000 ns, racy<=12500 ns 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.015637000, lastModified=2023-10-03 14:53:25.014107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.015637000, lastModified=2023-10-03 14:53:25.014107000, delta=1530000 ns, racy<=12500 ns 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.015863000, lastModified=2023-10-03 14:53:25.015107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.015863000, lastModified=2023-10-03 14:53:25.015107000, delta=756000 ns, racy<=12500 ns 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.016087000, lastModified=2023-10-03 14:53:25.015107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.016087000, lastModified=2023-10-03 14:53:25.015107000, delta=980000 ns, racy<=12500 ns 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.016291000, lastModified=2023-10-03 14:53:25.015107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.016291000, lastModified=2023-10-03 14:53:25.015107000, delta=1184000 ns, racy<=12500 ns 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.016488000, lastModified=2023-10-03 14:53:25.015107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.016488000, lastModified=2023-10-03 14:53:25.015107000, delta=1381000 ns, racy<=12500 ns 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.016683000, lastModified=2023-10-03 14:53:25.015107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.015107000 to 2023-10-03 14:53:25.016107000 14:53:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.016886000, lastModified=2023-10-03 14:53:25.016107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.016886000, lastModified=2023-10-03 14:53:25.016107000, delta=779000 ns, racy<=12500 ns 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.017096000, lastModified=2023-10-03 14:53:25.016107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.017096000, lastModified=2023-10-03 14:53:25.016107000, delta=989000 ns, racy<=12500 ns 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.017292000, lastModified=2023-10-03 14:53:25.016107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.017292000, lastModified=2023-10-03 14:53:25.016107000, delta=1185000 ns, racy<=12500 ns 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.017487000, lastModified=2023-10-03 14:53:25.016107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.017487000, lastModified=2023-10-03 14:53:25.016107000, delta=1380000 ns, racy<=12500 ns 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.017681000, lastModified=2023-10-03 14:53:25.016107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.016107000 to 2023-10-03 14:53:25.017107000 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.017876000, lastModified=2023-10-03 14:53:25.017107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.017876000, lastModified=2023-10-03 14:53:25.017107000, delta=769000 ns, racy<=12500 ns 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.018085000, lastModified=2023-10-03 14:53:25.017107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.018085000, lastModified=2023-10-03 14:53:25.017107000, delta=978000 ns, racy<=12500 ns 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.018279000, lastModified=2023-10-03 14:53:25.017107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.018279000, lastModified=2023-10-03 14:53:25.017107000, delta=1172000 ns, racy<=12500 ns 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.018482000, lastModified=2023-10-03 14:53:25.017107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.018482000, lastModified=2023-10-03 14:53:25.017107000, delta=1375000 ns, racy<=12500 ns 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.018680000, lastModified=2023-10-03 14:53:25.017107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.017107000 to 2023-10-03 14:53:25.018107000 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.018871000, lastModified=2023-10-03 14:53:25.018107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.018871000, lastModified=2023-10-03 14:53:25.018107000, delta=764000 ns, racy<=12500 ns 14:53:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.019069000, lastModified=2023-10-03 14:53:25.018107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.019069000, lastModified=2023-10-03 14:53:25.018107000, delta=962000 ns, racy<=12500 ns 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.019265000, lastModified=2023-10-03 14:53:25.018107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.019265000, lastModified=2023-10-03 14:53:25.018107000, delta=1158000 ns, racy<=12500 ns 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.019456000, lastModified=2023-10-03 14:53:25.018107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.019456000, lastModified=2023-10-03 14:53:25.018107000, delta=1349000 ns, racy<=12500 ns 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.019653000, lastModified=2023-10-03 14:53:25.018107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.019653000, lastModified=2023-10-03 14:53:25.018107000, delta=1546000 ns, racy<=12500 ns 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.019864000, lastModified=2023-10-03 14:53:25.019107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.019864000, lastModified=2023-10-03 14:53:25.019107000, delta=757000 ns, racy<=12500 ns 14:53:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.020060000, lastModified=2023-10-03 14:53:25.019107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.020060000, lastModified=2023-10-03 14:53:25.019107000, delta=953000 ns, racy<=12500 ns 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.020267000, lastModified=2023-10-03 14:53:25.019107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.020267000, lastModified=2023-10-03 14:53:25.019107000, delta=1160000 ns, racy<=12500 ns 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.020468000, lastModified=2023-10-03 14:53:25.019107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.020468000, lastModified=2023-10-03 14:53:25.019107000, delta=1361000 ns, racy<=12500 ns 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.020662000, lastModified=2023-10-03 14:53:25.019107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.019107000 to 2023-10-03 14:53:25.020107000 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.020864000, lastModified=2023-10-03 14:53:25.020107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.020864000, lastModified=2023-10-03 14:53:25.020107000, delta=757000 ns, racy<=12500 ns 14:53:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.021064000, lastModified=2023-10-03 14:53:25.020107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.021064000, lastModified=2023-10-03 14:53:25.020107000, delta=957000 ns, racy<=12500 ns 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.021269000, lastModified=2023-10-03 14:53:25.020107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.021269000, lastModified=2023-10-03 14:53:25.020107000, delta=1162000 ns, racy<=12500 ns 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.021468000, lastModified=2023-10-03 14:53:25.020107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.021468000, lastModified=2023-10-03 14:53:25.020107000, delta=1361000 ns, racy<=12500 ns 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.021665000, lastModified=2023-10-03 14:53:25.020107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.020107000 to 2023-10-03 14:53:25.021107000 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.021867000, lastModified=2023-10-03 14:53:25.021107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.021867000, lastModified=2023-10-03 14:53:25.021107000, delta=760000 ns, racy<=12500 ns 14:53:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.022063000, lastModified=2023-10-03 14:53:25.021107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.022063000, lastModified=2023-10-03 14:53:25.021107000, delta=956000 ns, racy<=12500 ns 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.022276000, lastModified=2023-10-03 14:53:25.021107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.022276000, lastModified=2023-10-03 14:53:25.021107000, delta=1169000 ns, racy<=12500 ns 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.022472000, lastModified=2023-10-03 14:53:25.021107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.022472000, lastModified=2023-10-03 14:53:25.021107000, delta=1365000 ns, racy<=12500 ns 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.022667000, lastModified=2023-10-03 14:53:25.021107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.021107000 to 2023-10-03 14:53:25.022107000 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.022875000, lastModified=2023-10-03 14:53:25.022107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.022875000, lastModified=2023-10-03 14:53:25.022107000, delta=768000 ns, racy<=12500 ns 14:53:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.023073000, lastModified=2023-10-03 14:53:25.022107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.023073000, lastModified=2023-10-03 14:53:25.022107000, delta=966000 ns, racy<=12500 ns 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.023280000, lastModified=2023-10-03 14:53:25.022107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.023280000, lastModified=2023-10-03 14:53:25.022107000, delta=1173000 ns, racy<=12500 ns 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.023474000, lastModified=2023-10-03 14:53:25.022107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.023474000, lastModified=2023-10-03 14:53:25.022107000, delta=1367000 ns, racy<=12500 ns 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.023672000, lastModified=2023-10-03 14:53:25.022107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.022107000 to 2023-10-03 14:53:25.023107000 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.023873000, lastModified=2023-10-03 14:53:25.023107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.023873000, lastModified=2023-10-03 14:53:25.023107000, delta=766000 ns, racy<=12500 ns 14:53:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.024069000, lastModified=2023-10-03 14:53:25.023107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.024069000, lastModified=2023-10-03 14:53:25.023107000, delta=962000 ns, racy<=12500 ns 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.024577000, lastModified=2023-10-03 14:53:25.023107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.024577000, lastModified=2023-10-03 14:53:25.023107000, delta=1470000 ns, racy<=12500 ns 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.024829000, lastModified=2023-10-03 14:53:25.024107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.024829000, lastModified=2023-10-03 14:53:25.024107000, delta=722000 ns, racy<=12500 ns 14:53:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.025053000, lastModified=2023-10-03 14:53:25.024107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.025053000, lastModified=2023-10-03 14:53:25.024107000, delta=946000 ns, racy<=12500 ns 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.025261000, lastModified=2023-10-03 14:53:25.024107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.025261000, lastModified=2023-10-03 14:53:25.024107000, delta=1154000 ns, racy<=12500 ns 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.025459000, lastModified=2023-10-03 14:53:25.024107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.025459000, lastModified=2023-10-03 14:53:25.024107000, delta=1352000 ns, racy<=12500 ns 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.025656000, lastModified=2023-10-03 14:53:25.024107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.025656000, lastModified=2023-10-03 14:53:25.024107000, delta=1549000 ns, racy<=12500 ns 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.025866000, lastModified=2023-10-03 14:53:25.025107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.025866000, lastModified=2023-10-03 14:53:25.025107000, delta=759000 ns, racy<=12500 ns 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.026083000, lastModified=2023-10-03 14:53:25.025107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.026083000, lastModified=2023-10-03 14:53:25.025107000, delta=976000 ns, racy<=12500 ns 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.026281000, lastModified=2023-10-03 14:53:25.025107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.026281000, lastModified=2023-10-03 14:53:25.025107000, delta=1174000 ns, racy<=12500 ns 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.026481000, lastModified=2023-10-03 14:53:25.025107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.026481000, lastModified=2023-10-03 14:53:25.025107000, delta=1374000 ns, racy<=12500 ns 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.026674000, lastModified=2023-10-03 14:53:25.025107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.025107000 to 2023-10-03 14:53:25.026107000 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.026873000, lastModified=2023-10-03 14:53:25.026107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.026873000, lastModified=2023-10-03 14:53:25.026107000, delta=766000 ns, racy<=12500 ns 14:53:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.027074000, lastModified=2023-10-03 14:53:25.026107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.027074000, lastModified=2023-10-03 14:53:25.026107000, delta=967000 ns, racy<=12500 ns 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.027276000, lastModified=2023-10-03 14:53:25.026107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.027276000, lastModified=2023-10-03 14:53:25.026107000, delta=1169000 ns, racy<=12500 ns 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.027466000, lastModified=2023-10-03 14:53:25.026107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.027466000, lastModified=2023-10-03 14:53:25.026107000, delta=1359000 ns, racy<=12500 ns 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.027657000, lastModified=2023-10-03 14:53:25.026107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.026107000 to 2023-10-03 14:53:25.027107000 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.027859000, lastModified=2023-10-03 14:53:25.027107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.027859000, lastModified=2023-10-03 14:53:25.027107000, delta=752000 ns, racy<=12500 ns 14:53:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.028061000, lastModified=2023-10-03 14:53:25.027107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.028061000, lastModified=2023-10-03 14:53:25.027107000, delta=954000 ns, racy<=12500 ns 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.028267000, lastModified=2023-10-03 14:53:25.027107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.028267000, lastModified=2023-10-03 14:53:25.027107000, delta=1160000 ns, racy<=12500 ns 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.028463000, lastModified=2023-10-03 14:53:25.027107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.028463000, lastModified=2023-10-03 14:53:25.027107000, delta=1356000 ns, racy<=12500 ns 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.028658000, lastModified=2023-10-03 14:53:25.027107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.028658000, lastModified=2023-10-03 14:53:25.027107000, delta=1551000 ns, racy<=12500 ns 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.028872000, lastModified=2023-10-03 14:53:25.028107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.028872000, lastModified=2023-10-03 14:53:25.028107000, delta=765000 ns, racy<=12500 ns 14:53:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.029068000, lastModified=2023-10-03 14:53:25.028107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.029068000, lastModified=2023-10-03 14:53:25.028107000, delta=961000 ns, racy<=12500 ns 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.029271000, lastModified=2023-10-03 14:53:25.028107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.029271000, lastModified=2023-10-03 14:53:25.028107000, delta=1164000 ns, racy<=12500 ns 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.029469000, lastModified=2023-10-03 14:53:25.028107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.029469000, lastModified=2023-10-03 14:53:25.028107000, delta=1362000 ns, racy<=12500 ns 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.029662000, lastModified=2023-10-03 14:53:25.028107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.028107000 to 2023-10-03 14:53:25.029107000 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.029865000, lastModified=2023-10-03 14:53:25.029107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.029865000, lastModified=2023-10-03 14:53:25.029107000, delta=758000 ns, racy<=12500 ns 14:53:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.030061000, lastModified=2023-10-03 14:53:25.029107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.030061000, lastModified=2023-10-03 14:53:25.029107000, delta=954000 ns, racy<=12500 ns 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.030262000, lastModified=2023-10-03 14:53:25.029107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.030262000, lastModified=2023-10-03 14:53:25.029107000, delta=1155000 ns, racy<=12500 ns 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.030459000, lastModified=2023-10-03 14:53:25.029107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.030459000, lastModified=2023-10-03 14:53:25.029107000, delta=1352000 ns, racy<=12500 ns 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.030657000, lastModified=2023-10-03 14:53:25.029107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.030657000, lastModified=2023-10-03 14:53:25.029107000, delta=1550000 ns, racy<=12500 ns 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.030865000, lastModified=2023-10-03 14:53:25.030107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.030865000, lastModified=2023-10-03 14:53:25.030107000, delta=758000 ns, racy<=12500 ns 14:53:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.031070000, lastModified=2023-10-03 14:53:25.030107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.031070000, lastModified=2023-10-03 14:53:25.030107000, delta=963000 ns, racy<=12500 ns 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.031273000, lastModified=2023-10-03 14:53:25.030107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.031273000, lastModified=2023-10-03 14:53:25.030107000, delta=1166000 ns, racy<=12500 ns 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.031467000, lastModified=2023-10-03 14:53:25.030107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.031467000, lastModified=2023-10-03 14:53:25.030107000, delta=1360000 ns, racy<=12500 ns 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.031661000, lastModified=2023-10-03 14:53:25.030107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.030107000 to 2023-10-03 14:53:25.031107000 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.031857000, lastModified=2023-10-03 14:53:25.031107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.031857000, lastModified=2023-10-03 14:53:25.031107000, delta=750000 ns, racy<=12500 ns 14:53:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.032055000, lastModified=2023-10-03 14:53:25.031107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.032055000, lastModified=2023-10-03 14:53:25.031107000, delta=948000 ns, racy<=12500 ns 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.032255000, lastModified=2023-10-03 14:53:25.031107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.032255000, lastModified=2023-10-03 14:53:25.031107000, delta=1148000 ns, racy<=12500 ns 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.032451000, lastModified=2023-10-03 14:53:25.031107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.032451000, lastModified=2023-10-03 14:53:25.031107000, delta=1344000 ns, racy<=12500 ns 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.032645000, lastModified=2023-10-03 14:53:25.031107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.032645000, lastModified=2023-10-03 14:53:25.031107000, delta=1538000 ns, racy<=12500 ns 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.032856000, lastModified=2023-10-03 14:53:25.032107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.032856000, lastModified=2023-10-03 14:53:25.032107000, delta=749000 ns, racy<=12500 ns 14:53:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.033057000, lastModified=2023-10-03 14:53:25.032107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.033057000, lastModified=2023-10-03 14:53:25.032107000, delta=950000 ns, racy<=12500 ns 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.033256000, lastModified=2023-10-03 14:53:25.032107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.033256000, lastModified=2023-10-03 14:53:25.032107000, delta=1149000 ns, racy<=12500 ns 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.033454000, lastModified=2023-10-03 14:53:25.032107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.033454000, lastModified=2023-10-03 14:53:25.032107000, delta=1347000 ns, racy<=12500 ns 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.033654000, lastModified=2023-10-03 14:53:25.032107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.033654000, lastModified=2023-10-03 14:53:25.032107000, delta=1547000 ns, racy<=12500 ns 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.033865000, lastModified=2023-10-03 14:53:25.033107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.033865000, lastModified=2023-10-03 14:53:25.033107000, delta=758000 ns, racy<=12500 ns 14:53:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.034070000, lastModified=2023-10-03 14:53:25.033107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.034070000, lastModified=2023-10-03 14:53:25.033107000, delta=963000 ns, racy<=12500 ns 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.034269000, lastModified=2023-10-03 14:53:25.033107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.034269000, lastModified=2023-10-03 14:53:25.033107000, delta=1162000 ns, racy<=12500 ns 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.034464000, lastModified=2023-10-03 14:53:25.033107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.034464000, lastModified=2023-10-03 14:53:25.033107000, delta=1357000 ns, racy<=12500 ns 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.034658000, lastModified=2023-10-03 14:53:25.033107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.034658000, lastModified=2023-10-03 14:53:25.033107000, delta=1551000 ns, racy<=12500 ns 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.034863000, lastModified=2023-10-03 14:53:25.034107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.034863000, lastModified=2023-10-03 14:53:25.034107000, delta=756000 ns, racy<=12500 ns 14:53:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.035062000, lastModified=2023-10-03 14:53:25.034107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.035062000, lastModified=2023-10-03 14:53:25.034107000, delta=955000 ns, racy<=12500 ns 14:53:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.092301000, lastModified=2023-10-03 14:53:25.091107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.092301000, lastModified=2023-10-03 14:53:25.091107000, delta=1194000 ns, racy<=12500 ns 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.092525000, lastModified=2023-10-03 14:53:25.091107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.092525000, lastModified=2023-10-03 14:53:25.091107000, delta=1418000 ns, racy<=12500 ns 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.092721000, lastModified=2023-10-03 14:53:25.091107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.091107000 to 2023-10-03 14:53:25.092107000 14:53:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.092916000, lastModified=2023-10-03 14:53:25.092107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.092916000, lastModified=2023-10-03 14:53:25.092107000, delta=809000 ns, racy<=12500 ns 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.093117000, lastModified=2023-10-03 14:53:25.092107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.093117000, lastModified=2023-10-03 14:53:25.092107000, delta=1010000 ns, racy<=12500 ns 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.093316000, lastModified=2023-10-03 14:53:25.092107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.093316000, lastModified=2023-10-03 14:53:25.092107000, delta=1209000 ns, racy<=12500 ns 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.093517000, lastModified=2023-10-03 14:53:25.092107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.093517000, lastModified=2023-10-03 14:53:25.092107000, delta=1410000 ns, racy<=12500 ns 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.093712000, lastModified=2023-10-03 14:53:25.092107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.092107000 to 2023-10-03 14:53:25.093107000 14:53:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.093907000, lastModified=2023-10-03 14:53:25.093107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, isRacyClean=false, read=2023-10-03 14:53:25.093907000, lastModified=2023-10-03 14:53:25.093107000, delta=800000 ns, racy<=12500 ns 14:53:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, is unmodified 14:53:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, create new FileSnapshot: lastRead=2023-10-03 14:53:25.094114000, lastModified=2023-10-03 14:53:25.093107000, size=1, fileKey=(dev=1000a1,ino=461509212) 14:53:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/.probe-7d426f38-278c-4b9e-b7eb-814bb3a03c5d, lastModified changed from 2023-10-03 14:53:25.093107000 to 2023-10-03 14:53:25.131107000 14:53:25.133 [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] 5741, 4998, 12500, 655000.0, 1551000.0, 1099242.8971588654, 253244.8815012331 14:53:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=5 µs, minimalRacyInterval=1,551 µs] 14:53:25.135 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 14:53:21.893709000, lastModified=2023-10-03 14:49:22.800357000, delta=239093352000 ns, racy<=2500000000 ns 14:53:25.135 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 14:53:25.135 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.135 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.136 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.136010000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 14:53:25.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.136010000, lastModified=2023-10-03 14:53:25.135107000, delta=903000 ns, racy<=2500000000 ns 14:53:25.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.140 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.140728000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.140728000, lastModified=2023-10-03 14:53:25.135107000, delta=5621000 ns, racy<=2500000000 ns 14:53:25.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=true, read=2023-10-03 14:53:22.094848000, lastModified=2023-10-03 14:53:22.003110000, delta=91738000 ns, racy<=2500000000 ns 14:53:25.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is racily clean 14:53:25.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.141105000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:25.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.141105000, lastModified=2023-10-03 14:53:22.003110000, delta=3137995000 ns, racy<=2500000000 ns 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.142293000, lastModified=2023-10-03 14:53:22.023110000, size=0, fileKey=(dev=1000a1,ino=454184505) 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.140728000, lastModified=2023-10-03 14:53:25.135107000, delta=5621000 ns, racy<=2500000000 ns 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.142 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.142498000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.142498000, lastModified=2023-10-03 14:53:25.135107000, delta=7391000 ns, racy<=2500000000 ns 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.143246000, lastModified=2023-10-03 14:53:25.142107000, size=104, fileKey=(dev=1000a1,ino=454184505) 14:53:25.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.143418000, lastModified=2023-10-03 14:53:25.142107000, size=104, fileKey=(dev=1000a1,ino=454184505) 14:53:25.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.142498000, lastModified=2023-10-03 14:53:25.135107000, delta=7391000 ns, racy<=2500000000 ns 14:53:25.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.197 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.197778000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.197778000, lastModified=2023-10-03 14:53:25.135107000, delta=62671000 ns, racy<=2500000000 ns 14:53:25.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.197778000, lastModified=2023-10-03 14:53:25.135107000, delta=62671000 ns, racy<=2500000000 ns 14:53:25.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.198 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.198913000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.198913000, lastModified=2023-10-03 14:53:25.135107000, delta=63806000 ns, racy<=2500000000 ns 14:53:25.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.198913000, lastModified=2023-10-03 14:53:25.135107000, delta=63806000 ns, racy<=2500000000 ns 14:53:25.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.202 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.202882000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.202882000, lastModified=2023-10-03 14:53:25.135107000, delta=67775000 ns, racy<=2500000000 ns 14:53:25.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.202882000, lastModified=2023-10-03 14:53:25.135107000, delta=67775000 ns, racy<=2500000000 ns 14:53:25.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.203970000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.203970000, lastModified=2023-10-03 14:53:25.135107000, delta=68863000 ns, racy<=2500000000 ns 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 14:53:25.204279000, lastModified=2023-10-03 14:53:21.997110000, size=23, fileKey=(dev=1000a1,ino=454184493) 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.203970000, lastModified=2023-10-03 14:53:25.135107000, delta=68863000 ns, racy<=2500000000 ns 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.204 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.204699000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.204699000, lastModified=2023-10-03 14:53:25.135107000, delta=69592000 ns, racy<=2500000000 ns 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.204279000, lastModified=2023-10-03 14:53:21.997110000, delta=3207169000 ns, racy<=3877500 ns 14:53:25.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, is unmodified 14:53:25.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.204699000, lastModified=2023-10-03 14:53:25.135107000, delta=69592000 ns, racy<=2500000000 ns 14:53:25.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.206 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.206057000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.206057000, lastModified=2023-10-03 14:53:25.135107000, delta=70950000 ns, racy<=2500000000 ns 14:53:25.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.207959000, lastModified=2023-10-03 14:53:25.142107000, size=104, fileKey=(dev=1000a1,ino=454184505) 14:53:25.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.208076000, lastModified=2023-10-03 14:53:25.142107000, size=104, fileKey=(dev=1000a1,ino=454184505) 14:53:25.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.210 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.206057000, lastModified=2023-10-03 14:53:25.135107000, delta=70950000 ns, racy<=2500000000 ns 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.213 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.213166000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.213166000, lastModified=2023-10-03 14:53:25.135107000, delta=78059000 ns, racy<=2500000000 ns 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.204279000, lastModified=2023-10-03 14:53:21.997110000, delta=3207169000 ns, racy<=3877500 ns 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, is unmodified 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.213166000, lastModified=2023-10-03 14:53:25.135107000, delta=78059000 ns, racy<=2500000000 ns 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.213 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.213802000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.213802000, lastModified=2023-10-03 14:53:25.135107000, delta=78695000 ns, racy<=2500000000 ns 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.213802000, lastModified=2023-10-03 14:53:25.135107000, delta=78695000 ns, racy<=2500000000 ns 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.214 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.214379000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.214379000, lastModified=2023-10-03 14:53:25.135107000, delta=79272000 ns, racy<=2500000000 ns 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.214379000, lastModified=2023-10-03 14:53:25.135107000, delta=79272000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.215 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.215155000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.215155000, lastModified=2023-10-03 14:53:25.135107000, delta=80048000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.215155000, lastModified=2023-10-03 14:53:25.135107000, delta=80048000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.215 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.215448000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.215448000, lastModified=2023-10-03 14:53:25.135107000, delta=80341000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.215448000, lastModified=2023-10-03 14:53:25.135107000, delta=80341000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.215 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.215783000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.215783000, lastModified=2023-10-03 14:53:25.135107000, delta=80676000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.215 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.215783000, lastModified=2023-10-03 14:53:25.135107000, delta=80676000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.216 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.216064000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.216064000, lastModified=2023-10-03 14:53:25.135107000, delta=80957000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.216064000, lastModified=2023-10-03 14:53:25.135107000, delta=80957000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.216 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.216485000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.216485000, lastModified=2023-10-03 14:53:25.135107000, delta=81378000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.216485000, lastModified=2023-10-03 14:53:25.135107000, delta=81378000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.216 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.216757000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.216757000, lastModified=2023-10-03 14:53:25.135107000, delta=81650000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.216 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.217003000, lastModified=2023-10-03 14:53:25.214107000, size=41, fileKey=(dev=1000a1,ino=456285162) 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.216757000, lastModified=2023-10-03 14:53:25.135107000, delta=81650000 ns, racy<=2500000000 ns 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.217 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.217819000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.217819000, lastModified=2023-10-03 14:53:25.135107000, delta=82712000 ns, racy<=2500000000 ns 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.217 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.217819000, lastModified=2023-10-03 14:53:25.135107000, delta=82712000 ns, racy<=2500000000 ns 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.218 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.218821000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.218821000, lastModified=2023-10-03 14:53:25.135107000, delta=83714000 ns, racy<=2500000000 ns 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.218 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.218821000, lastModified=2023-10-03 14:53:25.135107000, delta=83714000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.219087000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.219087000, lastModified=2023-10-03 14:53:25.135107000, delta=83980000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.219087000, lastModified=2023-10-03 14:53:25.135107000, delta=83980000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.219359000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.219359000, lastModified=2023-10-03 14:53:25.135107000, delta=84252000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.219359000, lastModified=2023-10-03 14:53:25.135107000, delta=84252000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.219649000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.219649000, lastModified=2023-10-03 14:53:25.135107000, delta=84542000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.219 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.219976000, lastModified=2023-10-03 14:53:25.142107000, size=104, fileKey=(dev=1000a1,ino=454184505) 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.220033000, lastModified=2023-10-03 14:53:25.142107000, size=104, fileKey=(dev=1000a1,ino=454184505) 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.219649000, lastModified=2023-10-03 14:53:25.135107000, delta=84542000 ns, racy<=2500000000 ns 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.220 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.220145000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.220145000, lastModified=2023-10-03 14:53:25.135107000, delta=85038000 ns, racy<=2500000000 ns 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.220145000, lastModified=2023-10-03 14:53:25.135107000, delta=85038000 ns, racy<=2500000000 ns 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.220 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.220402000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.220402000, lastModified=2023-10-03 14:53:25.135107000, delta=85295000 ns, racy<=2500000000 ns 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.220 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.220402000, lastModified=2023-10-03 14:53:25.135107000, delta=85295000 ns, racy<=2500000000 ns 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.221 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.221111000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.221111000, lastModified=2023-10-03 14:53:25.135107000, delta=86004000 ns, racy<=2500000000 ns 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.221 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.222287000, lastModified=2023-10-03 14:53:25.219107000, size=0, fileKey=(dev=1000a1,ino=454186752) 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.221111000, lastModified=2023-10-03 14:53:25.135107000, delta=86004000 ns, racy<=2500000000 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.222 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.222376000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.222376000, lastModified=2023-10-03 14:53:25.135107000, delta=87269000 ns, racy<=2500000000 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.222601000, lastModified=2023-10-03 14:53:25.221107000, size=104, fileKey=(dev=1000a1,ino=454186752) 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.222666000, lastModified=2023-10-03 14:53:25.221107000, size=104, fileKey=(dev=1000a1,ino=454186752) 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.222376000, lastModified=2023-10-03 14:53:25.135107000, delta=87269000 ns, racy<=2500000000 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.222 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.222766000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.222766000, lastModified=2023-10-03 14:53:25.135107000, delta=87659000 ns, racy<=2500000000 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.204279000, lastModified=2023-10-03 14:53:21.997110000, delta=3207169000 ns, racy<=3877500 ns 14:53:25.222 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, is unmodified 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, isRacyClean=true, read=2023-10-03 14:53:25.217003000, lastModified=2023-10-03 14:53:25.214107000, delta=2896000 ns, racy<=3877500 ns 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, is racily clean 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-10-03 14:53:25.223428000, lastModified=2023-10-03 14:53:25.214107000, size=41, fileKey=(dev=1000a1,ino=456285162) 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 14:53:25.223428000, lastModified=2023-10-03 14:53:25.214107000, delta=9321000 ns, racy<=3877500 ns 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.222766000, lastModified=2023-10-03 14:53:25.135107000, delta=87659000 ns, racy<=2500000000 ns 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.223 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.223643000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.223643000, lastModified=2023-10-03 14:53:25.135107000, delta=88536000 ns, racy<=2500000000 ns 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.204279000, lastModified=2023-10-03 14:53:21.997110000, delta=3207169000 ns, racy<=3877500 ns 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, is unmodified 14:53:25.223 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, cannot be racily clean 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.223643000, lastModified=2023-10-03 14:53:25.135107000, delta=88536000 ns, racy<=2500000000 ns 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.224 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.224347000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.224347000, lastModified=2023-10-03 14:53:25.135107000, delta=89240000 ns, racy<=2500000000 ns 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.224655000, lastModified=2023-10-03 14:53:25.221107000, size=104, fileKey=(dev=1000a1,ino=454186752) 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.224704000, lastModified=2023-10-03 14:53:25.221107000, size=104, fileKey=(dev=1000a1,ino=454186752) 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.224 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:22.097950000, lastModified=2023-10-03 14:53:21.931110000, delta=166840000 ns, racy<=3877500 ns 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.136670000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805136670000 ns, racy<=3877500 ns 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack/preserved, is unmodified 14:53:25.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.224347000, lastModified=2023-10-03 14:53:25.135107000, delta=89240000 ns, racy<=2500000000 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.294 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.294047000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.294047000, lastModified=2023-10-03 14:53:25.135107000, delta=158940000 ns, racy<=2500000000 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.204279000, lastModified=2023-10-03 14:53:21.997110000, delta=3207169000 ns, racy<=3877500 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, is unmodified 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, cannot be racily clean 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.294047000, lastModified=2023-10-03 14:53:25.135107000, delta=158940000 ns, racy<=2500000000 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.294 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.294526000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.294526000, lastModified=2023-10-03 14:53:25.135107000, delta=159419000 ns, racy<=2500000000 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, cannot be racily clean 14:53:25.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.294526000, lastModified=2023-10-03 14:53:25.135107000, delta=159419000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.295055000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295055000, lastModified=2023-10-03 14:53:25.135107000, delta=159948000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295055000, lastModified=2023-10-03 14:53:25.135107000, delta=159948000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.295300000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295300000, lastModified=2023-10-03 14:53:25.135107000, delta=160193000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295300000, lastModified=2023-10-03 14:53:25.135107000, delta=160193000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.295613000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295613000, lastModified=2023-10-03 14:53:25.135107000, delta=160506000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295613000, lastModified=2023-10-03 14:53:25.135107000, delta=160506000 ns, racy<=2500000000 ns 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.295912000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295912000, lastModified=2023-10-03 14:53:25.135107000, delta=160805000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.295912000, lastModified=2023-10-03 14:53:25.135107000, delta=160805000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.296 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.296167000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.296167000, lastModified=2023-10-03 14:53:25.135107000, delta=161060000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.296167000, lastModified=2023-10-03 14:53:25.135107000, delta=161060000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.296 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.296368000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.296368000, lastModified=2023-10-03 14:53:25.135107000, delta=161261000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.296530000, lastModified=2023-10-03 14:53:25.294107000, size=41, fileKey=(dev=1000a1,ino=456285163) 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.296368000, lastModified=2023-10-03 14:53:25.135107000, delta=161261000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.296 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.296701000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.296701000, lastModified=2023-10-03 14:53:25.135107000, delta=161594000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, cannot be racily clean 14:53:25.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.301728000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:25.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.296701000, lastModified=2023-10-03 14:53:25.135107000, delta=161594000 ns, racy<=2500000000 ns 14:53:25.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.301 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.301962000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.301962000, lastModified=2023-10-03 14:53:25.135107000, delta=166855000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.301962000, lastModified=2023-10-03 14:53:25.135107000, delta=166855000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.302247000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.302247000, lastModified=2023-10-03 14:53:25.135107000, delta=167140000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.302449000, lastModified=2023-10-03 14:53:25.221107000, size=104, fileKey=(dev=1000a1,ino=454186752) 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.302247000, lastModified=2023-10-03 14:53:25.135107000, delta=167140000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.302558000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.302558000, lastModified=2023-10-03 14:53:25.135107000, delta=167451000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 14:53:25.302766000, lastModified=2023-10-03 14:53:21.997110000, size=23, fileKey=(dev=1000a1,ino=454184493) 14:53:25.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-10-03 14:53:25.302830000, lastModified=2023-10-03 14:53:25.294107000, size=41, fileKey=(dev=1000a1,ino=456285163) 14:53:25.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit3394834132468560148:org.eclipse.hawk.git.JGitRepository:false 14:53:25.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:25.305 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.302558000, lastModified=2023-10-03 14:53:25.135107000, delta=167451000 ns, racy<=2500000000 ns 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.314496000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.314496000, lastModified=2023-10-03 14:53:25.135107000, delta=179389000 ns, racy<=2500000000 ns 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master, isRacyClean=false, read=2023-10-03 14:53:25.302830000, lastModified=2023-10-03 14:53:25.294107000, delta=8723000 ns, racy<=3877500 ns 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master, is unmodified 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.314496000, lastModified=2023-10-03 14:53:25.135107000, delta=179389000 ns, racy<=2500000000 ns 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.314902000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.314 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.314902000, lastModified=2023-10-03 14:53:25.135107000, delta=179795000 ns, racy<=2500000000 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master, isRacyClean=false, read=2023-10-03 14:53:25.302830000, lastModified=2023-10-03 14:53:25.294107000, delta=8723000 ns, racy<=3877500 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/refs/heads/master, is unmodified 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.315568000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.314902000, lastModified=2023-10-03 14:53:25.135107000, delta=179795000 ns, racy<=2500000000 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.315788000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.315788000, lastModified=2023-10-03 14:53:25.135107000, delta=180681000 ns, racy<=2500000000 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.315 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.315945000, lastModified=2023-10-03 14:53:22.003110000, size=78, fileKey=(dev=1000a1,ino=454184504) 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.315788000, lastModified=2023-10-03 14:53:25.135107000, delta=180681000 ns, racy<=2500000000 ns 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.316144000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.316144000, lastModified=2023-10-03 14:53:25.135107000, delta=181037000 ns, racy<=2500000000 ns 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.315945000, lastModified=2023-10-03 14:53:22.003110000, delta=3312835000 ns, racy<=2500000000 ns 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.316 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.316352000, lastModified=2023-10-03 14:53:25.221107000, size=104, fileKey=(dev=1000a1,ino=454186752) 14:53:25.317 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:53:25.317 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 14:53:25.317074000, lastModified=2023-10-03 14:53:21.931110000, size=6, fileKey=(dev=1000a1,ino=464249762) 14:53:25.317 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.317074000, lastModified=2023-10-03 14:53:21.931110000, delta=3385964000 ns, racy<=3877500 ns 14:53:25.317 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.317 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.317074000, lastModified=2023-10-03 14:53:21.931110000, delta=3385964000 ns, racy<=3877500 ns 14:53:25.317 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.316144000, lastModified=2023-10-03 14:53:25.135107000, delta=181037000 ns, racy<=2500000000 ns 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.321368000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.321368000, lastModified=2023-10-03 14:53:25.135107000, delta=186261000 ns, racy<=2500000000 ns 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.321 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.323 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:53:25.323 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, size=6, fileKey=(dev=1000a1,ino=464249762) 14:53:25.323 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, delta=3392779000 ns, racy<=3877500 ns 14:53:25.323 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, delta=3392779000 ns, racy<=3877500 ns 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, delta=3392779000 ns, racy<=3877500 ns 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, delta=3392779000 ns, racy<=3877500 ns 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.321368000, lastModified=2023-10-03 14:53:25.135107000, delta=186261000 ns, racy<=2500000000 ns 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.324 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.324979000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.325 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.324979000, lastModified=2023-10-03 14:53:25.135107000, delta=189872000 ns, racy<=2500000000 ns 14:53:25.325 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.325 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.325 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.325 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.324979000, lastModified=2023-10-03 14:53:25.135107000, delta=189872000 ns, racy<=2500000000 ns 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.326517000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.326517000, lastModified=2023-10-03 14:53:25.135107000, delta=191410000 ns, racy<=2500000000 ns 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.326 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.326517000, lastModified=2023-10-03 14:53:25.135107000, delta=191410000 ns, racy<=2500000000 ns 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.328560000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.328560000, lastModified=2023-10-03 14:53:25.135107000, delta=193453000 ns, racy<=2500000000 ns 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.328560000, lastModified=2023-10-03 14:53:25.135107000, delta=193453000 ns, racy<=2500000000 ns 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.328905000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.328905000, lastModified=2023-10-03 14:53:25.135107000, delta=193798000 ns, racy<=2500000000 ns 14:53:25.328 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.328905000, lastModified=2023-10-03 14:53:25.135107000, delta=193798000 ns, racy<=2500000000 ns 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.329156000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.329156000, lastModified=2023-10-03 14:53:25.135107000, delta=194049000 ns, racy<=2500000000 ns 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.329 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.329 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.329156000, lastModified=2023-10-03 14:53:25.135107000, delta=194049000 ns, racy<=2500000000 ns 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.332296000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.332296000, lastModified=2023-10-03 14:53:25.135107000, delta=197189000 ns, racy<=2500000000 ns 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, delta=3392779000 ns, racy<=3877500 ns 14:53:25.332 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.332 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:25.332 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:25.397 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:25.397 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:25.397 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:25.397 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:53:25.409 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:53:25.413 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:25.413 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:53:25.413 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:25.413 [pool-64-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...14:53:25.413 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:53:25.414 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:53:25.414 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:25.414 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:25.415 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:25.415 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:25.415 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:25.415 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:25.415 [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... 14:53:25.415 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:25.415 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1583da3d1e98de9ffc3fd5b26d033b2bceed84cd (timepoint 1696344805000) of /tmp/junit3394834132468560148 14:53:25.416 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.332296000, lastModified=2023-10-03 14:53:25.135107000, delta=197189000 ns, racy<=2500000000 ns 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.417456000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.417456000, lastModified=2023-10-03 14:53:25.135107000, delta=282349000 ns, racy<=2500000000 ns 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.302118000, lastModified=2023-10-03 14:53:22.003110000, delta=3299008000 ns, racy<=2500000000 ns 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/config, is unmodified 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.323889000, lastModified=2023-10-03 14:53:21.931110000, delta=3392779000 ns, racy<=3877500 ns 14:53:25.417 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3394834132468560148/.git/objects/pack, is unmodified 14:53:25.417 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:25.418 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:25.425 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:25.425 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:25.426 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:25.426 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:25.426 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:25.426 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:25.426 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:25.493 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:53:25.493 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:25.493 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:25.493 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:25.493 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:25.493 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:25.494 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:25.494 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:25.494 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:25.494 [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... 14:53:25.494 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:25.494 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 9a4f8ddb2f684fcd964e9ca611e19c235ff9ca48 (timepoint 1696344805002) of /tmp/junit3394834132468560148 14:53:25.494 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:25.495 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 188 ms 14:53:25.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:25.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit3394834132468560148:org.eclipse.hawk.git.JGitRepository:false 14:53:25.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:25.503 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:25.504 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:25.504 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7313454667667537279/test_defaultBranch[LevelDB GreyCat] 14:53:25.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:25.810 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:25.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:25.812 [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 14:53:25.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:25.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:25.815 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:25.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:25.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:25.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:25.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:25.815 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:25.816 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:25.816 [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 14:53:25.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:25.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:25.824 [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 14:53:25.824 [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 14:53:25.824 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.825 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.826 [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 14:53:25.828 [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 14:53:25.828 [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[] 14:53:25.828 [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 14:53:25.829 [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 14:53:25.829 [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 14:53:25.830 [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 14:53:25.830 [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 14:53:25.831 [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 14:53:25.897 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:25.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:25.897 [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 14:53:25.900 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:25.900 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:25.903 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.904 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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[] 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.905 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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[] 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.906 [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 14:53:25.909 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:25.909 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:25.909 [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 14:53:25.910 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:25.910 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:25.913 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:25.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:25.915 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.417456000, lastModified=2023-10-03 14:53:25.135107000, delta=282349000 ns, racy<=2500000000 ns 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.915 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.915708000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.915708000, lastModified=2023-10-03 14:53:25.135107000, delta=780601000 ns, racy<=2500000000 ns 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.915708000, lastModified=2023-10-03 14:53:25.135107000, delta=780601000 ns, racy<=2500000000 ns 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.915 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.915948000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.915948000, lastModified=2023-10-03 14:53:25.135107000, delta=780841000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.915948000, lastModified=2023-10-03 14:53:25.135107000, delta=780841000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.916 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.916212000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.916212000, lastModified=2023-10-03 14:53:25.135107000, delta=781105000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.916212000, lastModified=2023-10-03 14:53:25.135107000, delta=781105000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.916 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.916472000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.916472000, lastModified=2023-10-03 14:53:25.135107000, delta=781365000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.916472000, lastModified=2023-10-03 14:53:25.135107000, delta=781365000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.916 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.916698000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.916698000, lastModified=2023-10-03 14:53:25.135107000, delta=781591000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.916698000, lastModified=2023-10-03 14:53:25.135107000, delta=781591000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.917240000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.917240000, lastModified=2023-10-03 14:53:25.135107000, delta=782133000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.917240000, lastModified=2023-10-03 14:53:25.135107000, delta=782133000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.917512000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.917512000, lastModified=2023-10-03 14:53:25.135107000, delta=782405000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.917512000, lastModified=2023-10-03 14:53:25.135107000, delta=782405000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.917789000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.917789000, lastModified=2023-10-03 14:53:25.135107000, delta=782682000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.917789000, lastModified=2023-10-03 14:53:25.135107000, delta=782682000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.918 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.918243000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.918243000, lastModified=2023-10-03 14:53:25.135107000, delta=783136000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.918243000, lastModified=2023-10-03 14:53:25.135107000, delta=783136000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.918 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.918492000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.918492000, lastModified=2023-10-03 14:53:25.135107000, delta=783385000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.918492000, lastModified=2023-10-03 14:53:25.135107000, delta=783385000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.918 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.918720000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.918720000, lastModified=2023-10-03 14:53:25.135107000, delta=783613000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=false, read=2023-10-03 14:53:25.916066000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805916066000 ns, racy<=2500000000 ns 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is unmodified 14:53:25.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.918952000, lastModified=2023-10-03 14:53:25.918106000, size=23, fileKey=(dev=1000a1,ino=509110301) 14:53:25.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.919468000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.919949000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.918720000, lastModified=2023-10-03 14:53:25.135107000, delta=783613000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.920 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920101000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920101000, lastModified=2023-10-03 14:53:25.135107000, delta=784994000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920226000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920101000, lastModified=2023-10-03 14:53:25.135107000, delta=784994000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.920 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920328000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920328000, lastModified=2023-10-03 14:53:25.135107000, delta=785221000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.920226000, lastModified=2023-10-03 14:53:25.918106000, delta=2120000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920456000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.920456000, lastModified=2023-10-03 14:53:25.918106000, delta=2350000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920328000, lastModified=2023-10-03 14:53:25.135107000, delta=785221000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.920 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920693000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920693000, lastModified=2023-10-03 14:53:25.135107000, delta=785586000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.920456000, lastModified=2023-10-03 14:53:25.918106000, delta=2350000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920828000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.920828000, lastModified=2023-10-03 14:53:25.918106000, delta=2722000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920693000, lastModified=2023-10-03 14:53:25.135107000, delta=785586000 ns, racy<=2500000000 ns 14:53:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.920 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.920995000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920995000, lastModified=2023-10-03 14:53:25.135107000, delta=785888000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.920828000, lastModified=2023-10-03 14:53:25.918106000, delta=2722000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921129000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921129000, lastModified=2023-10-03 14:53:25.918106000, delta=3023000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.920995000, lastModified=2023-10-03 14:53:25.135107000, delta=785888000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921254000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.921254000, lastModified=2023-10-03 14:53:25.135107000, delta=786147000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921129000, lastModified=2023-10-03 14:53:25.918106000, delta=3023000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921362000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921362000, lastModified=2023-10-03 14:53:25.918106000, delta=3256000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.921254000, lastModified=2023-10-03 14:53:25.135107000, delta=786147000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921568000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.921568000, lastModified=2023-10-03 14:53:25.135107000, delta=786461000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921362000, lastModified=2023-10-03 14:53:25.918106000, delta=3256000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921685000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921685000, lastModified=2023-10-03 14:53:25.918106000, delta=3579000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.921568000, lastModified=2023-10-03 14:53:25.135107000, delta=786461000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921850000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.921850000, lastModified=2023-10-03 14:53:25.135107000, delta=786743000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921685000, lastModified=2023-10-03 14:53:25.918106000, delta=3579000 ns, racy<=2500000000 ns 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.921954000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921954000, lastModified=2023-10-03 14:53:25.918106000, delta=3848000 ns, racy<=2500000000 ns 14:53:25.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:53:25.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, size=6, fileKey=(dev=1000a1,ino=518238038) 14:53:25.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.921850000, lastModified=2023-10-03 14:53:25.135107000, delta=786743000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.923 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.923625000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.923625000, lastModified=2023-10-03 14:53:25.135107000, delta=788518000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.921954000, lastModified=2023-10-03 14:53:25.918106000, delta=3848000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.923793000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.923793000, lastModified=2023-10-03 14:53:25.918106000, delta=5687000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.923859000, lastModified=2023-10-03 14:53:25.920106000, size=0, fileKey=(dev=1000a1,ino=509110305) 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.923625000, lastModified=2023-10-03 14:53:25.135107000, delta=788518000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.923 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.923903000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.923903000, lastModified=2023-10-03 14:53:25.135107000, delta=788796000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.923793000, lastModified=2023-10-03 14:53:25.918106000, delta=5687000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924016000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924016000, lastModified=2023-10-03 14:53:25.918106000, delta=5910000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924110000, lastModified=2023-10-03 14:53:25.923106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924154000, lastModified=2023-10-03 14:53:25.923106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.923903000, lastModified=2023-10-03 14:53:25.135107000, delta=788796000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924313000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924313000, lastModified=2023-10-03 14:53:25.135107000, delta=789206000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924016000, lastModified=2023-10-03 14:53:25.918106000, delta=5910000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924439000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924439000, lastModified=2023-10-03 14:53:25.918106000, delta=6333000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924313000, lastModified=2023-10-03 14:53:25.135107000, delta=789206000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924529000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924529000, lastModified=2023-10-03 14:53:25.135107000, delta=789422000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924439000, lastModified=2023-10-03 14:53:25.918106000, delta=6333000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924633000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924633000, lastModified=2023-10-03 14:53:25.918106000, delta=6527000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924529000, lastModified=2023-10-03 14:53:25.135107000, delta=789422000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924757000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924757000, lastModified=2023-10-03 14:53:25.135107000, delta=789650000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924633000, lastModified=2023-10-03 14:53:25.918106000, delta=6527000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924865000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924865000, lastModified=2023-10-03 14:53:25.918106000, delta=6759000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924757000, lastModified=2023-10-03 14:53:25.135107000, delta=789650000 ns, racy<=2500000000 ns 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.924945000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924945000, lastModified=2023-10-03 14:53:25.135107000, delta=789838000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.924865000, lastModified=2023-10-03 14:53:25.918106000, delta=6759000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.925050000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.925050000, lastModified=2023-10-03 14:53:25.918106000, delta=6944000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, size=23, fileKey=(dev=1000a1,ino=509110301) 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.924945000, lastModified=2023-10-03 14:53:25.135107000, delta=789838000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.925 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.925306000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.925306000, lastModified=2023-10-03 14:53:25.135107000, delta=790199000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.925050000, lastModified=2023-10-03 14:53:25.918106000, delta=6944000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.925417000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.925417000, lastModified=2023-10-03 14:53:25.918106000, delta=7311000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.925306000, lastModified=2023-10-03 14:53:25.135107000, delta=790199000 ns, racy<=2500000000 ns 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.925 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.925952000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.925 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.925952000, lastModified=2023-10-03 14:53:25.135107000, delta=790845000 ns, racy<=2500000000 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.925417000, lastModified=2023-10-03 14:53:25.918106000, delta=7311000 ns, racy<=2500000000 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.926076000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.926076000, lastModified=2023-10-03 14:53:25.918106000, delta=7970000 ns, racy<=2500000000 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.926236000, lastModified=2023-10-03 14:53:25.923106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.926275000, lastModified=2023-10-03 14:53:25.923106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.926 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.925952000, lastModified=2023-10-03 14:53:25.135107000, delta=790845000 ns, racy<=2500000000 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.927 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.927596000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.927596000, lastModified=2023-10-03 14:53:25.135107000, delta=792489000 ns, racy<=2500000000 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.926076000, lastModified=2023-10-03 14:53:25.918106000, delta=7970000 ns, racy<=2500000000 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.927718000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.927718000, lastModified=2023-10-03 14:53:25.918106000, delta=9612000 ns, racy<=2500000000 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.927596000, lastModified=2023-10-03 14:53:25.135107000, delta=792489000 ns, racy<=2500000000 ns 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.927 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.927951000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.927 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.927951000, lastModified=2023-10-03 14:53:25.135107000, delta=792844000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.927718000, lastModified=2023-10-03 14:53:25.918106000, delta=9612000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.928066000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.928066000, lastModified=2023-10-03 14:53:25.918106000, delta=9960000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.927951000, lastModified=2023-10-03 14:53:25.135107000, delta=792844000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.928 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.928277000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.928277000, lastModified=2023-10-03 14:53:25.135107000, delta=793170000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.928066000, lastModified=2023-10-03 14:53:25.918106000, delta=9960000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.928395000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.928395000, lastModified=2023-10-03 14:53:25.918106000, delta=10289000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.928277000, lastModified=2023-10-03 14:53:25.135107000, delta=793170000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.928 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.928839000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.928839000, lastModified=2023-10-03 14:53:25.135107000, delta=793732000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.928395000, lastModified=2023-10-03 14:53:25.918106000, delta=10289000 ns, racy<=2500000000 ns 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.928957000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.928 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.928957000, lastModified=2023-10-03 14:53:25.918106000, delta=10851000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.928839000, lastModified=2023-10-03 14:53:25.135107000, delta=793732000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929086000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929086000, lastModified=2023-10-03 14:53:25.135107000, delta=793979000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.928957000, lastModified=2023-10-03 14:53:25.918106000, delta=10851000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929200000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929200000, lastModified=2023-10-03 14:53:25.918106000, delta=11094000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929086000, lastModified=2023-10-03 14:53:25.135107000, delta=793979000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929342000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929342000, lastModified=2023-10-03 14:53:25.135107000, delta=794235000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929200000, lastModified=2023-10-03 14:53:25.918106000, delta=11094000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929458000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929458000, lastModified=2023-10-03 14:53:25.918106000, delta=11352000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929342000, lastModified=2023-10-03 14:53:25.135107000, delta=794235000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929549000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929549000, lastModified=2023-10-03 14:53:25.135107000, delta=794442000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929458000, lastModified=2023-10-03 14:53:25.918106000, delta=11352000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929648000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929648000, lastModified=2023-10-03 14:53:25.918106000, delta=11542000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929549000, lastModified=2023-10-03 14:53:25.135107000, delta=794442000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929799000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929799000, lastModified=2023-10-03 14:53:25.135107000, delta=794692000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929648000, lastModified=2023-10-03 14:53:25.918106000, delta=11542000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.929915000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929915000, lastModified=2023-10-03 14:53:25.918106000, delta=11809000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.929799000, lastModified=2023-10-03 14:53:25.135107000, delta=794692000 ns, racy<=2500000000 ns 14:53:25.929 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.930002000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.930002000, lastModified=2023-10-03 14:53:25.135107000, delta=794895000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.929915000, lastModified=2023-10-03 14:53:25.918106000, delta=11809000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.930120000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.930120000, lastModified=2023-10-03 14:53:25.918106000, delta=12014000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.930232000, lastModified=2023-10-03 14:53:25.928106000, size=41, fileKey=(dev=1000a1,ino=511505636) 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.930002000, lastModified=2023-10-03 14:53:25.135107000, delta=794895000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.930 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.930353000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.930353000, lastModified=2023-10-03 14:53:25.135107000, delta=795246000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.930120000, lastModified=2023-10-03 14:53:25.918106000, delta=12014000 ns, racy<=2500000000 ns 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.930480000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.930 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.930480000, lastModified=2023-10-03 14:53:25.918106000, delta=12374000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.930353000, lastModified=2023-10-03 14:53:25.135107000, delta=795246000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931095000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931095000, lastModified=2023-10-03 14:53:25.135107000, delta=795988000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.930480000, lastModified=2023-10-03 14:53:25.918106000, delta=12374000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931227000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931227000, lastModified=2023-10-03 14:53:25.918106000, delta=13121000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931095000, lastModified=2023-10-03 14:53:25.135107000, delta=795988000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931309000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931309000, lastModified=2023-10-03 14:53:25.135107000, delta=796202000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931227000, lastModified=2023-10-03 14:53:25.918106000, delta=13121000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931412000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931412000, lastModified=2023-10-03 14:53:25.918106000, delta=13306000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931309000, lastModified=2023-10-03 14:53:25.135107000, delta=796202000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931490000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931490000, lastModified=2023-10-03 14:53:25.135107000, delta=796383000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931412000, lastModified=2023-10-03 14:53:25.918106000, delta=13306000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931586000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931586000, lastModified=2023-10-03 14:53:25.918106000, delta=13480000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931490000, lastModified=2023-10-03 14:53:25.135107000, delta=796383000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931679000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931679000, lastModified=2023-10-03 14:53:25.135107000, delta=796572000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931586000, lastModified=2023-10-03 14:53:25.918106000, delta=13480000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931831000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931831000, lastModified=2023-10-03 14:53:25.918106000, delta=13725000 ns, racy<=2500000000 ns 14:53:25.931 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.931967000, lastModified=2023-10-03 14:53:25.923106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932005000, lastModified=2023-10-03 14:53:25.923106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.931679000, lastModified=2023-10-03 14:53:25.135107000, delta=796572000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932067000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.932067000, lastModified=2023-10-03 14:53:25.135107000, delta=796960000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.931831000, lastModified=2023-10-03 14:53:25.918106000, delta=13725000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932180000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.932180000, lastModified=2023-10-03 14:53:25.918106000, delta=14074000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.932067000, lastModified=2023-10-03 14:53:25.135107000, delta=796960000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932252000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.932252000, lastModified=2023-10-03 14:53:25.135107000, delta=797145000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.932180000, lastModified=2023-10-03 14:53:25.918106000, delta=14074000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932347000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.932347000, lastModified=2023-10-03 14:53:25.918106000, delta=14241000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.932252000, lastModified=2023-10-03 14:53:25.135107000, delta=797145000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932554000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.932554000, lastModified=2023-10-03 14:53:25.135107000, delta=797447000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.932347000, lastModified=2023-10-03 14:53:25.918106000, delta=14241000 ns, racy<=2500000000 ns 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.932688000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.932 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.932688000, lastModified=2023-10-03 14:53:25.918106000, delta=14582000 ns, racy<=2500000000 ns 14:53:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993382000, lastModified=2023-10-03 14:53:25.931106000, size=0, fileKey=(dev=1000a1,ino=509110306) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.932554000, lastModified=2023-10-03 14:53:25.135107000, delta=797447000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.993 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993450000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.993450000, lastModified=2023-10-03 14:53:25.135107000, delta=858343000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.932688000, lastModified=2023-10-03 14:53:25.918106000, delta=14582000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993580000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.993580000, lastModified=2023-10-03 14:53:25.918106000, delta=75474000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993698000, lastModified=2023-10-03 14:53:25.992106000, size=104, fileKey=(dev=1000a1,ino=509110306) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993764000, lastModified=2023-10-03 14:53:25.992106000, size=104, fileKey=(dev=1000a1,ino=509110306) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.993450000, lastModified=2023-10-03 14:53:25.135107000, delta=858343000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.993 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993830000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.993830000, lastModified=2023-10-03 14:53:25.135107000, delta=858723000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.993580000, lastModified=2023-10-03 14:53:25.918106000, delta=75474000 ns, racy<=2500000000 ns 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.993960000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.993960000, lastModified=2023-10-03 14:53:25.918106000, delta=75854000 ns, racy<=2500000000 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, isRacyClean=true, read=2023-10-03 14:53:25.930232000, lastModified=2023-10-03 14:53:25.928106000, delta=2126000 ns, racy<=3877500 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, is racily clean 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-10-03 14:53:25.994456000, lastModified=2023-10-03 14:53:25.928106000, size=41, fileKey=(dev=1000a1,ino=511505636) 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 14:53:25.994456000, lastModified=2023-10-03 14:53:25.928106000, delta=66350000 ns, racy<=3877500 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.993830000, lastModified=2023-10-03 14:53:25.135107000, delta=858723000 ns, racy<=2500000000 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.994 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.994587000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.994587000, lastModified=2023-10-03 14:53:25.135107000, delta=859480000 ns, racy<=2500000000 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.993960000, lastModified=2023-10-03 14:53:25.918106000, delta=75854000 ns, racy<=2500000000 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.994715000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.994715000, lastModified=2023-10-03 14:53:25.918106000, delta=76609000 ns, racy<=2500000000 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.994587000, lastModified=2023-10-03 14:53:25.135107000, delta=859480000 ns, racy<=2500000000 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.995 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.995263000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.995263000, lastModified=2023-10-03 14:53:25.135107000, delta=860156000 ns, racy<=2500000000 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.994715000, lastModified=2023-10-03 14:53:25.918106000, delta=76609000 ns, racy<=2500000000 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.995401000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.995401000, lastModified=2023-10-03 14:53:25.918106000, delta=77295000 ns, racy<=2500000000 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.995583000, lastModified=2023-10-03 14:53:25.992106000, size=104, fileKey=(dev=1000a1,ino=509110306) 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:25.995621000, lastModified=2023-10-03 14:53:25.992106000, size=104, fileKey=(dev=1000a1,ino=509110306) 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.995263000, lastModified=2023-10-03 14:53:25.135107000, delta=860156000 ns, racy<=2500000000 ns 14:53:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.996 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.996994000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.996994000, lastModified=2023-10-03 14:53:25.135107000, delta=861887000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.995401000, lastModified=2023-10-03 14:53:25.918106000, delta=77295000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.997126000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.997126000, lastModified=2023-10-03 14:53:25.918106000, delta=79020000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.996994000, lastModified=2023-10-03 14:53:25.135107000, delta=861887000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.997396000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.997396000, lastModified=2023-10-03 14:53:25.135107000, delta=862289000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.997126000, lastModified=2023-10-03 14:53:25.918106000, delta=79020000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.997521000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.997521000, lastModified=2023-10-03 14:53:25.918106000, delta=79415000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.997396000, lastModified=2023-10-03 14:53:25.135107000, delta=862289000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.997796000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.997796000, lastModified=2023-10-03 14:53:25.135107000, delta=862689000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.997521000, lastModified=2023-10-03 14:53:25.918106000, delta=79415000 ns, racy<=2500000000 ns 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.997915000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.997915000, lastModified=2023-10-03 14:53:25.918106000, delta=79809000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.997796000, lastModified=2023-10-03 14:53:25.135107000, delta=862689000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998045000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998045000, lastModified=2023-10-03 14:53:25.135107000, delta=862938000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.997915000, lastModified=2023-10-03 14:53:25.918106000, delta=79809000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998159000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998159000, lastModified=2023-10-03 14:53:25.918106000, delta=80053000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998045000, lastModified=2023-10-03 14:53:25.135107000, delta=862938000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998296000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998296000, lastModified=2023-10-03 14:53:25.135107000, delta=863189000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998159000, lastModified=2023-10-03 14:53:25.918106000, delta=80053000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998406000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998406000, lastModified=2023-10-03 14:53:25.918106000, delta=80300000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998296000, lastModified=2023-10-03 14:53:25.135107000, delta=863189000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998511000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998511000, lastModified=2023-10-03 14:53:25.135107000, delta=863404000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998406000, lastModified=2023-10-03 14:53:25.918106000, delta=80300000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998626000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998626000, lastModified=2023-10-03 14:53:25.918106000, delta=80520000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998511000, lastModified=2023-10-03 14:53:25.135107000, delta=863404000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998721000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998721000, lastModified=2023-10-03 14:53:25.135107000, delta=863614000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998626000, lastModified=2023-10-03 14:53:25.918106000, delta=80520000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998857000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998857000, lastModified=2023-10-03 14:53:25.918106000, delta=80751000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998721000, lastModified=2023-10-03 14:53:25.135107000, delta=863614000 ns, racy<=2500000000 ns 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.998958000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998958000, lastModified=2023-10-03 14:53:25.135107000, delta=863851000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.998857000, lastModified=2023-10-03 14:53:25.918106000, delta=80751000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.999066000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.999066000, lastModified=2023-10-03 14:53:25.918106000, delta=80960000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:25.999134000, lastModified=2023-10-03 14:53:25.997106000, size=41, fileKey=(dev=1000a1,ino=511509278) 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.998958000, lastModified=2023-10-03 14:53:25.135107000, delta=863851000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:25.999 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.999266000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.999266000, lastModified=2023-10-03 14:53:25.135107000, delta=864159000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.999066000, lastModified=2023-10-03 14:53:25.918106000, delta=80960000 ns, racy<=2500000000 ns 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:25.999393000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.999393000, lastModified=2023-10-03 14:53:25.918106000, delta=81287000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:25.999266000, lastModified=2023-10-03 14:53:25.135107000, delta=864159000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.002320000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.002320000, lastModified=2023-10-03 14:53:25.135107000, delta=867213000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:25.999393000, lastModified=2023-10-03 14:53:25.918106000, delta=81287000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.002463000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.002463000, lastModified=2023-10-03 14:53:25.918106000, delta=84357000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.002320000, lastModified=2023-10-03 14:53:25.135107000, delta=867213000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.002905000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.002905000, lastModified=2023-10-03 14:53:25.135107000, delta=867798000 ns, racy<=2500000000 ns 14:53:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.002463000, lastModified=2023-10-03 14:53:25.918106000, delta=84357000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003035000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003035000, lastModified=2023-10-03 14:53:25.918106000, delta=84929000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, isRacyClean=true, read=2023-10-03 14:53:25.999134000, lastModified=2023-10-03 14:53:25.997106000, delta=2028000 ns, racy<=3877500 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003171000, lastModified=2023-10-03 14:53:25.997106000, size=41, fileKey=(dev=1000a1,ino=511509278) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 14:53:26.003171000, lastModified=2023-10-03 14:53:25.997106000, delta=6065000 ns, racy<=3877500 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.002905000, lastModified=2023-10-03 14:53:25.135107000, delta=867798000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003253000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.003253000, lastModified=2023-10-03 14:53:25.135107000, delta=868146000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003035000, lastModified=2023-10-03 14:53:25.918106000, delta=84929000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003361000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003361000, lastModified=2023-10-03 14:53:25.918106000, delta=85255000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.003253000, lastModified=2023-10-03 14:53:25.135107000, delta=868146000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003532000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.003532000, lastModified=2023-10-03 14:53:25.135107000, delta=868425000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003361000, lastModified=2023-10-03 14:53:25.918106000, delta=85255000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003647000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003647000, lastModified=2023-10-03 14:53:25.918106000, delta=85541000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.003532000, lastModified=2023-10-03 14:53:25.135107000, delta=868425000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003804000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.003804000, lastModified=2023-10-03 14:53:25.135107000, delta=868697000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003647000, lastModified=2023-10-03 14:53:25.918106000, delta=85541000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.003903000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003903000, lastModified=2023-10-03 14:53:25.918106000, delta=85797000 ns, racy<=2500000000 ns 14:53:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.003804000, lastModified=2023-10-03 14:53:25.135107000, delta=868697000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004181000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.004181000, lastModified=2023-10-03 14:53:25.135107000, delta=869074000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.003903000, lastModified=2023-10-03 14:53:25.918106000, delta=85797000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004298000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.004298000, lastModified=2023-10-03 14:53:25.918106000, delta=86192000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.004181000, lastModified=2023-10-03 14:53:25.135107000, delta=869074000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004487000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.004487000, lastModified=2023-10-03 14:53:25.135107000, delta=869380000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.004298000, lastModified=2023-10-03 14:53:25.918106000, delta=86192000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004603000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.004603000, lastModified=2023-10-03 14:53:25.918106000, delta=86497000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004691000, lastModified=2023-10-03 14:53:25.998106000, size=20, fileKey=(dev=1000a1,ino=511505635) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.004487000, lastModified=2023-10-03 14:53:25.135107000, delta=869380000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004789000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.004789000, lastModified=2023-10-03 14:53:25.135107000, delta=869682000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.004603000, lastModified=2023-10-03 14:53:25.918106000, delta=86497000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004893000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.004893000, lastModified=2023-10-03 14:53:25.918106000, delta=86787000 ns, racy<=2500000000 ns 14:53:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs, create new FileSnapshot: lastRead=2023-10-03 14:53:26.004970000, lastModified=2023-10-03 14:53:25.916106000, size=31, fileKey=(dev=1000a1,ino=509767339) 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.004789000, lastModified=2023-10-03 14:53:25.135107000, delta=869682000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.005 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.005102000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.005102000, lastModified=2023-10-03 14:53:25.135107000, delta=869995000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.004893000, lastModified=2023-10-03 14:53:25.918106000, delta=86787000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.005214000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.005214000, lastModified=2023-10-03 14:53:25.918106000, delta=87108000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.005102000, lastModified=2023-10-03 14:53:25.135107000, delta=869995000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.005 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.005432000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.005432000, lastModified=2023-10-03 14:53:25.135107000, delta=870325000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.005214000, lastModified=2023-10-03 14:53:25.918106000, delta=87108000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.005555000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.005555000, lastModified=2023-10-03 14:53:25.918106000, delta=87449000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.005432000, lastModified=2023-10-03 14:53:25.135107000, delta=870325000 ns, racy<=2500000000 ns 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.005 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.005978000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.005978000, lastModified=2023-10-03 14:53:25.135107000, delta=870871000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.005555000, lastModified=2023-10-03 14:53:25.918106000, delta=87449000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006100000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006100000, lastModified=2023-10-03 14:53:25.918106000, delta=87994000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.005978000, lastModified=2023-10-03 14:53:25.135107000, delta=870871000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006234000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.006234000, lastModified=2023-10-03 14:53:25.135107000, delta=871127000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006100000, lastModified=2023-10-03 14:53:25.918106000, delta=87994000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006342000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006342000, lastModified=2023-10-03 14:53:25.918106000, delta=88236000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.006234000, lastModified=2023-10-03 14:53:25.135107000, delta=871127000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006469000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.006469000, lastModified=2023-10-03 14:53:25.135107000, delta=871362000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006342000, lastModified=2023-10-03 14:53:25.918106000, delta=88236000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006589000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006589000, lastModified=2023-10-03 14:53:25.918106000, delta=88483000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.006469000, lastModified=2023-10-03 14:53:25.135107000, delta=871362000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006680000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.006680000, lastModified=2023-10-03 14:53:25.135107000, delta=871573000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006589000, lastModified=2023-10-03 14:53:25.918106000, delta=88483000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006800000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006800000, lastModified=2023-10-03 14:53:25.918106000, delta=88694000 ns, racy<=2500000000 ns 14:53:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.006915000, lastModified=2023-10-03 14:53:26.005106000, size=41, fileKey=(dev=1000a1,ino=511509302) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.006680000, lastModified=2023-10-03 14:53:25.135107000, delta=871573000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007029000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.007029000, lastModified=2023-10-03 14:53:25.135107000, delta=871922000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.006800000, lastModified=2023-10-03 14:53:25.918106000, delta=88694000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007144000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.007144000, lastModified=2023-10-03 14:53:25.918106000, delta=89038000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.006915000, lastModified=2023-10-03 14:53:26.005106000, delta=1809000 ns, racy<=3877500 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007377000, lastModified=2023-10-03 14:53:26.005106000, size=41, fileKey=(dev=1000a1,ino=511509302) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.007377000, lastModified=2023-10-03 14:53:26.005106000, delta=2271000 ns, racy<=3877500 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.007029000, lastModified=2023-10-03 14:53:25.135107000, delta=871922000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007470000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.007470000, lastModified=2023-10-03 14:53:25.135107000, delta=872363000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.007144000, lastModified=2023-10-03 14:53:25.918106000, delta=89038000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007575000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.007575000, lastModified=2023-10-03 14:53:25.918106000, delta=89469000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.007470000, lastModified=2023-10-03 14:53:25.135107000, delta=872363000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007799000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.007799000, lastModified=2023-10-03 14:53:25.135107000, delta=872692000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.007575000, lastModified=2023-10-03 14:53:25.918106000, delta=89469000 ns, racy<=2500000000 ns 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.007917000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.007917000, lastModified=2023-10-03 14:53:25.918106000, delta=89811000 ns, racy<=2500000000 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.007377000, lastModified=2023-10-03 14:53:26.005106000, delta=2271000 ns, racy<=3877500 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, is racily clean 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.008160000, lastModified=2023-10-03 14:53:26.005106000, size=41, fileKey=(dev=1000a1,ino=511509302) 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.008160000, lastModified=2023-10-03 14:53:26.005106000, delta=3054000 ns, racy<=3877500 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.007799000, lastModified=2023-10-03 14:53:25.135107000, delta=872692000 ns, racy<=2500000000 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.008 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.008240000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.008240000, lastModified=2023-10-03 14:53:25.135107000, delta=873133000 ns, racy<=2500000000 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.007917000, lastModified=2023-10-03 14:53:25.918106000, delta=89811000 ns, racy<=2500000000 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.008347000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.008347000, lastModified=2023-10-03 14:53:25.918106000, delta=90241000 ns, racy<=2500000000 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.008160000, lastModified=2023-10-03 14:53:26.005106000, delta=3054000 ns, racy<=3877500 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, is racily clean 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.008579000, lastModified=2023-10-03 14:53:26.005106000, size=41, fileKey=(dev=1000a1,ino=511509302) 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.008579000, lastModified=2023-10-03 14:53:26.005106000, delta=3473000 ns, racy<=3877500 ns 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.008829000, lastModified=2023-10-03 14:53:25.992106000, size=104, fileKey=(dev=1000a1,ino=509110306) 14:53:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.008878000, lastModified=2023-10-03 14:53:25.992106000, size=104, fileKey=(dev=1000a1,ino=509110306) 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.008240000, lastModified=2023-10-03 14:53:25.135107000, delta=873133000 ns, racy<=2500000000 ns 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.010 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.010754000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.010754000, lastModified=2023-10-03 14:53:25.135107000, delta=875647000 ns, racy<=2500000000 ns 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.008347000, lastModified=2023-10-03 14:53:25.918106000, delta=90241000 ns, racy<=2500000000 ns 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.010889000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.010889000, lastModified=2023-10-03 14:53:25.918106000, delta=92783000 ns, racy<=2500000000 ns 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.010754000, lastModified=2023-10-03 14:53:25.135107000, delta=875647000 ns, racy<=2500000000 ns 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.010 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.010966000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.010966000, lastModified=2023-10-03 14:53:25.135107000, delta=875859000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.010889000, lastModified=2023-10-03 14:53:25.918106000, delta=92783000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.011084000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.011084000, lastModified=2023-10-03 14:53:25.918106000, delta=92978000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.010966000, lastModified=2023-10-03 14:53:25.135107000, delta=875859000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.011288000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.011288000, lastModified=2023-10-03 14:53:25.135107000, delta=876181000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.011084000, lastModified=2023-10-03 14:53:25.918106000, delta=92978000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.011399000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.011399000, lastModified=2023-10-03 14:53:25.918106000, delta=93293000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.011867000, lastModified=2023-10-03 14:53:26.008106000, size=0, fileKey=(dev=1000a1,ino=509110305) 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.011288000, lastModified=2023-10-03 14:53:25.135107000, delta=876181000 ns, racy<=2500000000 ns 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.011940000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.011940000, lastModified=2023-10-03 14:53:25.135107000, delta=876833000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.011399000, lastModified=2023-10-03 14:53:25.918106000, delta=93293000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012067000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.012067000, lastModified=2023-10-03 14:53:25.918106000, delta=93961000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012165000, lastModified=2023-10-03 14:53:26.011106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.011940000, lastModified=2023-10-03 14:53:25.135107000, delta=876833000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.012 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012334000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.012334000, lastModified=2023-10-03 14:53:25.135107000, delta=877227000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.012067000, lastModified=2023-10-03 14:53:25.918106000, delta=93961000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012457000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.012457000, lastModified=2023-10-03 14:53:25.918106000, delta=94351000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.008579000, lastModified=2023-10-03 14:53:26.005106000, delta=3473000 ns, racy<=3877500 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, is racily clean 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012705000, lastModified=2023-10-03 14:53:26.005106000, size=41, fileKey=(dev=1000a1,ino=511509302) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-10-03 14:53:26.012705000, lastModified=2023-10-03 14:53:26.005106000, delta=7599000 ns, racy<=3877500 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.012334000, lastModified=2023-10-03 14:53:25.135107000, delta=877227000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.012 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012822000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.012822000, lastModified=2023-10-03 14:53:25.135107000, delta=877715000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.012457000, lastModified=2023-10-03 14:53:25.918106000, delta=94351000 ns, racy<=2500000000 ns 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.012943000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.012943000, lastModified=2023-10-03 14:53:25.918106000, delta=94837000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.012822000, lastModified=2023-10-03 14:53:25.135107000, delta=877715000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013103000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013103000, lastModified=2023-10-03 14:53:25.135107000, delta=877996000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.012943000, lastModified=2023-10-03 14:53:25.918106000, delta=94837000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013206000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.013206000, lastModified=2023-10-03 14:53:25.918106000, delta=95100000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013103000, lastModified=2023-10-03 14:53:25.135107000, delta=877996000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013428000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013428000, lastModified=2023-10-03 14:53:25.135107000, delta=878321000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.013206000, lastModified=2023-10-03 14:53:25.918106000, delta=95100000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013545000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.013545000, lastModified=2023-10-03 14:53:25.918106000, delta=95439000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013428000, lastModified=2023-10-03 14:53:25.135107000, delta=878321000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013679000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013679000, lastModified=2023-10-03 14:53:25.135107000, delta=878572000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.013545000, lastModified=2023-10-03 14:53:25.918106000, delta=95439000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013802000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.013802000, lastModified=2023-10-03 14:53:25.918106000, delta=95696000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, isRacyClean=false, read=2023-10-03 14:53:25.925132000, lastModified=2023-10-03 14:53:25.918106000, delta=7026000 ns, racy<=3877500 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, is unmodified 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013679000, lastModified=2023-10-03 14:53:25.135107000, delta=878572000 ns, racy<=2500000000 ns 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.013951000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013951000, lastModified=2023-10-03 14:53:25.135107000, delta=878844000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.013802000, lastModified=2023-10-03 14:53:25.918106000, delta=95696000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014059000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014059000, lastModified=2023-10-03 14:53:25.918106000, delta=95953000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.013951000, lastModified=2023-10-03 14:53:25.135107000, delta=878844000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014177000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.014177000, lastModified=2023-10-03 14:53:25.135107000, delta=879070000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014059000, lastModified=2023-10-03 14:53:25.918106000, delta=95953000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014282000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014282000, lastModified=2023-10-03 14:53:25.918106000, delta=96176000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.014177000, lastModified=2023-10-03 14:53:25.135107000, delta=879070000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014412000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.014412000, lastModified=2023-10-03 14:53:25.135107000, delta=879305000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014282000, lastModified=2023-10-03 14:53:25.918106000, delta=96176000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014518000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014518000, lastModified=2023-10-03 14:53:25.918106000, delta=96412000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.014412000, lastModified=2023-10-03 14:53:25.135107000, delta=879305000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014645000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.014645000, lastModified=2023-10-03 14:53:25.135107000, delta=879538000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014518000, lastModified=2023-10-03 14:53:25.918106000, delta=96412000 ns, racy<=2500000000 ns 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.014770000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014770000, lastModified=2023-10-03 14:53:25.918106000, delta=96664000 ns, racy<=2500000000 ns 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.014645000, lastModified=2023-10-03 14:53:25.135107000, delta=879538000 ns, racy<=2500000000 ns 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.015 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.015141000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.015141000, lastModified=2023-10-03 14:53:25.135107000, delta=880034000 ns, racy<=2500000000 ns 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.014770000, lastModified=2023-10-03 14:53:25.918106000, delta=96664000 ns, racy<=2500000000 ns 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.015305000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.015305000, lastModified=2023-10-03 14:53:25.918106000, delta=97199000 ns, racy<=2500000000 ns 14:53:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.015379000, lastModified=2023-10-03 14:53:26.013106000, size=26, fileKey=(dev=1000a1,ino=509110307) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.015141000, lastModified=2023-10-03 14:53:25.135107000, delta=880034000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016310000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016310000, lastModified=2023-10-03 14:53:25.135107000, delta=881203000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.015305000, lastModified=2023-10-03 14:53:25.918106000, delta=97199000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016446000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.016446000, lastModified=2023-10-03 14:53:25.918106000, delta=98340000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016310000, lastModified=2023-10-03 14:53:25.135107000, delta=881203000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016532000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016532000, lastModified=2023-10-03 14:53:25.135107000, delta=881425000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.016446000, lastModified=2023-10-03 14:53:25.918106000, delta=98340000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016635000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.016635000, lastModified=2023-10-03 14:53:25.918106000, delta=98529000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016532000, lastModified=2023-10-03 14:53:25.135107000, delta=881425000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016722000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016722000, lastModified=2023-10-03 14:53:25.135107000, delta=881615000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.016635000, lastModified=2023-10-03 14:53:25.918106000, delta=98529000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016867000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.016867000, lastModified=2023-10-03 14:53:25.918106000, delta=98761000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016722000, lastModified=2023-10-03 14:53:25.135107000, delta=881615000 ns, racy<=2500000000 ns 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.016963000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016963000, lastModified=2023-10-03 14:53:25.135107000, delta=881856000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.016867000, lastModified=2023-10-03 14:53:25.918106000, delta=98761000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017068000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017068000, lastModified=2023-10-03 14:53:25.918106000, delta=98962000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017210000, lastModified=2023-10-03 14:53:26.011106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017250000, lastModified=2023-10-03 14:53:26.011106000, size=104, fileKey=(dev=1000a1,ino=509110305) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.016963000, lastModified=2023-10-03 14:53:25.135107000, delta=881856000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017302000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.017302000, lastModified=2023-10-03 14:53:25.135107000, delta=882195000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017068000, lastModified=2023-10-03 14:53:25.918106000, delta=98962000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017422000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017422000, lastModified=2023-10-03 14:53:25.918106000, delta=99316000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.017302000, lastModified=2023-10-03 14:53:25.135107000, delta=882195000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017494000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.017494000, lastModified=2023-10-03 14:53:25.135107000, delta=882387000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017422000, lastModified=2023-10-03 14:53:25.918106000, delta=99316000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017586000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017586000, lastModified=2023-10-03 14:53:25.918106000, delta=99480000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.017494000, lastModified=2023-10-03 14:53:25.135107000, delta=882387000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017784000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.017784000, lastModified=2023-10-03 14:53:25.135107000, delta=882677000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017586000, lastModified=2023-10-03 14:53:25.918106000, delta=99480000 ns, racy<=2500000000 ns 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.017904000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017904000, lastModified=2023-10-03 14:53:25.918106000, delta=99798000 ns, racy<=2500000000 ns 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.018925000, lastModified=2023-10-03 14:53:26.016106000, size=0, fileKey=(dev=1000a1,ino=509110308) 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.017784000, lastModified=2023-10-03 14:53:25.135107000, delta=882677000 ns, racy<=2500000000 ns 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.018 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.018991000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.018991000, lastModified=2023-10-03 14:53:25.135107000, delta=883884000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.017904000, lastModified=2023-10-03 14:53:25.918106000, delta=99798000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019132000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.019132000, lastModified=2023-10-03 14:53:25.918106000, delta=101026000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019234000, lastModified=2023-10-03 14:53:26.018106000, size=104, fileKey=(dev=1000a1,ino=509110308) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019289000, lastModified=2023-10-03 14:53:26.018106000, size=104, fileKey=(dev=1000a1,ino=509110308) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.018991000, lastModified=2023-10-03 14:53:25.135107000, delta=883884000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019358000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.019358000, lastModified=2023-10-03 14:53:25.135107000, delta=884251000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.019132000, lastModified=2023-10-03 14:53:25.918106000, delta=101026000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019509000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.019509000, lastModified=2023-10-03 14:53:25.918106000, delta=101403000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, isRacyClean=true, read=2023-10-03 14:53:26.015379000, lastModified=2023-10-03 14:53:26.013106000, delta=2273000 ns, racy<=3877500 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, is racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019621000, lastModified=2023-10-03 14:53:26.013106000, size=26, fileKey=(dev=1000a1,ino=509110307) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, isRacyClean=false, read=2023-10-03 14:53:26.019621000, lastModified=2023-10-03 14:53:26.013106000, delta=6515000 ns, racy<=3877500 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.019358000, lastModified=2023-10-03 14:53:25.135107000, delta=884251000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019753000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.019753000, lastModified=2023-10-03 14:53:25.135107000, delta=884646000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.019509000, lastModified=2023-10-03 14:53:25.918106000, delta=101403000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.019882000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.019882000, lastModified=2023-10-03 14:53:25.918106000, delta=101776000 ns, racy<=2500000000 ns 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, cannot be racily clean 14:53:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.019753000, lastModified=2023-10-03 14:53:25.135107000, delta=884646000 ns, racy<=2500000000 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.020 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.020236000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.020236000, lastModified=2023-10-03 14:53:25.135107000, delta=885129000 ns, racy<=2500000000 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.019882000, lastModified=2023-10-03 14:53:25.918106000, delta=101776000 ns, racy<=2500000000 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.020371000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.020371000, lastModified=2023-10-03 14:53:25.918106000, delta=102265000 ns, racy<=2500000000 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.020555000, lastModified=2023-10-03 14:53:26.018106000, size=104, fileKey=(dev=1000a1,ino=509110308) 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.020593000, lastModified=2023-10-03 14:53:26.018106000, size=104, fileKey=(dev=1000a1,ino=509110308) 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:25.922168000, lastModified=2023-10-03 14:53:25.916106000, delta=6062000 ns, racy<=3877500 ns 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 14:53:25.922705000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344805922705000 ns, racy<=3877500 ns 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack/preserved, is unmodified 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.020236000, lastModified=2023-10-03 14:53:25.135107000, delta=885129000 ns, racy<=2500000000 ns 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.021 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.021971000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.021971000, lastModified=2023-10-03 14:53:25.135107000, delta=886864000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.020371000, lastModified=2023-10-03 14:53:25.918106000, delta=102265000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.022112000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.022112000, lastModified=2023-10-03 14:53:25.918106000, delta=104006000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, cannot be racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.021971000, lastModified=2023-10-03 14:53:25.135107000, delta=886864000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.022366000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.022366000, lastModified=2023-10-03 14:53:25.135107000, delta=887259000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.022112000, lastModified=2023-10-03 14:53:25.918106000, delta=104006000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.022486000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.022486000, lastModified=2023-10-03 14:53:25.918106000, delta=104380000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.022366000, lastModified=2023-10-03 14:53:25.135107000, delta=887259000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.022763000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.022763000, lastModified=2023-10-03 14:53:25.135107000, delta=887656000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.022486000, lastModified=2023-10-03 14:53:25.918106000, delta=104380000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.022881000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.022881000, lastModified=2023-10-03 14:53:25.918106000, delta=104775000 ns, racy<=2500000000 ns 14:53:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.022763000, lastModified=2023-10-03 14:53:25.135107000, delta=887656000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023018000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023018000, lastModified=2023-10-03 14:53:25.135107000, delta=887911000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.022881000, lastModified=2023-10-03 14:53:25.918106000, delta=104775000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023136000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023136000, lastModified=2023-10-03 14:53:25.918106000, delta=105030000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023018000, lastModified=2023-10-03 14:53:25.135107000, delta=887911000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023277000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023277000, lastModified=2023-10-03 14:53:25.135107000, delta=888170000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023136000, lastModified=2023-10-03 14:53:25.918106000, delta=105030000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023384000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023384000, lastModified=2023-10-03 14:53:25.918106000, delta=105278000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023277000, lastModified=2023-10-03 14:53:25.135107000, delta=888170000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023489000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023489000, lastModified=2023-10-03 14:53:25.135107000, delta=888382000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023384000, lastModified=2023-10-03 14:53:25.918106000, delta=105278000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023594000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023594000, lastModified=2023-10-03 14:53:25.918106000, delta=105488000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023489000, lastModified=2023-10-03 14:53:25.135107000, delta=888382000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023689000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023689000, lastModified=2023-10-03 14:53:25.135107000, delta=888582000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023594000, lastModified=2023-10-03 14:53:25.918106000, delta=105488000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023821000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023821000, lastModified=2023-10-03 14:53:25.918106000, delta=105715000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023689000, lastModified=2023-10-03 14:53:25.135107000, delta=888582000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.023904000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023904000, lastModified=2023-10-03 14:53:25.135107000, delta=888797000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.023821000, lastModified=2023-10-03 14:53:25.918106000, delta=105715000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024012000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024012000, lastModified=2023-10-03 14:53:25.918106000, delta=105906000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024078000, lastModified=2023-10-03 14:53:26.022106000, size=41, fileKey=(dev=1000a1,ino=511505636) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.023904000, lastModified=2023-10-03 14:53:25.135107000, delta=888797000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024226000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.024226000, lastModified=2023-10-03 14:53:25.135107000, delta=889119000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024012000, lastModified=2023-10-03 14:53:25.918106000, delta=105906000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024379000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024379000, lastModified=2023-10-03 14:53:25.918106000, delta=106273000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.024226000, lastModified=2023-10-03 14:53:25.135107000, delta=889119000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024501000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.024501000, lastModified=2023-10-03 14:53:25.135107000, delta=889394000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024379000, lastModified=2023-10-03 14:53:25.918106000, delta=106273000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024607000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024607000, lastModified=2023-10-03 14:53:25.918106000, delta=106501000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, cannot be racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.024078000, lastModified=2023-10-03 14:53:26.022106000, delta=1972000 ns, racy<=3877500 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024754000, lastModified=2023-10-03 14:53:26.022106000, size=41, fileKey=(dev=1000a1,ino=511505636) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.024754000, lastModified=2023-10-03 14:53:26.022106000, delta=2648000 ns, racy<=3877500 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.024501000, lastModified=2023-10-03 14:53:25.135107000, delta=889394000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024869000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.024869000, lastModified=2023-10-03 14:53:25.135107000, delta=889762000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024607000, lastModified=2023-10-03 14:53:25.918106000, delta=106501000 ns, racy<=2500000000 ns 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.024979000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024979000, lastModified=2023-10-03 14:53:25.918106000, delta=106873000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.024869000, lastModified=2023-10-03 14:53:25.135107000, delta=889762000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.025 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.025282000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.025282000, lastModified=2023-10-03 14:53:25.135107000, delta=890175000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.024979000, lastModified=2023-10-03 14:53:25.918106000, delta=106873000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.025393000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.025393000, lastModified=2023-10-03 14:53:25.918106000, delta=107287000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.025867000, lastModified=2023-10-03 14:53:26.018106000, size=104, fileKey=(dev=1000a1,ino=509110308) 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.025912000, lastModified=2023-10-03 14:53:26.018106000, size=104, fileKey=(dev=1000a1,ino=509110308) 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.025282000, lastModified=2023-10-03 14:53:25.135107000, delta=890175000 ns, racy<=2500000000 ns 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.025 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.025959000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.025959000, lastModified=2023-10-03 14:53:25.135107000, delta=890852000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.025393000, lastModified=2023-10-03 14:53:25.918106000, delta=107287000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.026081000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.026081000, lastModified=2023-10-03 14:53:25.918106000, delta=107975000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.025959000, lastModified=2023-10-03 14:53:25.135107000, delta=890852000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.026 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.026163000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.026163000, lastModified=2023-10-03 14:53:25.135107000, delta=891056000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.026081000, lastModified=2023-10-03 14:53:25.918106000, delta=107975000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.026263000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.026263000, lastModified=2023-10-03 14:53:25.918106000, delta=108157000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.026163000, lastModified=2023-10-03 14:53:25.135107000, delta=891056000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.026 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.026447000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.026447000, lastModified=2023-10-03 14:53:25.135107000, delta=891340000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.026263000, lastModified=2023-10-03 14:53:25.918106000, delta=108157000 ns, racy<=2500000000 ns 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.026557000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.026557000, lastModified=2023-10-03 14:53:25.918106000, delta=108451000 ns, racy<=2500000000 ns 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.026447000, lastModified=2023-10-03 14:53:25.135107000, delta=891340000 ns, racy<=2500000000 ns 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.027 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.027795000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.027795000, lastModified=2023-10-03 14:53:25.135107000, delta=892688000 ns, racy<=2500000000 ns 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.026557000, lastModified=2023-10-03 14:53:25.918106000, delta=108451000 ns, racy<=2500000000 ns 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.027936000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.027936000, lastModified=2023-10-03 14:53:25.918106000, delta=109830000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.027795000, lastModified=2023-10-03 14:53:25.135107000, delta=892688000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.028282000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.028282000, lastModified=2023-10-03 14:53:25.135107000, delta=893175000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.027936000, lastModified=2023-10-03 14:53:25.918106000, delta=109830000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.028401000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.028401000, lastModified=2023-10-03 14:53:25.918106000, delta=110295000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.028845000, lastModified=2023-10-03 14:53:26.025106000, size=0, fileKey=(dev=1000a1,ino=509110303) 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.028282000, lastModified=2023-10-03 14:53:25.135107000, delta=893175000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.028911000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.028911000, lastModified=2023-10-03 14:53:25.135107000, delta=893804000 ns, racy<=2500000000 ns 14:53:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.028401000, lastModified=2023-10-03 14:53:25.918106000, delta=110295000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029042000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.029042000, lastModified=2023-10-03 14:53:25.918106000, delta=110936000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029158000, lastModified=2023-10-03 14:53:26.028106000, size=104, fileKey=(dev=1000a1,ino=509110303) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029210000, lastModified=2023-10-03 14:53:26.028106000, size=104, fileKey=(dev=1000a1,ino=509110303) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.028911000, lastModified=2023-10-03 14:53:25.135107000, delta=893804000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029371000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.029371000, lastModified=2023-10-03 14:53:25.135107000, delta=894264000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.029042000, lastModified=2023-10-03 14:53:25.918106000, delta=110936000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029494000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.029494000, lastModified=2023-10-03 14:53:25.918106000, delta=111388000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.029371000, lastModified=2023-10-03 14:53:25.135107000, delta=894264000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029766000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.029766000, lastModified=2023-10-03 14:53:25.135107000, delta=894659000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.029494000, lastModified=2023-10-03 14:53:25.918106000, delta=111388000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029872000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.029872000, lastModified=2023-10-03 14:53:25.918106000, delta=111766000 ns, racy<=2500000000 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, cannot be racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 14:53:26.024754000, lastModified=2023-10-03 14:53:26.022106000, delta=2648000 ns, racy<=3877500 ns 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, is racily clean 14:53:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.029983000, lastModified=2023-10-03 14:53:26.022106000, size=41, fileKey=(dev=1000a1,ino=511505636) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-10-03 14:53:26.029983000, lastModified=2023-10-03 14:53:26.022106000, delta=7877000 ns, racy<=3877500 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.029766000, lastModified=2023-10-03 14:53:25.135107000, delta=894659000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030080000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030080000, lastModified=2023-10-03 14:53:25.135107000, delta=894973000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.029872000, lastModified=2023-10-03 14:53:25.918106000, delta=111766000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030168000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030168000, lastModified=2023-10-03 14:53:25.918106000, delta=112062000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030080000, lastModified=2023-10-03 14:53:25.135107000, delta=894973000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030347000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030347000, lastModified=2023-10-03 14:53:25.135107000, delta=895240000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030168000, lastModified=2023-10-03 14:53:25.918106000, delta=112062000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030446000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030446000, lastModified=2023-10-03 14:53:25.918106000, delta=112340000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, cannot be racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030347000, lastModified=2023-10-03 14:53:25.135107000, delta=895240000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030556000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030556000, lastModified=2023-10-03 14:53:25.135107000, delta=895449000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030446000, lastModified=2023-10-03 14:53:25.918106000, delta=112340000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030638000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030638000, lastModified=2023-10-03 14:53:25.918106000, delta=112532000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, cannot be racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch.lock, cannot be racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030556000, lastModified=2023-10-03 14:53:25.135107000, delta=895449000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030766000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030766000, lastModified=2023-10-03 14:53:25.135107000, delta=895659000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030638000, lastModified=2023-10-03 14:53:25.918106000, delta=112532000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030855000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030855000, lastModified=2023-10-03 14:53:25.918106000, delta=112749000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/master.lock, cannot be racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030766000, lastModified=2023-10-03 14:53:25.135107000, delta=895659000 ns, racy<=2500000000 ns 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.030960000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030960000, lastModified=2023-10-03 14:53:25.135107000, delta=895853000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.030855000, lastModified=2023-10-03 14:53:25.918106000, delta=112749000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031051000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031051000, lastModified=2023-10-03 14:53:25.918106000, delta=112945000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.030960000, lastModified=2023-10-03 14:53:25.135107000, delta=895853000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031171000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.031171000, lastModified=2023-10-03 14:53:25.135107000, delta=896064000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031051000, lastModified=2023-10-03 14:53:25.918106000, delta=112945000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031266000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031266000, lastModified=2023-10-03 14:53:25.918106000, delta=113160000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.031171000, lastModified=2023-10-03 14:53:25.135107000, delta=896064000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031389000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.031389000, lastModified=2023-10-03 14:53:25.135107000, delta=896282000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031266000, lastModified=2023-10-03 14:53:25.918106000, delta=113160000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031479000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031479000, lastModified=2023-10-03 14:53:25.918106000, delta=113373000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.031389000, lastModified=2023-10-03 14:53:25.135107000, delta=896282000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031568000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.031568000, lastModified=2023-10-03 14:53:25.135107000, delta=896461000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031479000, lastModified=2023-10-03 14:53:25.918106000, delta=113373000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031664000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.031664000, lastModified=2023-10-03 14:53:25.918106000, delta=113558000 ns, racy<=2500000000 ns 14:53:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 14:53:26.031723000, lastModified=2023-10-03 14:53:26.030106000, size=23, fileKey=(dev=1000a1,ino=509110301) 14:53:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.096692000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.031568000, lastModified=2023-10-03 14:53:25.135107000, delta=896461000 ns, racy<=2500000000 ns 14:53:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.096 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.096919000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.096919000, lastModified=2023-10-03 14:53:25.135107000, delta=961812000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.097046000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.096919000, lastModified=2023-10-03 14:53:25.135107000, delta=961812000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.097 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.097155000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.097155000, lastModified=2023-10-03 14:53:25.135107000, delta=962048000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.097046000, lastModified=2023-10-03 14:53:25.918106000, delta=178940000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.097277000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.097277000, lastModified=2023-10-03 14:53:25.918106000, delta=179171000 ns, racy<=2500000000 ns 14:53:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.097392000, lastModified=2023-10-03 14:53:26.028106000, size=104, fileKey=(dev=1000a1,ino=509110303) 14:53:26.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit12010624244250855280:org.eclipse.hawk.git.JGitRepository:false 14:53:26.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:26.099 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:26.106 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.097155000, lastModified=2023-10-03 14:53:25.135107000, delta=962048000 ns, racy<=2500000000 ns 14:53:26.106 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.106 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.106 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.106887000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.106 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.106887000, lastModified=2023-10-03 14:53:25.135107000, delta=971780000 ns, racy<=2500000000 ns 14:53:26.106 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.097277000, lastModified=2023-10-03 14:53:25.918106000, delta=179171000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107042000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.107042000, lastModified=2023-10-03 14:53:25.918106000, delta=188936000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107264000, lastModified=2023-10-03 14:53:26.022106000, size=41, fileKey=(dev=1000a1,ino=511505636) 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.106887000, lastModified=2023-10-03 14:53:25.135107000, delta=971780000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107352000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.107352000, lastModified=2023-10-03 14:53:25.135107000, delta=972245000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.107042000, lastModified=2023-10-03 14:53:25.918106000, delta=188936000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107456000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.107456000, lastModified=2023-10-03 14:53:25.918106000, delta=189350000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, isRacyClean=false, read=2023-10-03 14:53:26.107264000, lastModified=2023-10-03 14:53:26.022106000, delta=85158000 ns, racy<=3877500 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/refs/heads/newbranch, is unmodified 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107779000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.107352000, lastModified=2023-10-03 14:53:25.135107000, delta=972245000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107899000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.107899000, lastModified=2023-10-03 14:53:25.135107000, delta=972792000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.107 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.107988000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.107899000, lastModified=2023-10-03 14:53:25.135107000, delta=972792000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.108088000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.108088000, lastModified=2023-10-03 14:53:25.135107000, delta=972981000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.107988000, lastModified=2023-10-03 14:53:25.918106000, delta=189882000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.108185000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.108185000, lastModified=2023-10-03 14:53:25.918106000, delta=190079000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/index, create new FileSnapshot: lastRead=2023-10-03 14:53:26.108279000, lastModified=2023-10-03 14:53:26.028106000, size=104, fileKey=(dev=1000a1,ino=509110303) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 14:53:26.108350000, lastModified=2023-10-03 14:53:25.916106000, size=6, fileKey=(dev=1000a1,ino=518238038) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.108350000, lastModified=2023-10-03 14:53:25.916106000, delta=192244000 ns, racy<=3877500 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.108350000, lastModified=2023-10-03 14:53:25.916106000, delta=192244000 ns, racy<=3877500 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.108350000, lastModified=2023-10-03 14:53:25.916106000, delta=192244000 ns, racy<=3877500 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.108088000, lastModified=2023-10-03 14:53:25.135107000, delta=972981000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.108814000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.108814000, lastModified=2023-10-03 14:53:25.135107000, delta=973707000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.107456000, lastModified=2023-10-03 14:53:25.918106000, delta=189350000 ns, racy<=2500000000 ns 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.108925000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.108 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.108925000, lastModified=2023-10-03 14:53:25.918106000, delta=190819000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, size=6, fileKey=(dev=1000a1,ino=518238038) 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.108814000, lastModified=2023-10-03 14:53:25.135107000, delta=973707000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.109631000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.109631000, lastModified=2023-10-03 14:53:25.135107000, delta=974524000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.108925000, lastModified=2023-10-03 14:53:25.918106000, delta=190819000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.109767000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.109767000, lastModified=2023-10-03 14:53:25.918106000, delta=191661000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.109631000, lastModified=2023-10-03 14:53:25.135107000, delta=974524000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.109877000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.109877000, lastModified=2023-10-03 14:53:25.135107000, delta=974770000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.109767000, lastModified=2023-10-03 14:53:25.918106000, delta=191661000 ns, racy<=2500000000 ns 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.109967000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.109 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.109967000, lastModified=2023-10-03 14:53:25.918106000, delta=191861000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.109877000, lastModified=2023-10-03 14:53:25.135107000, delta=974770000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.110144000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.110144000, lastModified=2023-10-03 14:53:25.135107000, delta=975037000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.109967000, lastModified=2023-10-03 14:53:25.918106000, delta=191861000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.110243000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.110243000, lastModified=2023-10-03 14:53:25.918106000, delta=192137000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.110144000, lastModified=2023-10-03 14:53:25.135107000, delta=975037000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.110565000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.110565000, lastModified=2023-10-03 14:53:25.135107000, delta=975458000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.110243000, lastModified=2023-10-03 14:53:25.918106000, delta=192137000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.110665000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.110665000, lastModified=2023-10-03 14:53:25.918106000, delta=192559000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.110565000, lastModified=2023-10-03 14:53:25.135107000, delta=975458000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.110822000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.110822000, lastModified=2023-10-03 14:53:25.135107000, delta=975715000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.110665000, lastModified=2023-10-03 14:53:25.918106000, delta=192559000 ns, racy<=2500000000 ns 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.110926000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.110 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.110926000, lastModified=2023-10-03 14:53:25.918106000, delta=192820000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.110822000, lastModified=2023-10-03 14:53:25.135107000, delta=975715000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.111063000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.111063000, lastModified=2023-10-03 14:53:25.135107000, delta=975956000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.110926000, lastModified=2023-10-03 14:53:25.918106000, delta=192820000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.111163000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.111163000, lastModified=2023-10-03 14:53:25.918106000, delta=193057000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.111063000, lastModified=2023-10-03 14:53:25.135107000, delta=975956000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.111398000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.111398000, lastModified=2023-10-03 14:53:25.135107000, delta=976291000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.111163000, lastModified=2023-10-03 14:53:25.918106000, delta=193057000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.111497000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.111497000, lastModified=2023-10-03 14:53:25.918106000, delta=193391000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.111398000, lastModified=2023-10-03 14:53:25.135107000, delta=976291000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.111585000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.111585000, lastModified=2023-10-03 14:53:25.135107000, delta=976478000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.111497000, lastModified=2023-10-03 14:53:25.918106000, delta=193391000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.111672000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.111 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.111672000, lastModified=2023-10-03 14:53:25.918106000, delta=193566000 ns, racy<=2500000000 ns 14:53:26.111 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.111585000, lastModified=2023-10-03 14:53:25.135107000, delta=976478000 ns, racy<=2500000000 ns 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.113895000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.113895000, lastModified=2023-10-03 14:53:25.135107000, delta=978788000 ns, racy<=2500000000 ns 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.113 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.114 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.111672000, lastModified=2023-10-03 14:53:25.918106000, delta=193566000 ns, racy<=2500000000 ns 14:53:26.114 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.114 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.114023000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.114 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.114023000, lastModified=2023-10-03 14:53:25.918106000, delta=195917000 ns, racy<=2500000000 ns 14:53:26.114 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.114 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.114 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:26.114 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:26.121 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:26.121 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:26.121 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:26.121 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:53:26.193 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:53:26.197 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:26.197 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:53:26.197 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:26.197 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s76ms [pure insertion] marking any relevant derived attributes for update...14:53:26.197 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:53:26.198 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:26.199 [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... 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:26.199 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1583da3d1e98de9ffc3fd5b26d033b2bceed84cd (timepoint 1696344805000) of /tmp/junit12010624244250855280 14:53:26.200 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.113895000, lastModified=2023-10-03 14:53:25.135107000, delta=978788000 ns, racy<=2500000000 ns 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.201209000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.201209000, lastModified=2023-10-03 14:53:25.135107000, delta=1066102000 ns, racy<=2500000000 ns 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.114023000, lastModified=2023-10-03 14:53:25.918106000, delta=195917000 ns, racy<=2500000000 ns 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.201370000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.201370000, lastModified=2023-10-03 14:53:25.918106000, delta=283264000 ns, racy<=2500000000 ns 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.201 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.201 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:26.201 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:26.208 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:26.208 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:26.208 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:26.208 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:26.209 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:26.209 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:26.209 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:26.215 [pool-68-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...14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:26.215 [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... 14:53:26.215 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:26.216 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 9a4f8ddb2f684fcd964e9ca611e19c235ff9ca48 (timepoint 1696344805002) of /tmp/junit12010624244250855280 14:53:26.216 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.201209000, lastModified=2023-10-03 14:53:25.135107000, delta=1066102000 ns, racy<=2500000000 ns 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.217374000, lastModified=2023-10-03 14:53:25.135107000, size=258, fileKey=(dev=804,ino=1784981018) 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 14:53:26.217374000, lastModified=2023-10-03 14:53:25.135107000, delta=1082267000 ns, racy<=2500000000 ns 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 14:53:21.912123000, lastModified=1970-01-01 00:00:00.000000000, delta=1696344801912123000 ns, racy<=2500000000 ns 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.201370000, lastModified=2023-10-03 14:53:25.918106000, delta=283264000 ns, racy<=2500000000 ns 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, is racily clean 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, create new FileSnapshot: lastRead=2023-10-03 14:53:26.217574000, lastModified=2023-10-03 14:53:25.918106000, size=78, fileKey=(dev=1000a1,ino=509110304) 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/config, isRacyClean=true, read=2023-10-03 14:53:26.217574000, lastModified=2023-10-03 14:53:25.918106000, delta=299468000 ns, racy<=2500000000 ns 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, isRacyClean=false, read=2023-10-03 14:53:26.109080000, lastModified=2023-10-03 14:53:25.916106000, delta=192974000 ns, racy<=3877500 ns 14:53:26.217 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12010624244250855280/.git/objects/pack, is unmodified 14:53:26.217 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:26.217 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:26.224 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:26.224 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:26.224 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:26.224 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:53:26.224 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:26.224 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 14:53:26.224 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:26.225 [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...14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:26.225 [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... 14:53:26.225 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:26.226 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4951aca9e4a524b2fb7f6cd392562b02d7446324 (timepoint 1696344806001) of /tmp/junit12010624244250855280 14:53:26.226 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:26.226 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 127 ms 14:53:26.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:26.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit12010624244250855280:org.eclipse.hawk.git.JGitRepository:false 14:53:26.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:26.302 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:26.303 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:26.303 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3756792214435197009/test_nonDefaultBranch[LevelDB GreyCat] 14:53:26.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:27.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:27.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:27.310 [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 14:53:27.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:27.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:27.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:27.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:27.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:27.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:27.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:27.313 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:27.313 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:27.313 [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 14:53:27.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:27.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:27.321 [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 14:53:27.321 [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 14:53:27.321 [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 14:53:27.322 [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 14:53:27.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 14:53:27.322 [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 14:53:27.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 14:53:27.322 [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 14:53:27.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 14:53:27.322 [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 14:53:27.322 [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 14:53:27.322 [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 14:53:27.322 [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 14:53:27.323 [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[] 14:53:27.323 [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 14:53:27.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 14:53:27.323 [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 14:53:27.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 14:53:27.324 [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 14:53:27.324 [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 14:53:27.324 [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 14:53:27.324 [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 14:53:27.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 14:53:27.325 [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 14:53:27.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 14:53:27.325 [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 14:53:27.325 [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 14:53:27.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 14:53:27.326 [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 14:53:27.326 [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 14:53:27.326 [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 14:53:27.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 14:53:27.326 [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 14:53:27.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:27.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:27.336 [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 14:53:27.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:27.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:27.398 [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 14:53:27.398 [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 14:53:27.398 [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 14:53:27.398 [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 14:53:27.398 [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 14:53:27.398 [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 14:53:27.398 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.399 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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[] 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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 14:53:27.400 [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[] 14:53:27.400 [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 14:53:27.400 [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 14:53:27.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:27.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1151986907143579488 14:53:29.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1151986907143579488:org.eclipse.hawk.svn.SvnManager:false 14:53:29.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:29.107 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:29.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:29.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:29.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:29.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:29.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:29.115 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:29.115 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:29.116 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:29.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:29.117 [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... 14:53:29.117 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:53:29.119 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344806315) of file:///tmp/hawkSvnRepo1151986907143579488 14:53:29.120 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:29.123 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:29.123 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:29.130 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:53:29.130 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:29.130 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:29.130 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:53:29.138 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:53:29.138 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:53:29.138 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:53:29.138 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:29.138 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:29.142 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:29.143 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:29.145 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:29.145 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:53:29.146 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:29.146 [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...14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:29.146 [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... 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:29.146 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344807421) of file:///tmp/hawkSvnRepo1151986907143579488 14:53:29.147 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:29.147 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 40 ms 14:53:29.198 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:29.198 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1151986907143579488:org.eclipse.hawk.svn.SvnManager:false 14:53:29.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:29.200 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:29.201 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:29.201 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6961069607311333951/test_countInstancesModelAll[LevelDB GreyCat] 14:53:29.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:30.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:30.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:30.316 [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 14:53:30.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:30.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:30.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:30.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:30.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:30.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:30.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:30.319 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:30.320 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:30.320 [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 14:53:30.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:30.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:30.327 [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 14:53:30.327 [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 14:53:30.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[] 14:53:30.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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.329 [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 14:53:30.330 [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 14:53:30.330 [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 14:53:30.330 [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 14:53:30.331 [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 14:53:30.331 [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 14:53:30.331 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.332 [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 14:53:30.333 [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 14:53:30.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 14:53:30.333 [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 14:53:30.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:30.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:30.394 [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 14:53:30.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:30.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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[] 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.401 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.402 [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 14:53:30.403 [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 14:53:30.403 [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 14:53:30.403 [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 14:53:30.403 [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[] 14:53:30.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:30.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo17173751607970315447 14:53:38.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17173751607970315447:org.eclipse.hawk.svn.SvnManager:false 14:53:38.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:38.107 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:38.115 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:38.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:38.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:38.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:38.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:38.117 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:38.117 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:38.117 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:38.117 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:38.119 [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... 14:53:38.119 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:53:38.121 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344809214) of file:///tmp/hawkSvnRepo17173751607970315447 14:53:38.122 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:38.125 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:38.125 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:38.133 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:38.133 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:38.133 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:38.133 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:53:38.141 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:53:38.141 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:53:38.141 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:53:38.141 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:38.141 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:38.194 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:38.196 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:38.198 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:38.198 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:53:38.199 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:38.199 [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... 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:38.199 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344810423) of file:///tmp/hawkSvnRepo17173751607970315447 14:53:38.200 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:38.202 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:38.202 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:38.209 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:38.209 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:38.209 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:38.209 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:38.209 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:38.210 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:38.210 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:38.217 [pool-72-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...14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:38.217 [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... 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:38.217 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344812110) of file:///tmp/hawkSvnRepo17173751607970315447 14:53:38.218 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:38.219 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:38.220 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:53:38.227 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:38.227 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53: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...14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53: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... 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53: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... 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344814109) of file:///tmp/hawkSvnRepo17173751607970315447 14:53:38.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:38.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:38.232 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:38.294 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:38.294 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:38.295 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:53:38.295 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:53:38.296 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:38.296 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:38.296 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:38.297 [pool-72-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...14:53:38.297 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:38.297 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:38.297 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:38.297 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:38.297 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:38.297 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:38.298 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:38.298 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:38.298 [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... 14:53:38.298 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:38.298 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344816109) of file:///tmp/hawkSvnRepo17173751607970315447 14:53:38.298 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:38.298 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 191 ms 14:53:38.305 [pool-72-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344816109, id=32] 14:53:38.307 [pool-72-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344816109, id=32] 14:53:38.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:38.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17173751607970315447:org.eclipse.hawk.svn.SvnManager:false 14:53:38.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:38.310 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:38.311 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:38.311 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14289525346708977745/test_sinceThen[LevelDB GreyCat] 14:53:38.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:39.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:39.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:39.316 [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 14:53:39.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:39.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:39.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:39.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:39.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:39.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:39.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:39.319 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:39.320 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:39.320 [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 14:53:39.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:39.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:39.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 14:53:39.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 14:53:39.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 14:53:39.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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.329 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.330 [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 14:53:39.331 [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 14:53:39.331 [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 14:53:39.331 [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 14:53:39.332 [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 14:53:39.332 [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 14:53:39.332 [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 14:53:39.333 [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 14:53:39.333 [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 14:53:39.333 [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 14:53:39.333 [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 14:53:39.333 [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 14:53:39.333 [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[] 14:53:39.333 [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 14:53:39.392 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:39.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:39.392 [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 14:53:39.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:39.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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 14:53:39.398 [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[] 14:53:39.398 [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 14:53:39.398 [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 14:53:39.399 [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 14:53:39.399 [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 14:53:39.399 [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 14:53:39.399 [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 14:53:39.399 [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 14:53:39.399 [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 14:53:39.399 [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[] 14:53:39.399 [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 14:53:39.399 [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 14:53:39.399 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.400 [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 14:53:39.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:39.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6369978709586206757 14:53:47.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6369978709586206757:org.eclipse.hawk.svn.SvnManager:false 14:53:47.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:47.107 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:47.117 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53: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... 14:53:47.118 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:47.118 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:47.119 [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... 14:53:47.119 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:53:47.122 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344818324) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:47.122 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:47.125 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:47.125 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:53:47.197 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:53:47.197 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:53:47.197 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:53:47.197 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:47.197 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:47.201 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:47.202 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:47.205 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:47.205 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:53:47.205 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:47.205 [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... 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:47.205 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344819418) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:47.206 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:47.207 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:47.207 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:47.214 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:47.214 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:47.214 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:47.214 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:47.214 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:47.214 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:47.214 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:47.220 [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...14:53:47.220 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:47.221 [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... 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344821110) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:47.223 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:47.223 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:47.229 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:47.229 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:47.229 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:47.229 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:53:47.229 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:47.229 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:47.229 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:47.231 [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...14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:47.231 [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... 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344823109) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:47.231 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:47.298 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:47.298 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:47.298 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:53:47.298 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:53:47.298 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:47.298 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:47.298 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:47.300 [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...14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:47.300 [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... 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:47.300 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344825109) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:47.301 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:47.301 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms 14:53:49.100 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:49.101 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53: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... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53: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... 14:53:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:49.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344825109) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:49.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:49.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:49.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:49.112 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 14:53:49.112 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 14:53:49.112 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:49.112 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:49.112 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:49.114 [pool-74-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...14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:49.114 [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... 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:49.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696344827118) of file:///tmp/hawkSvnRepo6369978709586206757 14:53:49.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:49.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms 14:53:49.117 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344819418, id=32] 14:53:49.119 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344819418, id=32] 14:53:49.121 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344819418, id=32] after for 1696344819418: 0 after for 1696344821110: 1 before for 1696344823109: 2 before for 1696344825109: 3 14:53:49.124 [pool-74-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344819418, id=32] 14:53:49.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:49.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6369978709586206757:org.eclipse.hawk.svn.SvnManager:false 14:53:49.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:49.127 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:49.128 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:49.129 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8674232238458918806/test_before[LevelDB GreyCat] 14:53:49.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:50.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:50.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:50.310 [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 14:53:50.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:50.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:50.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:50.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:50.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:50.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:50.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:50.313 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:50.314 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:50.314 [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 14:53:50.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:50.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:50.322 [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 14:53:50.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 14:53:50.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 14:53:50.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 14:53:50.324 [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 14:53:50.324 [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 14:53:50.324 [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 14:53:50.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 14:53:50.325 [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 14:53:50.325 [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 14:53:50.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 14:53:50.325 [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 14:53:50.325 [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 14:53:50.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[] 14:53:50.325 [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 14:53:50.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 14:53:50.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 14:53:50.326 [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 14:53:50.326 [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 14:53:50.326 [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 14:53:50.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 14:53:50.326 [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 14:53:50.326 [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 14:53:50.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 14:53:50.326 [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 14:53:50.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 14:53:50.327 [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 14:53:50.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 14:53:50.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 14:53:50.327 [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 14:53:50.328 [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 14:53:50.328 [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 14:53:50.328 [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 14:53:50.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:50.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:50.394 [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 14:53:50.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:50.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:50.403 [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 14:53:50.403 [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 14:53:50.403 [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 14:53:50.403 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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[] 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.404 [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 14:53:50.405 [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 14:53:50.405 [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 14:53:50.405 [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 14:53:50.405 [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 14:53:50.405 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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 14:53:50.406 [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[] 14:53:50.406 [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 14:53:50.409 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:50.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo820841922780510653 14:53:58.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo820841922780510653:org.eclipse.hawk.svn.SvnManager:false 14:53:58.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:58.109 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:58.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:58.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:58.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:58.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:58.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:58.121 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:58.121 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:53:58.121 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:58.121 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:58.123 [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... 14:53:58.123 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:53:58.125 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344829142) of file:///tmp/hawkSvnRepo820841922780510653 14:53:58.126 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:58.129 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:58.129 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:53:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:53:58.197 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:53:58.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:53:58.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:53:58.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:58.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:58.201 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:53:58.202 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:53:58.205 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:53:58.205 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:53:58.205 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:53:58.205 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:53:58.205 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:58.206 [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... 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344830426) of file:///tmp/hawkSvnRepo820841922780510653 14:53:58.206 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:58.208 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:58.208 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:58.215 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:58.215 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:58.215 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:53:58.215 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:53:58.215 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:58.215 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:58.215 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:58.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:53:58.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:58.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:58.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:58.222 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:58.223 [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... 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344832113) of file:///tmp/hawkSvnRepo820841922780510653 14:53:58.223 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:58.231 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:58.231 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:58.232 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:53:58.232 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:53:58.232 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:58.232 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:58.232 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:58.233 [pool-76-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...14:53:58.233 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:58.233 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:58.233 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:58.233 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:58.234 [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... 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344834110) of file:///tmp/hawkSvnRepo820841922780510653 14:53:58.234 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:53:58.236 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:53:58.236 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:53:58.295 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:53:58.295 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:53:58.295 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:53:58.296 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:53:58.296 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:53:58.296 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:53:58.296 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:53:58.297 [pool-76-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...14:53:58.297 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:53:58.297 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:53:58.297 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:53:58.297 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:53:58.297 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:53:58.298 [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... 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344836110) of file:///tmp/hawkSvnRepo820841922780510653 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:58.298 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms 14:53:58.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:53:58.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo820841922780510653:org.eclipse.hawk.svn.SvnManager:false 14:53:58.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:58.308 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:53:58.309 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:53:58.310 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3674155783098858159/test_commitMessages[LevelDB GreyCat] 14:53:58.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:53:59.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:53:59.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:53:59.314 [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 14:53:59.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:59.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:59.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:53:59.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:53:59.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:53:59.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:53:59.318 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:53:59.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:53:59.319 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:53:59.319 [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 14:53:59.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:59.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:59.327 [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 14:53:59.327 [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 14:53:59.327 [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 14:53:59.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 14:53:59.327 [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 14:53:59.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 14:53:59.328 [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 14:53:59.329 [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 14:53:59.329 [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 14:53:59.329 [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 14:53:59.330 [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 14:53:59.331 [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 14:53:59.331 [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 14:53:59.331 [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 14:53:59.393 [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 14:53:59.393 [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 14:53:59.393 [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 14:53:59.394 [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 14:53:59.394 [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[] 14:53:59.394 [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 14:53:59.394 [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 14:53:59.394 [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 14:53:59.395 [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 14:53:59.395 [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 14:53:59.395 [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 14:53:59.396 [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 14:53:59.396 [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 14:53:59.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 14:53:59.397 [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 14:53:59.397 [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 14:53:59.397 [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 14:53:59.397 [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 14:53:59.398 [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 14:53:59.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:53:59.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:53:59.408 [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 14:53:59.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:53:59.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:53:59.415 [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 14:53:59.415 [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 14:53:59.416 [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[] 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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[] 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.416 [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 14:53:59.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:53:59.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7978733986559281206 14:54:07.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7978733986559281206:org.eclipse.hawk.svn.SvnManager:false 14:54:07.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:07.107 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:07.116 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:07.116 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:07.116 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:07.116 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:07.116 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:07.118 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:07.118 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:54:07.118 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:07.118 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:07.119 [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... 14:54:07.119 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:54:07.121 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344838323) of file:///tmp/hawkSvnRepo7978733986559281206 14:54:07.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:07.125 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:07.125 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:07.132 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:07.132 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:07.132 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:07.132 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:54:07.140 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:54:07.140 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:07.140 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:07.140 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:07.140 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:07.143 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:07.145 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:07.193 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:07.193 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:54:07.194 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:07.194 [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... 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:07.194 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344839492) of file:///tmp/hawkSvnRepo7978733986559281206 14:54:07.195 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:07.197 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:07.197 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:07.203 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:07.203 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:07.203 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:54:07.203 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:54:07.203 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:07.203 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:07.203 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:07.210 [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... 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:07.210 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344841109) of file:///tmp/hawkSvnRepo7978733986559281206 14:54:07.211 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:07.213 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:07.213 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:07.218 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:07.218 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:07.219 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:54:07.219 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:54:07.219 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:07.219 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:07.219 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:07.220 [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...14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:07.220 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:07.221 [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... 14:54:07.221 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:07.221 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344843109) of file:///tmp/hawkSvnRepo7978733986559281206 14:54:07.221 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:07.223 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:07.223 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:07.228 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:07.228 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:07.229 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:54:07.229 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:54:07.229 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:07.229 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:07.229 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:07.230 [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...14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:07.230 [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... 14:54:07.230 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:07.231 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344845108) of file:///tmp/hawkSvnRepo7978733986559281206 14:54:07.231 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:07.231 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 124 ms 14:54:07.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:07.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7978733986559281206:org.eclipse.hawk.svn.SvnManager:false 14:54:07.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:07.294 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:07.295 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:07.296 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6373931337705770278/test_rangesAreBothInclusive[LevelDB GreyCat] 14:54:07.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:08.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:08.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:08.347 [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 14:54:08.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:08.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:08.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:08.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:08.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:08.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:08.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:08.351 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:08.351 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:08.352 [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 14:54:08.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:08.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:08.400 [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 14:54:08.400 [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 14:54:08.400 [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 14:54:08.401 [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 14:54:08.401 [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 14:54:08.401 [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[] 14:54:08.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 14:54:08.401 [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 14:54:08.401 [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 14:54:08.401 [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 14:54:08.401 [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 14:54:08.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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.402 [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 14:54:08.403 [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 14:54:08.403 [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 14:54:08.403 [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 14:54:08.403 [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 14:54:08.404 [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 14:54:08.404 [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 14:54:08.404 [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 14:54:08.404 [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 14:54:08.404 [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 14:54:08.406 [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 14:54:08.406 [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 14:54:08.406 [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 14:54:08.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:08.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:08.414 [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 14:54:08.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:08.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:08.420 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.421 [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 14:54:08.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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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[] 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.421 [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 14:54:08.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 14:54:08.421 [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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.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 14:54:08.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[] 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.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 14:54:08.421 [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 14:54:08.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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.421 [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 14:54:08.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 14:54:08.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 14:54:08.421 [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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.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 14:54:08.421 [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 14:54:08.422 [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 14:54:08.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:08.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6972966056846896140 14:54:12.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6972966056846896140:org.eclipse.hawk.svn.SvnManager:false 14:54:12.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:12.106 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:12.115 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:12.115 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:54:12.115 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:12.115 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:12.117 [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... 14:54:12.117 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:54:12.119 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344847308) of file:///tmp/hawkSvnRepo6972966056846896140 14:54:12.119 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:12.122 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:12.122 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:12.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:54:12.129 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:12.129 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:12.129 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:54:12.137 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:54:12.137 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:12.137 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:12.137 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:12.137 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:12.140 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:12.141 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:12.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:12.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:54:12.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:12.144 [pool-80-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...14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:12.144 [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... 14:54:12.144 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:12.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344848441) of file:///tmp/hawkSvnRepo6972966056846896140 14:54:12.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:12.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:12.145 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:54:12.145 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:54:12.196 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.051s 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:12.196 [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... 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:12.196 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344850127) of file:///tmp/hawkSvnRepo6972966056846896140 14:54:12.197 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:12.197 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 91 ms 14:54:12.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:12.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6972966056846896140:org.eclipse.hawk.svn.SvnManager:false 14:54:12.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:12.204 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:12.205 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:12.206 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3662871728940090073/test_createDeleteNode[LevelDB GreyCat] 14:54:12.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:13.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:13.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:13.314 [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 14:54:13.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:13.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:13.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:13.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:13.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:13.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:13.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:13.318 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:13.319 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:13.319 [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 14:54:13.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:13.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:13.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 14:54:13.327 [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 14:54:13.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 14:54:13.328 [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 14:54:13.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 14:54:13.329 [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 14:54:13.329 [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 14:54:13.330 [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 14:54:13.330 [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 14:54:13.394 [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 14:54:13.394 [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 14:54:13.394 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.395 [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 14:54:13.396 [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 14:54:13.396 [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 14:54:13.396 [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 14:54:13.396 [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 14:54:13.397 [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 14:54:13.397 [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[] 14:54:13.397 [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 14:54:13.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 14:54:13.397 [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 14:54:13.398 [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 14:54:13.398 [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 14:54:13.398 [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 14:54:13.398 [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 14:54:13.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:13.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:13.408 [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 14:54:13.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:13.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.414 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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[] 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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[] 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.415 [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 14:54:13.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:13.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo8376961503264411095 14:54:17.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8376961503264411095:org.eclipse.hawk.svn.SvnManager:false 14:54:17.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:17.107 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:17.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:17.115 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:17.115 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:17.115 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:17.115 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:17.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:17.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:54:17.116 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:17.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:17.118 [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... 14:54:17.118 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:54:17.120 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344852217) of file:///tmp/hawkSvnRepo8376961503264411095 14:54:17.120 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:17.123 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:17.123 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:17.129 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:54:17.129 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:17.130 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:17.130 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:54:17.137 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:54:17.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:17.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:17.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:17.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:17.141 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:17.193 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:17.193 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:54:17.193 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:17.193 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s64ms [pure insertion] marking any relevant derived attributes for update...14:54:17.193 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:17.193 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:17.193 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:17.193 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:17.194 [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... 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344853436) of file:///tmp/hawkSvnRepo8376961503264411095 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:17.194 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:54:17.194 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:54:17.201 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:17.201 [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... 14:54:17.201 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:17.202 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344855120) of file:///tmp/hawkSvnRepo8376961503264411095 14:54:17.202 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:17.202 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 95 ms 14:54:17.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:17.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8376961503264411095:org.eclipse.hawk.svn.SvnManager:false 14:54:17.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:17.206 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:17.208 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:17.208 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit306925783148610617/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 14:54:17.211 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:18.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:18.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:18.313 [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 14:54:18.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:18.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:18.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:18.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:18.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:18.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:18.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:18.317 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:18.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:18.318 [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 14:54:18.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:18.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:18.327 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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 14:54:18.329 [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[] 14:54:18.329 [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 14:54:18.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 14:54:18.329 [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 14:54:18.330 [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 14:54:18.330 [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 14:54:18.330 [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 14:54:18.330 [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 14:54:18.330 [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 14:54:18.330 [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 14:54:18.330 [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 14:54:18.394 [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 14:54:18.394 [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 14:54:18.394 [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 14:54:18.394 [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 14:54:18.394 [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 14:54:18.395 [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 14:54:18.395 [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 14:54:18.395 [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 14:54:18.395 [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 14:54:18.395 [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 14:54:18.395 [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 14:54:18.396 [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 14:54:18.396 [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 14:54:18.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:18.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:18.404 [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 14:54:18.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:18.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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[] 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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[] 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.410 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.411 [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 14:54:18.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:18.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2934406869773850546:org.eclipse.hawk.svn.SvnManager:false 14:54:32.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:32.107 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.117 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.117 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:54:32.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.117 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.119 [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... 14:54:32.119 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:54:32.120 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344857222) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.121 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.124 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.124 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.130 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.130 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.130 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:32.130 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:54:32.138 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:54:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:32.142 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:32.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:32.145 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:32.145 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:54:32.145 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:32.145 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:54:32.145 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:32.145 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.146 [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... 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344858430) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.146 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.192 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.193 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.199 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.199 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.199 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:54:32.199 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:54:32.199 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:32.199 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:32.199 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:32.206 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:54:32.206 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:32.206 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.207 [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... 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344860109) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.207 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.209 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.209 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:54:32.215 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:54:32.215 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:32.215 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:32.215 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:32.216 [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...14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.217 [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... 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344862109) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.219 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.219 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.224 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.224 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.224 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:54:32.225 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 14:54:32.225 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:32.225 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:32.225 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54: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... 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54: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... 14:54:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:32.229 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344864109) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.229 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.231 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.231 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.294 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.294 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.296 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:54:32.296 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:54:32.296 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:32.296 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:32.296 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:32.297 [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...14:54:32.297 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:32.297 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.298 [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... 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696344866108) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.300 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.300 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.306 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.306 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.306 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:54:32.306 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:54:32.306 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:32.306 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:32.306 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:32.307 [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...14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.307 [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... 14:54:32.307 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:32.308 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1696344868109) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.308 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:32.310 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:32.310 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:32.315 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:32.315 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:32.316 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:54:32.316 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 14:54:32.316 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:32.316 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:32.316 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:32.318 [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...14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:32.318 [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... 14:54:32.318 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:32.319 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1696344870108) of file:///tmp/hawkSvnRepo2934406869773850546 14:54:32.319 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:32.319 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 212 ms 14:54:32.321 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:54:32.321 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344870108, id=32] 14:54:32.323 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:54:32.324 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344866108, id=32] 14:54:32.326 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:54:32.328 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree label: Empty label: NotEmpty label: Empty label: NotEmpty label: NotEmpty label: Empty 14:54:32.330 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344866108, id=32] Children of NotEmpty at 1696344866108: 1 Children of NotEmpty at 1696344862109: 2 Children of NotEmpty at 1696344860109: 1 14:54:32.332 [pool-84-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:54:32.333 [pool-84-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344866108, id=32] Children of NotEmpty at 1696344866108: 1 Children of NotEmpty at 1696344862109: 2 Children of NotEmpty at 1696344860109: 1 14:54:32.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:32.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2934406869773850546:org.eclipse.hawk.svn.SvnManager:false 14:54:32.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:32.397 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:32.399 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:32.399 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8059835438120795222/test_unscope[LevelDB GreyCat] 14:54:32.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:33.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:33.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:33.325 [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 14:54:33.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:33.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:33.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:33.329 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:33.329 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:33.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:33.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:33.330 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:33.330 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:33.330 [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 14:54:33.334 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:33.334 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:33.339 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.340 [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 14:54:33.341 [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 14:54:33.341 [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 14:54:33.341 [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 14:54:33.341 [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 14:54:33.341 [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[] 14:54:33.341 [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 14:54:33.342 [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 14:54:33.342 [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 14:54:33.342 [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 14:54:33.392 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.393 [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 14:54:33.394 [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 14:54:33.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:33.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:33.402 [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 14:54:33.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:33.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.408 [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 14:54:33.409 [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 14:54:33.409 [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 14:54:33.409 [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 14:54:33.409 [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 14:54:33.409 [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[] 14:54:33.409 [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 14:54:33.409 [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 14:54:33.409 [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 14:54:33.409 [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 14:54:33.409 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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 14:54:33.410 [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[] 14:54:33.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:33.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6105779873087994727 14:54:37.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6105779873087994727:org.eclipse.hawk.svn.SvnManager:false 14:54:37.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:37.107 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:37.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:37.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:37.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:37.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:37.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:37.117 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:37.117 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:54:37.117 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:37.117 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:37.118 [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... 14:54:37.118 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:54:37.120 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344872412) of file:///tmp/hawkSvnRepo6105779873087994727 14:54:37.121 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:37.123 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:37.123 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:37.129 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:54:37.129 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:37.130 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:37.130 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:54:37.137 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:54:37.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:37.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:37.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:37.137 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:37.141 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:37.145 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:37.145 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:54:37.145 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:37.145 [pool-86-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...14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:37.145 [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... 14:54:37.145 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s47ms [proxy update] 14:54:37.192 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344873428) of file:///tmp/hawkSvnRepo6105779873087994727 14:54:37.193 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:37.193 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:37.193 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:54:37.193 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:54:37.200 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:37.200 [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... 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:37.200 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344875118) of file:///tmp/hawkSvnRepo6105779873087994727 14:54:37.201 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:37.201 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 14:54:37.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:37.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6105779873087994727:org.eclipse.hawk.svn.SvnManager:false 14:54:37.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:37.209 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:37.211 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:37.212 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2487409521153569012/test_countInstancesFromModelTypes[LevelDB GreyCat] 14:54:37.213 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:38.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:38.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:38.314 [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 14:54:38.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:38.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:38.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:38.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:38.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:38.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:38.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:38.318 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:38.319 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:38.319 [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 14:54:38.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:38.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:38.327 [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 14:54:38.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 14:54:38.327 [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 14:54:38.327 [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 14:54:38.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 14:54:38.328 [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 14:54:38.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 14:54:38.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 14:54:38.328 [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 14:54:38.328 [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 14:54:38.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 14:54:38.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 14:54:38.328 [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 14:54:38.329 [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 14:54:38.330 [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 14:54:38.330 [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 14:54:38.330 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.331 [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 14:54:38.392 [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 14:54:38.392 [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 14:54:38.393 [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 14:54:38.393 [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[] 14:54:38.393 [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 14:54:38.393 [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 14:54:38.393 [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 14:54:38.393 [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 14:54:38.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:38.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:38.402 [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 14:54:38.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:38.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.408 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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[] 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.409 [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 14:54:38.410 [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[] 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.410 [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 14:54:38.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:38.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13571251655064304963 14:54:46.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13571251655064304963:org.eclipse.hawk.svn.SvnManager:false 14:54:46.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:46.106 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:46.117 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:46.117 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:46.117 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:46.117 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:46.117 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:46.119 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:46.119 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:54:46.119 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:46.119 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:46.121 [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... 14:54:46.122 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:54:46.124 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344877223) of file:///tmp/hawkSvnRepo13571251655064304963 14:54:46.125 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:46.129 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:46.129 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:46.137 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:46.137 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:46.137 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:46.137 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:54:46.198 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:54:46.199 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:46.199 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:46.199 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:46.199 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:46.202 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:46.204 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:46.207 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:46.207 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:54:46.208 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s71ms [pure insertion] marking any relevant derived attributes for update...14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:46.208 [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... 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:46.208 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344878498) of file:///tmp/hawkSvnRepo13571251655064304963 14:54:46.209 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:46.211 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:46.211 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:46.219 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:46.219 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:46.219 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:54:46.219 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:54:46.219 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:46.219 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:46.219 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:46.228 [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... 14:54:46.228 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:46.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344880108) of file:///tmp/hawkSvnRepo13571251655064304963 14:54:46.229 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:46.231 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:46.231 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:46.238 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:46.238 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:46.238 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:54:46.238 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:54:46.238 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:46.238 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:46.238 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:46.239 [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...14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:46.239 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:46.240 [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... 14:54:46.240 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:46.240 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344882109) of file:///tmp/hawkSvnRepo13571251655064304963 14:54:46.240 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:46.294 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:46.294 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:46.302 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:46.302 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:46.302 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:54:46.303 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:54:46.303 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:46.303 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:46.303 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:46.304 [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...14:54:46.304 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:46.305 [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... 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344884108) of file:///tmp/hawkSvnRepo13571251655064304963 14:54:46.305 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:46.306 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 200 ms 14:54:46.309 [pool-88-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344878498, id=32] 14:54:46.311 [pool-88-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344884108, id=32] 14:54:46.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:46.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13571251655064304963:org.eclipse.hawk.svn.SvnManager:false 14:54:46.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:46.314 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:46.315 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:46.315 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18346063806704998945/test_after[LevelDB GreyCat] 14:54:46.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:47.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:47.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:47.316 [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 14:54:47.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:47.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:47.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:47.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:47.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:47.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:47.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:47.321 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:47.321 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:47.321 [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 14:54:47.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:47.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:47.331 [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 14:54:47.331 [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 14:54:47.331 [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 14:54:47.331 [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 14:54:47.331 [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 14:54:47.331 [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 14:54:47.331 [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 14:54:47.332 [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 14:54:47.332 [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 14:54:47.332 [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 14:54:47.332 [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 14:54:47.332 [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 14:54:47.332 [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 14:54:47.332 [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 14:54:47.333 [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 14:54:47.333 [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 14:54:47.333 [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 14:54:47.333 [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 14:54:47.333 [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 14:54:47.333 [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 14:54:47.334 [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 14:54:47.334 [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 14:54:47.334 [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 14:54:47.334 [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 14:54:47.334 [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 14:54:47.334 [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 14:54:47.334 [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 14:54:47.392 [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 14:54:47.392 [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 14:54:47.392 [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 14:54:47.393 [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 14:54:47.393 [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 14:54:47.393 [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[] 14:54:47.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:47.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:47.401 [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 14:54:47.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:47.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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[] 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.407 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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[] 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.408 [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 14:54:47.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:47.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo83232827964413161 14:54:55.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo83232827964413161:org.eclipse.hawk.svn.SvnManager:false 14:54:55.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:55.106 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:55.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:55.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:55.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:55.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:55.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:55.116 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:55.116 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:54:55.116 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:55.116 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:55.118 [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... 14:54:55.118 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:54:55.120 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344886326) of file:///tmp/hawkSvnRepo83232827964413161 14:54:55.120 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:55.123 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:55.123 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:55.129 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:55.129 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:55.129 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:54:55.129 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:54:55.137 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:54:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:54:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:54:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:55.140 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:54:55.141 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:54:55.193 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:54:55.193 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:54:55.193 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:54:55.193 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s64ms [pure insertion] marking any relevant derived attributes for update...14:54:55.193 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:55.193 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:55.193 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:55.193 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:55.194 [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... 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344887426) of file:///tmp/hawkSvnRepo83232827964413161 14:54:55.194 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:55.196 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:55.196 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:55.201 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:55.201 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:55.201 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:54:55.202 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:54:55.202 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:55.202 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:55.202 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:55.208 [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... 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:55.208 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344889109) of file:///tmp/hawkSvnRepo83232827964413161 14:54:55.209 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:55.210 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:55.210 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:54:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:54:55.216 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:55.216 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:55.217 [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...14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:55.217 [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... 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344891109) of file:///tmp/hawkSvnRepo83232827964413161 14:54:55.218 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:55.219 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:55.219 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:55.225 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:55.225 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:55.225 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:54:55.225 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:54:55.225 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:55.225 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:55.225 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:55.226 [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...14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:55.226 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:55.227 [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... 14:54:55.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:55.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344893108) of file:///tmp/hawkSvnRepo83232827964413161 14:54:55.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:55.227 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 121 ms 14:54:57.101 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:57.103 [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... 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344893108) of file:///tmp/hawkSvnRepo83232827964413161 14:54:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:54:57.105 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:54:57.105 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:54:57.110 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:54:57.110 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:54:57.111 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 14:54:57.111 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 14:54:57.111 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:54:57.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:54:57.111 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:54:57.112 [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...14:54:57.112 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:54:57.112 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:54:57.112 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:54:57.113 [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... 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696344895116) of file:///tmp/hawkSvnRepo83232827964413161 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:57.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 12 ms 14:54:57.115 [pool-90-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344887426, id=32] 14:54:57.117 [pool-90-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344887426, id=32] 14:54:57.119 [pool-90-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344887426, id=32] 14:54:57.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:54:57.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo83232827964413161:org.eclipse.hawk.svn.SvnManager:false 14:54:57.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:57.122 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:54:57.123 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:54:57.123 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14710254516698381182/test_until[LevelDB GreyCat] 14:54:57.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:54:58.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:54:58.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:54:58.312 [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 14:54:58.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:58.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:58.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:54:58.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:54:58.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:54:58.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:54:58.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:54:58.316 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:54:58.317 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:54:58.317 [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 14:54:58.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:58.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:58.325 [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 14:54:58.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 14:54:58.325 [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 14:54:58.325 [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 14:54:58.325 [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 14:54:58.325 [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 14:54:58.326 [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 14:54:58.326 [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 14:54:58.326 [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 14:54:58.326 [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 14:54:58.326 [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 14:54:58.326 [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 14:54:58.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 14:54:58.327 [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 14:54:58.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 14:54:58.328 [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[] 14:54:58.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 14:54:58.329 [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 14:54:58.329 [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 14:54:58.329 [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 14:54:58.330 [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 14:54:58.330 [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 14:54:58.330 [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 14:54:58.330 [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 14:54:58.330 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.331 [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 14:54:58.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:54:58.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:54:58.400 [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 14:54:58.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:54:58.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:54:58.407 [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[] 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.407 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.408 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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[] 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.409 [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 14:54:58.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:54:58.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo599534471185623091 14:55:06.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo599534471185623091:org.eclipse.hawk.svn.SvnManager:false 14:55:06.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:06.106 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:06.120 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:06.120 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:55:06.120 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:06.120 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:06.122 [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... 14:55:06.122 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:55:06.124 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344897135) of file:///tmp/hawkSvnRepo599534471185623091 14:55:06.125 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:06.128 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:06.128 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:55:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:55:06.143 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:55:06.143 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:55:06.143 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:55:06.144 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:06.144 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:06.193 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:55:06.195 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:55:06.197 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:55:06.197 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:55:06.197 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s63ms [pure insertion] marking any relevant derived attributes for update...14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:06.198 [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... 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344898427) of file:///tmp/hawkSvnRepo599534471185623091 14:55:06.198 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:06.200 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:06.200 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:06.206 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:06.206 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:06.207 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:55:06.207 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:55:06.207 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:06.207 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:06.207 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:06.213 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:55:06.213 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:06.214 [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... 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344900109) of file:///tmp/hawkSvnRepo599534471185623091 14:55:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:06.216 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:06.216 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:06.222 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:06.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:06.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:55:06.222 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:55:06.223 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:06.223 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:06.223 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:06.224 [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...14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:06.224 [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... 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:06.224 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344902108) of file:///tmp/hawkSvnRepo599534471185623091 14:55:06.225 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:06.227 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:06.227 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:06.232 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:06.232 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:06.233 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:55:06.233 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:55:06.233 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:06.233 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:06.233 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:06.234 [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...14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:06.234 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:06.235 [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... 14:55:06.235 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:55:06.235 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344904108) of file:///tmp/hawkSvnRepo599534471185623091 14:55:06.235 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:06.235 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 129 ms 14:55:08.100 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:08.101 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55: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... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55: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... 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344904108) of file:///tmp/hawkSvnRepo599534471185623091 14:55:08.103 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:08.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:08.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 14:55:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 14:55:08.111 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:08.111 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:08.114 [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...14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:08.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... 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:08.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696344906121) of file:///tmp/hawkSvnRepo599534471185623091 14:55:08.115 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:08.115 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms 14:55:08.119 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344906121, id=32] 14:55:08.121 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344906121, id=32] 14:55:08.123 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344906121, id=32] 14:55:08.124 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344906121, id=32] 14:55:08.126 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344906121, id=32] 14:55:08.128 [pool-92-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344906121, id=32] 14:55:08.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:55:08.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo599534471185623091:org.eclipse.hawk.svn.SvnManager:false 14:55:08.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:08.131 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:55:08.133 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:55:08.133 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18183724315616800247/test_whenPoints[LevelDB GreyCat] 14:55:08.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:55:09.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:55:09.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:09.321 [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 14:55:09.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:09.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:09.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:55:09.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:55:09.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:55:09.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:55:09.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:55:09.325 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:09.326 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:09.326 [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 14:55:09.330 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:09.330 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:09.395 [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 14:55:09.395 [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 14:55:09.395 [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 14:55:09.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 14:55:09.397 [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 14:55:09.397 [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 14:55:09.397 [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 14:55:09.397 [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 14:55:09.398 [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 14:55:09.399 [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 14:55:09.400 [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 14:55:09.400 [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[] 14:55:09.400 [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 14:55:09.400 [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 14:55:09.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 14:55:09.401 [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 14:55:09.401 [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 14:55:09.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 14:55:09.401 [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 14:55:09.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 14:55:09.402 [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 14:55:09.403 [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 14:55:09.403 [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 14:55:09.404 [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 14:55:09.404 [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 14:55:09.404 [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 14:55:09.404 [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 14:55:09.404 [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 14:55:09.405 [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 14:55:09.405 [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 14:55:09.405 [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 14:55:09.405 [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 14:55:09.405 [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 14:55:09.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:55:09.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:55:09.414 [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 14:55:09.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:09.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.420 [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 14:55:09.421 [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 14:55:09.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 14:55:09.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 14:55:09.421 [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 14:55:09.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 14:55:09.421 [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 14:55:09.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 14:55:09.421 [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 14:55:09.421 [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[] 14:55:09.421 [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 14:55:09.421 [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 14:55:09.421 [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 14:55:09.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 14:55:09.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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.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 14:55:09.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[] 14:55:09.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 14:55:09.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 14:55:09.422 [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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.422 [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 14:55:09.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 14:55:09.422 [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 14:55:09.422 [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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.422 [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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.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 14:55:09.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:55:09.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo3751945380501537735 14:55:17.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3751945380501537735:org.eclipse.hawk.svn.SvnManager:false 14:55:17.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:17.106 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:17.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:17.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:17.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:17.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:17.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:17.116 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:17.116 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:55:17.116 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:17.116 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:17.117 [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... 14:55:17.117 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:55:17.119 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344908192) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:17.120 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:17.122 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:17.122 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:17.128 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:17.128 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:17.128 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:55:17.128 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:55:17.136 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:55:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:55:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:55:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:17.139 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:55:17.141 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:55:17.192 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:55:17.192 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:55:17.193 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:17.193 [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... 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344909493) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:17.193 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:17.195 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:17.195 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:17.200 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:17.201 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:17.201 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:55:17.201 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:55:17.201 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:17.201 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:17.201 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:17.207 [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... 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344911109) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:17.207 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:17.209 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:17.209 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:17.215 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:55:17.215 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:55:17.215 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:17.215 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:17.215 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:17.216 [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...14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:17.216 [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... 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:17.216 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344913109) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:17.217 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:17.218 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:17.218 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:17.223 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:17.223 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:17.223 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:55:17.224 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:55:17.224 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:17.224 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:17.224 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:17.225 [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...14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:17.225 [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... 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344915110) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:17.225 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 14:55:19.100 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:19.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55: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... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55: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... 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344915110) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:19.103 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:19.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:19.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:19.110 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:19.110 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:19.111 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 14:55:19.111 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 14:55:19.111 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:19.111 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:19.111 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:19.112 [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...14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:19.112 [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... 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:19.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696344917116) of file:///tmp/hawkSvnRepo3751945380501537735 14:55:19.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:19.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 13 ms Label at 1696344917116: SomethingElse 14:55:19.130 [pool-94-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344917116, id=32] 14:55:19.132 [pool-94-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344917116, id=32] 14:55:19.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:55:19.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3751945380501537735:org.eclipse.hawk.svn.SvnManager:false 14:55:19.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:19.134 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:55:19.135 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:55:19.136 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7151374403769471321/test_onceFalse[LevelDB GreyCat] 14:55:19.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:55:20.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:55:20.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:20.315 [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 14:55:20.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:20.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:20.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:55:20.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:55:20.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:55:20.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:55:20.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:55:20.318 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:20.319 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:20.319 [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 14:55:20.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:20.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:20.326 [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 14:55:20.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 14:55:20.326 [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 14:55:20.326 [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 14:55:20.327 [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 14:55:20.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 14:55:20.327 [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 14:55:20.327 [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 14:55:20.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 14:55:20.327 [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 14:55:20.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 14:55:20.328 [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 14:55:20.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 14:55:20.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 14:55:20.328 [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 14:55:20.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 14:55:20.329 [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[] 14:55:20.329 [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 14:55:20.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 14:55:20.329 [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 14:55:20.329 [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 14:55:20.329 [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 14:55:20.393 [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 14:55:20.393 [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 14:55:20.393 [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 14:55:20.394 [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 14:55:20.394 [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 14:55:20.394 [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 14:55:20.394 [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 14:55:20.394 [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 14:55:20.394 [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 14:55:20.395 [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 14:55:20.395 [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 14:55:20.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:55:20.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:55:20.404 [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 14:55:20.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:20.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:20.409 [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 14:55:20.409 [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 14:55:20.409 [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 14:55:20.409 [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 14:55:20.409 [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 14:55:20.409 [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 14:55:20.409 [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 14:55:20.409 [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 14:55:20.410 [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 14:55:20.410 [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 14:55:20.410 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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[] 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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[] 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.411 [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 14:55:20.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:55:20.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo17007556708605679497 14:55:28.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17007556708605679497:org.eclipse.hawk.svn.SvnManager:false 14:55:28.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:28.106 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:28.114 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:28.115 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:55:28.115 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:28.115 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:28.116 [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... 14:55:28.116 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:55:28.118 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344919197) of file:///tmp/hawkSvnRepo17007556708605679497 14:55:28.118 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:28.121 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:28.121 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:28.126 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:28.126 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:28.127 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:55:28.127 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:55:28.134 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:55:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:55:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:55:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:28.137 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:55:28.138 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:55:28.140 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:55:28.140 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:55:28.140 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:55:28.140 [pool-96-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...14:55:28.140 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:28.140 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:28.141 [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... 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344920428) of file:///tmp/hawkSvnRepo17007556708605679497 14:55:28.141 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:28.143 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:28.143 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:28.148 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:28.148 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:28.149 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:55:28.149 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:55:28.149 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:28.149 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:28.149 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:28.154 [pool-96-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...14:55:28.154 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:28.154 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:28.154 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:28.155 [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... 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344922108) of file:///tmp/hawkSvnRepo17007556708605679497 14:55:28.155 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:28.193 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:28.193 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:28.199 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:28.199 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:28.199 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:55:28.200 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:55:28.200 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:28.200 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:28.200 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:28.201 [pool-96-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...14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:28.201 [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... 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:28.201 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344924108) of file:///tmp/hawkSvnRepo17007556708605679497 14:55:28.202 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:28.203 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:28.203 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:28.209 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:28.209 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:28.209 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:55:28.209 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:55:28.209 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:28.210 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:28.210 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:28.211 [pool-96-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...14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:28.211 [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... 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344926108) of file:///tmp/hawkSvnRepo17007556708605679497 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:28.211 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 105 ms 14:55:28.213 [pool-96-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344922108, id=32] 14:55:28.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:55:28.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17007556708605679497:org.eclipse.hawk.svn.SvnManager:false 14:55:28.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:28.216 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:55:28.217 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:55:28.217 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4753789729076335380/test_followReferences[LevelDB GreyCat] 14:55:28.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:55:29.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:55:29.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:29.306 [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 14:55:29.306 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:29.306 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:29.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:55:29.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:55:29.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:55:29.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:55:29.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:55:29.309 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:29.310 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:29.310 [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 14:55:29.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:29.313 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:29.316 [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 14:55:29.316 [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 14:55:29.316 [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 14:55:29.316 [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 14:55:29.317 [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 14:55:29.317 [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 14:55:29.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 14:55:29.317 [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 14:55:29.317 [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 14:55:29.317 [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 14:55:29.318 [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 14:55:29.318 [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 14:55:29.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 14:55:29.318 [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 14:55:29.318 [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 14:55:29.318 [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 14:55:29.319 [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 14:55:29.319 [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 14:55:29.320 [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 14:55:29.320 [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[] 14:55:29.320 [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 14:55:29.320 [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 14:55:29.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 14:55:29.320 [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 14:55:29.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 14:55:29.320 [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 14:55:29.321 [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 14:55:29.321 [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 14:55:29.321 [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 14:55:29.321 [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 14:55:29.321 [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 14:55:29.321 [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 14:55:29.321 [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 14:55:29.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:55:29.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:55:29.394 [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 14:55:29.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:29.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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[] 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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[] 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.400 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.401 [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 14:55:29.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:55:29.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5404331798408391140 14:55:37.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5404331798408391140:org.eclipse.hawk.svn.SvnManager:false 14:55:37.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:37.107 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:37.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:37.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:55:37.116 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:37.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:37.117 [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... 14:55:37.117 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:55:37.119 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344928230) of file:///tmp/hawkSvnRepo5404331798408391140 14:55:37.119 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:37.122 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:37.122 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:37.128 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:37.128 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:37.128 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:55:37.128 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:55:37.135 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:55:37.135 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:55:37.135 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:55:37.135 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:37.135 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:37.138 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:55:37.139 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:55:37.142 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:55:37.142 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:55:37.142 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:55:37.142 [pool-98-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...14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:37.142 [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... 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:37.142 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344929417) of file:///tmp/hawkSvnRepo5404331798408391140 14:55:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:37.144 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:37.144 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:55:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:55:37.150 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:37.150 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s46ms [pure insertion] marking any relevant derived attributes for update...14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:37.196 [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... 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:37.196 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344931112) of file:///tmp/hawkSvnRepo5404331798408391140 14:55:37.197 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:37.198 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:37.198 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:37.204 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:37.204 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:37.204 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:55:37.204 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:55:37.204 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:37.204 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:37.204 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:37.205 [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...14:55:37.205 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:37.205 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:37.205 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:37.205 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:37.205 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:37.206 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:55:37.206 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:37.206 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:37.206 [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... 14:55:37.206 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:55:37.206 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344933108) of file:///tmp/hawkSvnRepo5404331798408391140 14:55:37.206 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:37.208 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:37.208 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:37.213 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:37.213 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:37.214 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:55:37.214 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:55:37.214 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:37.214 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:37.214 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:37.215 [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...14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:37.215 [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... 14:55:37.215 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:55:37.216 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344935108) of file:///tmp/hawkSvnRepo5404331798408391140 14:55:37.216 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:37.216 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 109 ms 14:55:37.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:55:37.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5404331798408391140:org.eclipse.hawk.svn.SvnManager:false 14:55:37.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:37.222 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:55:37.223 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:55:37.224 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8262174431254918852/test_untilThen[LevelDB GreyCat] 14:55:37.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:55:38.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:55:38.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:38.317 [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 14:55:38.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:38.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:38.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:55:38.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:55:38.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:55:38.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:55:38.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:55:38.322 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:38.323 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:38.323 [pool-100-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 14:55:38.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:38.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:38.333 [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 14:55:38.333 [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 14:55:38.333 [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 14:55:38.333 [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 14:55:38.334 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.335 [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 14:55:38.392 [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 14:55:38.392 [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 14:55:38.392 [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 14:55:38.393 [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 14:55:38.393 [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[] 14:55:38.393 [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 14:55:38.393 [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 14:55:38.394 [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 14:55:38.394 [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 14:55:38.395 [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 14:55:38.396 [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 14:55:38.396 [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 14:55:38.396 [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 14:55:38.397 [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 14:55:38.397 [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 14:55:38.397 [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 14:55:38.397 [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 14:55:38.397 [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 14:55:38.397 [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 14:55:38.397 [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 14:55:38.409 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:55:38.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:55:38.409 [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 14:55:38.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:38.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.417 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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[] 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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[] 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.418 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.419 [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 14:55:38.420 [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 14:55:38.424 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:55:38.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5761685591676758719 14:55:46.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5761685591676758719:org.eclipse.hawk.svn.SvnManager:false 14:55:46.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:46.107 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:46.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:46.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 14:55:46.116 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:46.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:46.117 [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... 14:55:46.117 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:55:46.119 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344937301) of file:///tmp/hawkSvnRepo5761685591676758719 14:55:46.119 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:46.121 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:46.121 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:55:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:55:46.137 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:55:46.138 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:55:46.138 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:55:46.138 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:46.138 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:46.142 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:55:46.144 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:55:46.146 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:55:46.146 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:55:46.147 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:46.147 [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... 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344938504) of file:///tmp/hawkSvnRepo5761685591676758719 14:55:46.147 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:46.193 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:46.193 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:46.200 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:46.200 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:46.200 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:55:46.201 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:55:46.201 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:46.201 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:46.201 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:46.209 [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... 14:55:46.209 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:55:46.210 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344940108) of file:///tmp/hawkSvnRepo5761685591676758719 14:55:46.210 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:46.212 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:46.212 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:55:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:55:46.220 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:46.220 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:46.222 [pool-100-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...14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55: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... 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55: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... 14:55:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:55:46.223 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344942108) of file:///tmp/hawkSvnRepo5761685591676758719 14:55:46.223 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:46.225 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:46.225 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:46.232 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:55:46.232 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:46.233 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:55:46.233 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:55:46.233 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:55:46.233 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:55:46.233 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:55:46.234 [pool-100-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...14:55:46.234 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:46.235 [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... 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:46.235 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344944108) of file:///tmp/hawkSvnRepo5761685591676758719 14:55:46.292 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:46.292 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 185 ms 14:55:46.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:55:46.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5761685591676758719:org.eclipse.hawk.svn.SvnManager:false 14:55:46.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:46.300 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:55:46.301 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:55:46.301 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit469913076123892206/test_beforeThen[LevelDB GreyCat] 14:55:46.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:55:47.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:55:47.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:47.344 [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 14:55:47.344 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:47.344 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:47.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:55:47.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:55:47.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:55:47.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:55:47.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:55:47.394 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:47.395 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:47.395 [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 14:55:47.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:47.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:47.403 [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 14:55:47.403 [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 14:55:47.403 [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 14:55:47.404 [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 14:55:47.404 [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 14:55:47.404 [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 14:55:47.404 [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 14:55:47.404 [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 14:55:47.404 [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 14:55:47.404 [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 14:55:47.405 [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 14:55:47.405 [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 14:55:47.405 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.407 [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 14:55:47.408 [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[] 14:55:47.408 [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 14:55:47.408 [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 14:55:47.408 [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 14:55:47.408 [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 14:55:47.408 [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 14:55:47.408 [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 14:55:47.408 [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 14:55:47.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:55:47.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:55:47.416 [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 14:55:47.418 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:47.418 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:47.421 [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 14:55:47.421 [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 14:55:47.421 [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 14:55:47.421 [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 14:55:47.421 [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 14:55:47.421 [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 14:55:47.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 14:55:47.421 [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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.421 [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 14:55:47.421 [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[] 14:55:47.421 [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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.421 [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 14:55:47.421 [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 14:55:47.421 [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 14:55:47.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 14:55:47.421 [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 14:55:47.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 14:55:47.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[] 14:55:47.421 [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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.422 [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 14:55:47.422 [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 14:55:47.422 [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 14:55:47.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 14:55:47.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 14:55:47.422 [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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.422 [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 14:55:47.422 [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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.422 [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 14:55:47.422 [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 14:55:47.422 [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 14:55:47.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 14:55:47.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 14:55:47.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 14:55:47.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:55:47.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12129238660412920079 14:55:51.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12129238660412920079:org.eclipse.hawk.svn.SvnManager:false 14:55:51.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:51.107 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:51.114 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:51.114 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:51.114 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:51.114 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:51.114 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:51.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:51.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:55:51.115 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:51.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:51.116 [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... 14:55:51.116 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:55:51.118 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344946313) of file:///tmp/hawkSvnRepo12129238660412920079 14:55:51.119 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:51.121 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:51.121 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:51.127 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:55:51.127 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:55:51.127 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:55:51.127 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:55:51.134 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:55:51.134 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:55:51.134 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:55:51.134 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:51.134 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:51.138 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:55:51.139 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:55:51.141 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:55:51.141 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:55:51.142 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:55:51.142 [pool-102-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...14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:51.142 [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... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344947498) of file:///tmp/hawkSvnRepo12129238660412920079 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:55:51.142 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:55:51.143 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:55:51.196 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.053s 14:55:51.196 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:55:51.196 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:55:51.196 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:55:51.196 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:55:51.196 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:55:51.197 [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... 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344949115) of file:///tmp/hawkSvnRepo12129238660412920079 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:51.197 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms 14:55:51.198 [pool-102-thread-1] INFO org.eclipse.hawk.timeaware.queries.TimelineEOLQueryEngine - Ran 0/3 instants 14:55:51.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:55:51.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12129238660412920079:org.eclipse.hawk.svn.SvnManager:false 14:55:51.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:51.206 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:55:51.207 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:55:51.207 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6888385758488764356/test_countInstancesTimeline[LevelDB GreyCat] 14:55:51.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:55:52.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:55:52.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:55:52.320 [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 14:55:52.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:52.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:52.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:55:52.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:55:52.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:55:52.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:55:52.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:55:52.323 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:55:52.324 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:55:52.324 [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 14:55:52.327 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:52.327 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:52.331 [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 14:55:52.331 [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[] 14:55:52.331 [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 14:55:52.331 [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 14:55:52.331 [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 14:55:52.331 [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 14:55:52.332 [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 14:55:52.332 [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 14:55:52.332 [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 14:55:52.332 [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 14:55:52.333 [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 14:55:52.333 [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 14:55:52.333 [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 14:55:52.333 [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 14:55:52.333 [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 14:55:52.333 [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 14:55:52.333 [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 14:55:52.392 [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 14:55:52.394 [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 14:55:52.394 [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 14:55:52.394 [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 14:55:52.394 [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 14:55:52.394 [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 14:55:52.394 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.395 [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 14:55:52.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:55:52.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:55:52.402 [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 14:55:52.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:55:52.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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[] 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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[] 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.408 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.409 [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 14:55:52.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:55:52.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo11036897167143494977 14:56:00.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11036897167143494977:org.eclipse.hawk.svn.SvnManager:false 14:56:00.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:00.107 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:00.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:00.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:56:00.115 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:00.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:00.116 [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... 14:56:00.117 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:56:00.118 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344951219) of file:///tmp/hawkSvnRepo11036897167143494977 14:56:00.119 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:00.121 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:00.121 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:00.127 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:00.127 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:00.127 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:56:00.127 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:56:00.133 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:56:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:56:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:56:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:00.138 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:56:00.139 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:56:00.192 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:56:00.192 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:56:00.193 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:00.193 [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... 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:00.193 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344952426) of file:///tmp/hawkSvnRepo11036897167143494977 14:56:00.194 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:00.195 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:00.195 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:00.201 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:00.201 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:00.202 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:56:00.202 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:56:00.202 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:00.202 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:00.202 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:00.208 [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... 14:56:00.208 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:56:00.209 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344954107) of file:///tmp/hawkSvnRepo11036897167143494977 14:56:00.209 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:00.210 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:00.210 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:00.216 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:00.216 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:00.216 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:56:00.216 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:56:00.216 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:00.216 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:00.216 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:00.217 [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...14:56:00.217 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:00.217 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:00.218 [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... 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344956108) of file:///tmp/hawkSvnRepo11036897167143494977 14:56:00.218 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:00.220 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:00.220 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:00.225 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:00.225 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:00.225 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:56:00.226 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:56:00.226 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:00.226 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:00.226 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:00.227 [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...14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:00.227 [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... 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344958107) of file:///tmp/hawkSvnRepo11036897167143494977 14:56:00.227 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:00.228 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 121 ms 14:56:00.232 [pool-104-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344958107, id=32] 14:56:00.293 [pool-104-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344958107, id=32] 14:56:00.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:56:00.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11036897167143494977:org.eclipse.hawk.svn.SvnManager:false 14:56:00.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:00.296 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:56:00.297 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:56:00.297 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9947473471252952807/test_afterThen[LevelDB GreyCat] 14:56:00.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:56:01.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:56:01.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:01.312 [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 14:56:01.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:01.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:01.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:56:01.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:56:01.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:56:01.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:56:01.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:56:01.316 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:01.316 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:01.316 [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 14:56:01.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:01.320 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:01.324 [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 14:56:01.324 [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 14:56:01.324 [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 14:56:01.325 [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 14:56:01.325 [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 14:56:01.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 14:56:01.325 [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 14:56:01.325 [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 14:56:01.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 14:56:01.325 [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 14:56:01.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 14:56:01.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 14:56:01.326 [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 14:56:01.326 [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 14:56:01.326 [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 14:56:01.326 [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 14:56:01.326 [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 14:56:01.326 [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 14:56:01.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 14:56:01.326 [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 14:56:01.326 [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 14:56:01.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 14:56:01.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 14:56:01.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 14:56:01.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 14:56:01.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 14:56:01.327 [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 14:56:01.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 14:56:01.328 [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 14:56:01.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 14:56:01.328 [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[] 14:56:01.329 [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 14:56:01.329 [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 14:56:01.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:56:01.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:56:01.395 [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 14:56:01.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:01.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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 14:56:01.401 [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[] 14:56:01.401 [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[] 14:56:01.401 [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 14:56:01.401 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.402 [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 14:56:01.403 [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 14:56:01.403 [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 14:56:01.403 [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 14:56:01.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:56:01.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14360240807342032113 14:56:05.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14360240807342032113:org.eclipse.hawk.svn.SvnManager:false 14:56:05.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:05.107 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:05.115 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:05.115 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:56:05.115 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:05.115 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:05.117 [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... 14:56:05.117 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:56:05.118 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344960309) of file:///tmp/hawkSvnRepo14360240807342032113 14:56:05.119 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:05.121 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:05.121 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:05.128 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:56:05.128 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:05.128 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:56:05.128 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:56:05.136 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:56:05.136 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:56:05.136 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:56:05.136 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:05.136 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:05.139 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:56:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:56:05.143 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:56:05.143 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:56:05.143 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:56:05.143 [pool-106-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...14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:05.143 [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... 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:05.143 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344961420) of file:///tmp/hawkSvnRepo14360240807342032113 14:56:05.144 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:05.144 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:05.144 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 14:56:05.144 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:56:05.198 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.054s 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:05.198 [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... 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344963116) of file:///tmp/hawkSvnRepo14360240807342032113 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:05.198 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 91 ms 14:56:05.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:56:05.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14360240807342032113:org.eclipse.hawk.svn.SvnManager:false 14:56:05.205 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:05.205 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:56:05.207 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:56:05.207 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8979087308274986651/test_countInstancesFromModel[LevelDB GreyCat] 14:56:05.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:56:06.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:56:06.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:06.311 [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 14:56:06.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:06.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:06.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:56:06.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:56:06.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:56:06.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:56:06.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:56:06.314 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:06.315 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:06.315 [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 14:56:06.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:06.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:06.323 [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 14:56:06.323 [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 14:56:06.324 [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 14:56:06.324 [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 14:56:06.324 [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 14:56:06.324 [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 14:56:06.324 [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 14:56:06.324 [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 14:56:06.325 [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 14:56:06.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 14:56:06.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 14:56:06.325 [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 14:56:06.325 [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 14:56:06.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 14:56:06.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 14:56:06.326 [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 14:56:06.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[] 14:56:06.326 [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 14:56:06.326 [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 14:56:06.326 [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 14:56:06.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 14:56:06.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 14:56:06.326 [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 14:56:06.326 [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 14:56:06.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 14:56:06.326 [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 14:56:06.326 [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 14:56:06.326 [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 14:56:06.326 [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 14:56:06.326 [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 14:56:06.327 [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 14:56:06.327 [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 14:56:06.327 [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 14:56:06.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:56:06.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:56:06.398 [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 14:56:06.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:06.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.403 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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[] 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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[] 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.404 [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 14:56:06.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:56:06.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7171071932246478991 14:56:14.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7171071932246478991:org.eclipse.hawk.svn.SvnManager:false 14:56:14.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:14.107 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:14.115 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:14.115 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:56:14.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:14.115 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:14.117 [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... 14:56:14.117 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:56:14.119 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344965218) of file:///tmp/hawkSvnRepo7171071932246478991 14:56:14.119 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:14.121 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:14.121 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:14.128 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:14.128 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:14.128 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:56:14.128 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:56:14.135 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:56:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 14:56:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 14:56:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:14.138 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:56:14.139 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:56:14.142 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:56:14.142 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:56:14.142 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:14.142 [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... 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:14.142 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344966421) of file:///tmp/hawkSvnRepo7171071932246478991 14:56:14.143 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:14.144 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:14.144 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:14.196 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:14.196 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:14.196 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:56:14.197 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:56:14.197 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:14.197 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:14.197 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:14.202 [pool-108-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...14:56:14.202 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:14.202 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:14.203 [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... 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344968107) of file:///tmp/hawkSvnRepo7171071932246478991 14:56:14.203 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:14.205 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:14.205 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:14.210 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:14.210 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:14.210 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:56:14.211 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:56:14.211 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:14.211 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:14.211 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:14.212 [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...14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:14.212 [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... 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:56:14.212 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344970107) of file:///tmp/hawkSvnRepo7171071932246478991 14:56:14.213 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:14.214 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:14.214 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:14.220 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:14.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:14.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 14:56:14.220 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 14:56:14.220 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:14.220 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:14.220 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:14.221 [pool-108-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...14:56:14.221 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:14.221 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:14.221 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:14.221 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:14.222 [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... 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696344972107) of file:///tmp/hawkSvnRepo7171071932246478991 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:14.222 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 14:56:14.226 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.227 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.228 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.230 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.293 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.296 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.298 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.299 [pool-108-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344972107, id=32] 14:56:14.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:56:14.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7171071932246478991:org.eclipse.hawk.svn.SvnManager:false 14:56:14.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:14.302 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:56:14.303 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:56:14.304 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13536869969524173774/test_alwaysTrue[LevelDB GreyCat] 14:56:14.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:56:15.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:56:15.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:15.323 [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 14:56:15.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:15.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:15.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:56:15.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:56:15.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:56:15.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:56:15.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:56:15.326 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:15.327 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:15.327 [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 14:56:15.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:15.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:15.334 [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 14:56:15.334 [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 14:56:15.392 [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 14:56:15.393 [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[] 14:56:15.393 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.394 [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 14:56:15.395 [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 14:56:15.395 [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 14:56:15.395 [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 14:56:15.395 [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 14:56:15.395 [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 14:56:15.395 [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 14:56:15.395 [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 14:56:15.396 [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 14:56:15.396 [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 14:56:15.396 [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 14:56:15.397 [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 14:56:15.397 [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 14:56:15.397 [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 14:56:15.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 14:56:15.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:56:15.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:56:15.406 [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 14:56:15.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:15.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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[] 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.411 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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[] 14:56:15.412 [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 14:56:15.412 [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 14:56:15.412 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.413 [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 14:56:15.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:56:15.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:56:15.416 [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 14:56:15.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:15.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:15.419 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:56:15.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:56:15.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:56:15.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 14:56:15.421 [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; 14:56:15.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo11470536010809380593 14:56:21.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11470536010809380593:org.eclipse.hawk.svn.SvnManager:false 14:56:21.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:21.106 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:21.114 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:21.114 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:56:21.114 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:21.114 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:21.116 [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... 14:56:21.116 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:56:21.118 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696344974316) of file:///tmp/hawkSvnRepo11470536010809380593 14:56:21.119 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:21.122 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:21.122 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:21.128 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:21.128 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:21.129 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:56:21.130 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 14:56:21.134 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 14:56:21.140 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:56:21.140 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 14:56:21.140 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:56:21.140 [pool-110-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...14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:21.140 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:21.141 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 14:56:21.142 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344975503, id=30] 14:56:21.144 [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) 14:56:21.144 [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... 14:56:21.145 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:56:21.145 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696344975503) of file:///tmp/hawkSvnRepo11470536010809380593 14:56:21.145 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:21.146 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:21.147 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:21.194 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:21.194 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:21.194 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:56:21.194 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 14:56:21.195 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:21.195 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:21.195 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:21.203 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:56:21.203 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:21.203 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:21.204 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:21.204 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:21.204 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:21.204 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:21.204 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:21.204 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:21.204 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 14:56:21.208 [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) 14:56:21.209 [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... 14:56:21.209 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:56:21.209 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696344977107) of file:///tmp/hawkSvnRepo11470536010809380593 14:56:21.209 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:21.210 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:21.210 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:21.216 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 14:56:21.216 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:21.216 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:56:21.216 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 14:56:21.216 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:56:21.216 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 14:56:21.216 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:56:21.222 [pool-110-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...14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:21.222 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:21.222 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 14:56:21.225 [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) 14:56: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... 14:56:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:56:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696344979108) of file:///tmp/hawkSvnRepo11470536010809380593 14:56:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:56:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms 14:56:21.229 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344979108, id=30] 14:56:21.230 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696344979108, id=30] 14:56:21.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:56:21.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11470536010809380593:org.eclipse.hawk.svn.SvnManager:false 14:56:21.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:21.292 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:56:21.294 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:56:21.294 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit802512125032369829/test_whenAnnotated[LevelDB GreyCat] 14:56:21.296 [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: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 261.82 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 11.601 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.807 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 5.404 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: 9.083 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.821 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.013 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.805 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 6.871 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 4.199 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 0.799 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 2.9 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.11 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.818 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.181 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.986 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.909 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.005 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.189 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.812 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.104 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.808 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.01 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.003 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.081 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.009 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.075 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.906 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.09 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.909 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.098 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 6.99 s edgesWithRanges[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.309 s outgoingEdgesCreatedWithinRange[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.288 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.253 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.369 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.28 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.222 s incomingEdgesCreatedWithinRange[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.238 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.18 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.265 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.245 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.206 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 14:56:24.458 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:56:24.547 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.25 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.089 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 14:56:24.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:56:24.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:24.696 [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 14:56:24.696 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:24.696 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:24.699 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:56:24.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:56:24.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:56:24.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:56:24.699 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:24.700 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! interesting 0 14:56:24.700 [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 14:56:24.700 [pool-125-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 14:56:24.794 [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] 14:56:24.794 [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] 14:56:24.794 [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 14:56:24.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:56:24.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:56:24.808 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:56:24.809 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:56:24.820 [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 14:56:24.838 [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 14:56:24.895 [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 14:56:24.895 [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 14:56:24.903 [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 14:56:24.903 [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 14:56:24.903 [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 14:56:24.904 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:56:24.908 [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 14:56:24.909 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:56:24.919 [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 14:56:24.920 [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 14:56:24.920 [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 14:56:24.921 [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 14:56:24.921 [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 14:56:24.921 [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 14:56:24.921 [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 14:56:24.921 [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 14:56:24.921 [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 14:56:24.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 14:56:24.922 [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 14:56:24.922 [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 14:56:24.922 [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 14:56:24.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 14:56:24.925 [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 14:56:24.925 [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 14:56:24.926 [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 14:56:24.926 [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 14:56:24.926 [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[] 14:56:24.926 [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 14:56:24.926 [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 14:56:24.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 14:56:24.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 14:56:24.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 14:56:24.926 [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 14:56:24.926 [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 14:56:24.927 [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 14:56:24.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 14:56:24.929 [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 14:56:24.929 [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 14:56:24.929 [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 14:56:24.931 [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 14:56:24.931 [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 14:56:25.116 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:56:25.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:56:25.236 [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 14:56:25.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:56:25.239 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:56:25.619 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:56:25.623 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:56:25.623 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:56:27.643 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:56:27.644 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:56:27.644 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:56:27.644 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:56:27.701 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:56:27.728 [pool-125-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 14:56:39.697 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 11 sec (11 sec total) to /set0.xmi 14:56:43.812 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~16sec) 14:56:43.812 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:56:50.337 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 6 sec (6 sec total) to /set0.xmi 14:56:53.493 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5609837044702628838/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit5609837044702628838/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) 14:56:53.703 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit10239748668685698391/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit10239748668685698391/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) 14:56:53.949 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9661891613971606969/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit9661891613971606969/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) 14:56:55.165 [pool-125-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~11 sec) 14:56:55.165 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 27s522ms [pure insertion] marking any relevant derived attributes for update...14:56:55.165 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:56:55.168 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:56:55.168 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:56:55.168 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:56:55.311 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:56:55.311 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.143s attempting to resolve any uninitialized derived attributes... 14:56:55.311 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:56:55.311 [pool-125-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:56:55.311 [pool-125-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... 14:56:55.311 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s143ms [proxy update] 14:56:55.311 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:56:55.311 [pool-125-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 ~30s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 14:57:01.632 [pool-125-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 36 s 392 ms 14:57:01.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:01.642 [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 14:57:01.645 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:01.645 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:01.651 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:01.651 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4259048872580938774/test_set0[LevelDB GreyCat] 14:57:01.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:01.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:01.793 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:01.793 [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 14:57:01.793 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:01.793 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:01.797 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:01.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:01.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:01.797 [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! 14:57:01.797 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:01.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:01.798 [pool-127-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 14:57:01.798 [pool-127-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 14:57:01.804 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:01.804 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:01.812 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:01.813 [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 14:57:01.813 [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 14:57:01.813 [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 14:57:01.814 [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 14:57:01.814 [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 14:57:01.814 [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 14:57:01.814 [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 14:57:01.814 [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 14:57:01.815 [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 14:57:01.815 [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 14:57:01.815 [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 14:57:01.815 [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[] 14:57:01.815 [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 14:57:01.815 [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 14:57:01.815 [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 14:57:01.815 [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 14:57:01.815 [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 14:57:01.815 [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 14:57:01.816 [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 14:57:01.816 [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 14:57:01.817 [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 14:57:01.818 [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 14:57:01.818 [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 14:57:01.818 [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 14:57:01.818 [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 14:57:01.818 [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 14:57:01.819 [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 14:57:01.819 [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 14:57:01.819 [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 14:57:01.819 [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 14:57:01.819 [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 14:57:01.819 [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 14:57:01.819 [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 14:57:01.829 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 14:57:01.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:01.912 [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 14:57:01.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:01.915 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:01.917 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:01.920 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:01.920 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:01.922 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:57:01.922 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:01.922 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:01.922 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:57:01.929 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:57:01.934 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:01.934 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:57:01.934 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:01.934 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:01.934 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s59ms 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s59ms 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:01.994 [pool-127-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... 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:01.994 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:01.994 [pool-127-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 14:57:01.995 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 80 ms WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.epsilon.eol.util.ReflectionUtil (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.epsilon.eol.engine/2.4.0.202203041826/org.eclipse.epsilon.eol.engine-2.4.0.202203041826.jar) to method java.util.Collections$EmptyList.size() WARNING: Please consider reporting this to the maintainers of org.eclipse.epsilon.eol.util.ReflectionUtil 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 14:57:02.001 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:02.001 [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 14:57:02.003 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:02.003 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:02.004 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:02.005 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit513531298627429444/test_tree[LevelDB GreyCat] 14:57:02.005 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:02.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:02.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:02.296 [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 14:57:02.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:02.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:02.299 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:02.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:02.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:02.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:02.299 [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! 14:57:02.299 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:02.301 [pool-129-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 14:57:02.303 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 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 14:57:02.304 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:02.304 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:02.310 [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 14:57:02.310 [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 14:57:02.310 [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 14:57:02.310 [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 14:57:02.312 [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 14:57:02.313 [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[] 14:57:02.313 [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 14:57:02.313 [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 14:57:02.313 [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 14:57:02.313 [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 14:57:02.314 [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 14:57:02.314 [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 14:57:02.314 [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 14:57:02.315 [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 14:57:02.315 [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 14:57:02.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 14:57:02.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 14:57:02.315 [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 14:57:02.315 [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 14:57:02.316 [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 14:57:02.316 [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 14:57:02.316 [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 14:57:02.316 [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 14:57:02.316 [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 14:57:02.316 [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 14:57:02.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 14:57:02.316 [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 14:57:02.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 14:57:02.317 [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 14:57:02.317 [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 14:57:02.317 [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 14:57:02.317 [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 14:57:02.317 [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 14:57:02.318 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:02.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 14:57:02.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:02.496 [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 14:57:02.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:02.499 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:02.501 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:02.505 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:02.505 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:02.506 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 14:57:02.506 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:02.506 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:02.506 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 14:57:02.514 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 14:57:02.518 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:02.518 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 14:57:02.518 [pool-129-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:02.518 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:02.518 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:02.519 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:02.519 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:02.519 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:02.520 [pool-129-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... 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:02.520 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree%20with%20spaces/space%20tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 1 relevant graph size: 1 validated changes... true 14:57:02.521 [pool-129-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 21 ms 14:57:02.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:02.600 [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 14:57:02.602 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:02.602 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:02.603 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:02.604 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6932466018299132957/test_treeWithSpaces[LevelDB GreyCat] 14:57:02.604 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:02.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:02.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:02.893 [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 14:57:02.893 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:02.893 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:02.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:02.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:02.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:57:02.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:02.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:02.896 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:02.896 [pool-131-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 14:57:02.897 [pool-131-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 14:57:02.900 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:02.900 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:02.906 [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 14:57:02.906 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.907 [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 14:57:02.908 [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 14:57:02.910 [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[] 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.911 [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 14:57:02.912 [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 14:57:02.912 [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 14:57:02.913 [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 14:57:02.913 [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 14:57:02.913 [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 14:57:02.913 [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 14:57:02.913 [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 14:57:02.913 [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 14:57:02.913 [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 14:57:02.913 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:02.922 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 14:57:02.922 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:03.017 [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 14:57:03.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:03.019 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:03.021 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:03.095 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:03.095 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:03.097 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:03.097 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:03.097 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:03.097 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:03.105 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:03.110 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:03.110 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:03.115 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:03.115 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s18ms [pure insertion] marking any relevant derived attributes for update...14:57:03.115 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:03.116 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:03.117 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 14:57:03.117 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:03.117 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:03.117 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 14:57:03.119 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 14:57:03.121 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:03.121 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 14:57:03.123 [pool-131-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:03.123 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:57:03.123 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:03.123 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:03.123 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:03.123 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:03.124 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 14:57:03.192 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 14:57:03.192 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.069s attempting to resolve any uninitialized derived attributes... 14:57:03.192 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:03.192 [pool-131-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:03.192 [pool-131-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... 14:57:03.192 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s69ms [proxy update] 14:57:03.192 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:03.193 [pool-131-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 /root.model validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true 14:57:03.193 [pool-131-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms 14:57:03.198 [pool-131-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=25] 14:57:03.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:03.200 [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 14:57:03.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:03.202 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:03.203 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:03.204 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10931142511025773624/test_treeCrossResourceContainment[LevelDB GreyCat] 14:57:03.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:03.709 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:03.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:03.711 [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 14:57:03.711 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:03.711 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:03.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:03.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:03.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:03.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:03.794 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:03.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:03.795 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:03.795 [pool-133-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 14:57:03.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:03.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:03.804 [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 14:57:03.804 [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 14:57:03.804 [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 14:57:03.804 [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 14:57:03.805 [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 14:57:03.805 [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 14:57:03.805 [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 14:57:03.805 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.806 [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 14:57:03.807 [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 14:57:03.807 [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 14:57:03.807 [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 14:57:03.808 [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 14:57:03.808 [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 14:57:03.808 [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 14:57:03.809 [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 14:57:03.809 [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 14:57:03.809 [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 14:57:03.810 [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 14:57:03.810 [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[] 14:57:03.810 [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 14:57:03.810 [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 14:57:03.811 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:03.818 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 14:57:03.818 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:03.917 [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 14:57:03.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:03.994 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:03.996 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:04.003 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:04.003 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:04.004 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:57:04.004 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:04.004 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:04.004 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:57:04.013 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:57:04.017 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 14:57:04.017 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:57:04.018 [pool-133-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 14:57:04.018 [pool-133-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...14:57:04.018 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:04.019 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:04.020 [pool-133-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... 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:04.020 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:04.092 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:04.092 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 98 ms 14:57:04.092 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 14:57:04.092 [pool-133-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; 14:57:04.096 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 14:57:04.097 [pool-133-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 14:57:04.098 [pool-133-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=25] 14:57:04.098 [pool-133-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 14:57:04.193 [pool-133-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) 14:57:04.193 [pool-133-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.097s 14:57:04.193 [pool-133-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 14:57:04.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:04.204 [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 14:57:04.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:04.206 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:04.207 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:04.207 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12562347443125341727/test_derivedEdgeCollection[LevelDB GreyCat] 14:57:04.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:04.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:04.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:04.502 [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 14:57:04.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:04.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:04.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:04.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:04.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:04.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:04.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:04.506 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:04.507 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:04.507 [pool-135-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 14:57:04.510 [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 14:57:04.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:04.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:04.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 14:57:04.517 [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 14:57:04.517 [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 14:57:04.517 [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 14:57:04.518 [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 14:57:04.519 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.521 [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 14:57:04.522 [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 14:57:04.522 [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 14:57:04.522 [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 14:57:04.523 [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 14:57:04.524 [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 14:57:04.525 [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 14:57:04.525 [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 14:57:04.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 14:57:04.525 [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 14:57:04.592 [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 14:57:04.592 [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 14:57:04.592 [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[] 14:57:04.592 [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 14:57:04.593 [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 14:57:04.593 [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 14:57:04.593 [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 14:57:04.593 [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 14:57:04.593 [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 14:57:04.593 [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 14:57:04.594 [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 14:57:04.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:04.604 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:04.604 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 14:57:04.604 [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; 14:57:04.606 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 14:57:04.631 [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 14:57:04.633 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:04.633 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:04.635 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:04.696 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:04.696 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:04.698 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:04.698 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:04.698 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:04.698 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:04.707 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:04.719 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:04.719 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:04.724 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:04.724 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s27ms [pure insertion] marking any relevant derived attributes for update...14:57:04.724 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:04.726 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:04.727 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:04.727 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:04.727 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:04.727 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:04.730 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:04.798 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:04.798 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:04.805 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:04.805 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s78ms [pure insertion] marking any relevant derived attributes for update...14:57:04.805 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:04.805 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:04.806 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:04.806 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:04.807 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:04.807 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:04.809 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:04.818 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:04.818 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:04.823 [pool-135-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:04.823 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:04.823 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:04.823 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:04.823 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:04.823 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:04.824 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:04.830 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:04.831 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 14:57:04.831 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:04.831 [pool-135-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:04.831 [pool-135-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 14:57:04.832 [pool-135-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=25] 14:57:04.925 [pool-135-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) 14:57:04.925 [pool-135-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... 14:57:04.925 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s102ms [proxy update] 14:57:04.925 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:04.925 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:04.926 [pool-135-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 292 ms 14:57:04.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:04.929 [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 14:57:04.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:04.931 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:04.933 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:04.933 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15884538462347337933/test_deriveThenAdd[LevelDB GreyCat] 14:57:04.933 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:05.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:05.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:05.316 [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 14:57:05.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:05.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:05.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:05.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:05.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:05.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:05.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:05.319 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:05.319 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:05.319 [pool-137-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 14:57:05.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:05.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:05.400 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:05.400 [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 14:57:05.400 [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 14:57:05.400 [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 14:57:05.400 [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 14:57:05.400 [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 14:57:05.401 [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 14:57:05.401 [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 14:57:05.401 [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 14:57:05.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 14:57:05.402 [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 14:57:05.403 [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 14:57:05.403 [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 14:57:05.403 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.405 [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 14:57:05.406 [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 14:57:05.406 [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 14:57:05.406 [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 14:57:05.406 [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 14:57:05.406 [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 14:57:05.406 [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 14:57:05.406 [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[] 14:57:05.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 14:57:05.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:05.437 [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 14:57:05.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:05.493 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:05.495 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:05.498 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:05.498 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:05.499 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:57:05.499 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:05.499 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:05.499 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:57:05.507 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:57:05.510 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 14:57:05.510 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:57:05.510 [pool-137-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 14:57:05.510 [pool-137-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...14:57:05.510 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:05.512 [pool-137-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... 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:05.512 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:05.513 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:05.513 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 20 ms 14:57:05.513 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 14:57:05.513 [pool-137-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; 14:57:05.516 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 14:57:05.516 [pool-137-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; 14:57:05.517 [pool-137-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 14:57:05.605 [pool-137-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) 14:57:05.605 [pool-137-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.089s 14:57:05.606 [pool-137-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 14:57:05.611 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:05.611 [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 14:57:05.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:05.613 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:05.614 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:05.614 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7808538939527719042/test_derivedEdgeSingle[LevelDB GreyCat] 14:57:05.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:05.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:05.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:05.742 [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 14:57:05.742 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:05.743 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:05.745 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:05.745 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:05.745 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:05.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:05.792 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:05.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:05.792 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:05.793 [pool-139-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 14:57:05.796 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:05.796 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.802 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.803 [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 14:57:05.804 [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 14:57:05.804 [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 14:57:05.804 [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[] 14:57:05.805 [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 14:57:05.805 [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 14:57:05.805 [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 14:57:05.806 [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 14:57:05.806 [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 14:57:05.806 [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 14:57:05.806 [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 14:57:05.806 [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 14:57:05.806 [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 14:57:05.806 [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 14:57:05.807 [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 14:57:05.807 [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 14:57:05.808 [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 14:57:05.808 [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 14:57:05.816 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:05.816 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:05.896 [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 14:57:05.898 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:05.898 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:05.898 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 14:57:05.900 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 14:57:05.900 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 14:57:05.900 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:05.904 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:05.904 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:05.906 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:05.906 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:05.906 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:05.906 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:05.915 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:05.926 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:05.926 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:05.931 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:05.931 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s26ms [pure insertion] marking any relevant derived attributes for update...14:57:05.931 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:05.933 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:05.933 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:05.934 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:05.934 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:05.934 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:05.936 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:06.003 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.003 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:06.008 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:06.008 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s75ms [pure insertion] marking any relevant derived attributes for update...14:57:06.008 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:06.008 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:06.009 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:06.009 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.009 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.009 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:06.011 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:06.019 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.019 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:06.024 [pool-139-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:06.024 [pool-139-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...14:57:06.024 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:06.024 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:06.024 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:06.024 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:06.025 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:06.030 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:06.031 [pool-139-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... 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:06.031 [pool-139-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 133 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 14:57:06.036 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:06.036 [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 14:57:06.038 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.038 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:06.092 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:06.092 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8958865442624969533/test_addThenIndex[LevelDB GreyCat] 14:57:06.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:06.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:06.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.212 [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 14:57:06.212 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:06.212 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:06.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:06.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:06.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:06.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:06.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:06.214 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:06.215 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:06.215 [pool-141-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 14:57:06.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:06.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:06.223 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.224 [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 14:57:06.225 [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 14:57:06.225 [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 14:57:06.225 [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 14:57:06.225 [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 14:57:06.226 [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 14:57:06.226 [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 14:57:06.226 [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[] 14:57:06.226 [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 14:57:06.226 [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 14:57:06.226 [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 14:57:06.226 [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 14:57:06.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 14:57:06.226 [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 14:57:06.226 [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 14:57:06.226 [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 14:57:06.227 [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 14:57:06.227 [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 14:57:06.229 [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 14:57:06.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 14:57:06.229 [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 14:57:06.229 [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 14:57:06.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 14:57:06.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:06.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:06.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 14:57:06.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 14:57:06.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 14:57:06.303 [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 14:57:06.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.305 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:06.307 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:06.311 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:06.311 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:06.312 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:06.312 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.312 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.312 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:06.320 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:06.330 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.330 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:06.392 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:06.392 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s80ms [pure insertion] marking any relevant derived attributes for update...14:57:06.392 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:06.394 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:06.395 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:06.395 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.395 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.395 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:06.397 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:06.405 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.405 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:06.411 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:06.411 [pool-141-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...14:57:06.411 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:06.411 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:06.412 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:06.412 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.412 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.412 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:06.414 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:06.421 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.421 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:06.426 [pool-141-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:06.426 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:06.426 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:06.426 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:06.426 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:06.426 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:06.427 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:06.433 [pool-141-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... 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:06.433 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 128 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 14:57:06.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:06.493 [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 14:57:06.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.495 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:06.496 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:06.497 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1160084011133806332/test_lookupWithIndex[LevelDB GreyCat] 14:57:06.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:06.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:06.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.627 [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 14:57:06.627 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:06.627 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:06.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:06.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:06.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:06.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:06.630 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:06.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:06.631 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:06.631 [pool-143-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 14:57:06.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:06.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:06.639 [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 14:57:06.639 [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 14:57:06.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 14:57:06.639 [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 14:57:06.639 [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 14:57:06.640 [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 14:57:06.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 14:57:06.641 [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 14:57:06.641 [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 14:57:06.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 14:57:06.641 [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 14:57:06.642 [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 14:57:06.643 [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 14:57:06.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 14:57:06.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 14:57:06.643 [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 14:57:06.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 14:57:06.643 [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 14:57:06.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 14:57:06.643 [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 14:57:06.643 [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 14:57:06.643 [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 14:57:06.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 14:57:06.643 [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 14:57:06.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 14:57:06.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 14:57:06.693 [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 14:57:06.693 [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[] 14:57:06.693 [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 14:57:06.693 [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 14:57:06.693 [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 14:57:06.693 [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 14:57:06.693 [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 14:57:06.694 [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 14:57:06.703 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:06.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:06.727 [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 14:57:06.729 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.729 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:06.731 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:06.736 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:06.736 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:06.792 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:06.792 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.792 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.792 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:06.801 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:06.807 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.807 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:06.813 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:06.813 [pool-143-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...14:57:06.813 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:06.815 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:06.816 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:06.816 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.816 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.816 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:06.818 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:06.822 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.822 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:06.827 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:06.827 [pool-143-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...14:57:06.827 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:06.827 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:06.828 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:06.828 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:06.828 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:06.828 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:06.830 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:06.835 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:06.835 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:06.896 [pool-143-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:06.896 [pool-143-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...14:57:06.896 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:06.896 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:06.896 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:06.896 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:06.897 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:06.904 [pool-143-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... 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:06.904 [pool-143-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 175 ms 14:57:06.907 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:06.907 [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 14:57:06.909 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:06.909 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:06.910 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:06.910 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11057575675454307956/test_lookupWithoutIndex[LevelDB GreyCat] 14:57:06.910 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:07.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:07.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:07.105 [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 14:57:07.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:07.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:07.107 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:07.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:07.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:07.108 [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! 14:57:07.108 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:07.108 [pool-145-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 14:57:07.109 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 14:57:07.110 [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 14:57:07.112 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:07.112 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:07.115 [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 14:57:07.115 [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 14:57:07.117 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.118 [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 14:57:07.119 [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 14:57:07.119 [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 14:57:07.119 [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 14:57:07.119 [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 14:57:07.119 [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 14:57:07.119 [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 14:57:07.120 [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 14:57:07.120 [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 14:57:07.120 [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 14:57:07.121 [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 14:57:07.121 [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 14:57:07.121 [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 14:57:07.122 [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 14:57:07.122 [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 14:57:07.122 [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 14:57:07.123 [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 14:57:07.123 [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 14:57:07.123 [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[] 14:57:07.123 [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 14:57:07.123 [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 14:57:07.123 [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 14:57:07.131 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:57:07.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:07.131 [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 14:57:07.133 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:07.133 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:07.137 [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 14:57:07.137 [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 14:57:07.137 [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 14:57:07.137 [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 14:57:07.137 [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 14:57:07.137 [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 14:57:07.137 [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[] 14:57:07.137 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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[] 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.138 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.139 [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 14:57:07.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:57:07.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:07.194 [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 14:57:07.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:07.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:07.198 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:57:07.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:57:07.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:07.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15136498466918009553/:org.eclipse.hawk.localfolder.LocalFolder:false 14:57:07.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:07.225 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:07.227 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:07.230 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:07.231 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:07.238 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 14:57:07.238 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:07.238 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:07.238 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 14:57:07.297 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 14:57:07.312 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:07.313 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 14:57:07.318 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:07.318 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s80ms [pure insertion] marking any relevant derived attributes for update...14:57:07.318 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:07.320 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:07.326 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 14:57:07.326 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:07.326 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:07.326 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 14:57:07.329 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 14:57:07.336 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:07.336 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 14:57:07.394 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:07.394 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:57:07.394 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:07.394 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:07.400 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 14:57:07.400 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:07.400 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:07.400 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 14:57:07.403 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 14:57:07.409 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:07.409 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 14:57:07.412 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:07.412 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:07.412 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:07.412 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:07.418 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:07.418 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:07.418 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:07.418 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 14:57:07.421 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:07.438 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:07.438 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:07.497 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:07.497 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...14:57:07.497 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:07.497 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:07.497 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:07.497 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:07.498 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 14:57:07.508 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 14:57:07.508 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 14:57:07.508 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:07.508 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:07.508 [pool-145-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... 14:57:07.508 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 14:57:07.508 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:07.508 [pool-145-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 /childA.xmi validating file UPDATED for /childB.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 14:57:07.509 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 284 ms 14:57:07.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 14:57:07.510 [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); 14:57:07.511 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 14:57:07.512 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 14:57:07.606 [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) 14:57:07.606 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.095s 14:57:07.606 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 14:57:07.610 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:07.611 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:07.620 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:07.620 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:07.626 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 14:57:07.626 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:07.626 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 14:57:07.698 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 14:57:07.699 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:57:07.699 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 14:57:07.699 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 14:57:07.716 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.017s 14:57:07.722 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 14:57:07.728 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:57:07.728 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 14:57:07.796 [pool-145-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:07.796 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s170ms [pure insertion] marking any relevant derived attributes for update...14:57:07.796 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:07.797 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:07.798 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:07.798 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:07.798 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 14:57:07.805 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 14:57:07.805 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:57:07.805 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:07.805 [pool-145-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:07.805 [pool-145-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 14:57:07.830 [pool-145-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) 14:57:07.830 [pool-145-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... 14:57:07.830 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 14:57:07.830 [pool-145-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 14:57:07.838 [pool-145-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s114ms [proxy update] 14:57:07.912 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:07.912 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.xmi 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 14:57:07.913 [pool-145-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 303 ms 14:57:07.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:07.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15136498466918009553/:org.eclipse.hawk.localfolder.LocalFolder:false 14:57:07.918 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:07.918 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:07.920 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:07.920 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14154289999014383752/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 14:57:07.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:08.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:08.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:08.117 [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 14:57:08.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:08.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:08.119 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:08.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:08.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:08.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:08.120 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:08.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:08.120 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:08.120 [pool-147-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 14:57:08.123 [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 14:57:08.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:08.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:08.129 [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 14:57:08.129 [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 14:57:08.129 [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 14:57:08.131 [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 14:57:08.131 [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 14:57:08.131 [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 14:57:08.131 [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 14:57:08.132 [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 14:57:08.132 [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 14:57:08.132 [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 14:57:08.132 [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 14:57:08.132 [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 14:57:08.132 [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 14:57:08.133 [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 14:57:08.133 [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 14:57:08.135 [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 14:57:08.135 [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 14:57:08.135 [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 14:57:08.135 [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 14:57:08.135 [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 14:57:08.135 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.138 [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 14:57:08.192 [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 14:57:08.192 [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[] 14:57:08.194 [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 14:57:08.194 [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 14:57:08.194 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 14:57:08.194 [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 14:57:08.205 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 14:57:08.205 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:08.225 [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 14:57:08.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:08.227 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:08.228 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:08.232 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:08.232 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:08.233 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 14:57:08.233 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:08.233 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:08.233 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 14:57:08.296 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 14:57:08.300 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:08.300 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 14:57:08.300 [pool-147-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:08.300 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:57:08.300 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:08.302 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:08.302 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:08.302 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:08.302 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:08.302 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:08.303 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:08.303 [pool-147-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:08.303 [pool-147-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... 14:57:08.303 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:57:08.303 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:08.303 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:08.303 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 76 ms 14:57:08.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:08.305 [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 14:57:08.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:08.307 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:08.308 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:08.308 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4201935887812689226/test_queryEnumValues[LevelDB GreyCat] 14:57:08.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:08.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:08.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:08.500 [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 14:57:08.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:08.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:08.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:08.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:08.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:08.503 [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! 14:57:08.503 [pool-149-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 14:57:08.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 14:57:08.503 [pool-149-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 14:57:08.504 [pool-149-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 14:57:08.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:08.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:08.612 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:08.612 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:08.628 [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 14:57:08.633 [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 14:57:08.639 [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 14:57:08.693 [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 14:57:08.695 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:08.707 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:08.713 [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 14:57:08.715 [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 14:57:08.715 [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 14:57:08.715 [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 14:57:08.716 [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 14:57:08.716 [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 14:57:08.716 [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 14:57:08.716 [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 14:57:08.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 14:57:08.716 [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 14:57:08.716 [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 14:57:08.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 14:57:08.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 14:57:08.716 [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 14:57:08.716 [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 14:57:08.716 [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 14:57:08.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 14:57:08.717 [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 14:57:08.717 [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 14:57:08.717 [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 14:57:08.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 14:57:08.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 14:57:08.717 [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 14:57:08.718 [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 14:57:08.718 [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 14:57:08.718 [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 14:57:08.718 [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 14:57:08.719 [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 14:57:08.719 [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 14:57:08.720 [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 14:57:08.721 [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 14:57:08.721 [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 14:57:08.722 [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 14:57:08.722 [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 14:57:08.722 [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 14:57:08.722 [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[] 14:57:08.725 [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 14:57:08.829 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:08.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:08.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:08.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:08.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:08.834 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:08.835 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:08.835 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3335362527525850589/test_slotType[LevelDB GreyCat] 14:57:08.835 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:09.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:09.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:09.132 [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 14:57:09.132 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:09.132 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:09.135 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:09.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:09.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:09.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:09.136 [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! 14:57:09.136 [pool-151-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:09.137 [pool-151-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 14:57:09.138 [pool-151-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 14:57:09.206 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:09.206 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:09.218 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:09.222 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:09.225 [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 14:57:09.226 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:09.292 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:09.294 [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 14:57:09.296 [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 14:57:09.301 [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 14:57:09.306 [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 14:57:09.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 14:57:09.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 14:57:09.318 [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 14:57:09.318 [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 14:57:09.318 [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 14:57:09.318 [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 14:57:09.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 14:57:09.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 14:57:09.320 [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 14:57:09.321 [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[] 14:57:09.322 [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 14:57:09.322 [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 14:57:09.322 [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 14:57:09.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 14:57:09.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 14:57:09.322 [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 14:57:09.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 14:57:09.323 [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 14:57:09.323 [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 14:57:09.324 [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 14:57:09.324 [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 14:57:09.324 [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 14:57:09.324 [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 14:57:09.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 14:57:09.325 [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 14:57:09.325 [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 14:57:09.325 [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 14:57:09.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 14:57:09.328 [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 14:57:09.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 14:57:09.328 [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 14:57:09.328 [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 14:57:09.329 [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 14:57:09.330 [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 14:57:09.330 [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 14:57:09.330 [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 14:57:09.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:09.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:09.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:09.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:09.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:09.503 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:09.504 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:09.504 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6563768237585332872/test_typeSubtypes[LevelDB GreyCat] 14:57:09.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:09.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:09.796 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:09.796 [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 14:57:09.796 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:09.796 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:09.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:09.799 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:09.799 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:09.799 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:09.799 [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! 14:57:09.799 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:09.800 [pool-153-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 14:57:09.801 [pool-153-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 14:57:09.822 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:09.822 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:09.900 [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 14:57:09.900 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:09.901 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:09.910 [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 14:57:09.915 [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 14:57:09.915 [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 14:57:09.925 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:09.929 [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 14:57:09.992 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:09.995 [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 14:57:09.995 [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 14:57:09.995 [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 14:57:09.995 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.996 [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 14:57:09.997 [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 14:57:09.997 [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 14:57:09.997 [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 14:57:09.997 [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 14:57:09.997 [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 14:57:09.997 [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 14:57:09.997 [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 14:57:09.998 [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 14:57:09.999 [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 14:57:10.000 [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 14:57:10.000 [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 14:57:10.000 [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 14:57:10.001 [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 14:57:10.001 [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 14:57:10.001 [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 14:57:10.001 [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 14:57:10.002 [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 14:57:10.002 [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[] 14:57:10.002 [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 14:57:10.002 [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 14:57:10.003 [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 14:57:10.099 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:10.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:10.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:10.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:10.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:10.104 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:10.105 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:10.105 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11062660087965975568/test_slotInstanceTypeName[LevelDB GreyCat] 14:57:10.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:10.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:10.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:10.344 [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 14:57:10.344 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:10.344 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:10.348 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:10.348 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:10.348 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:10.348 [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! 14:57:10.348 [pool-155-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:10.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:10.349 [pool-155-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 14:57:10.349 [pool-155-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 14:57:10.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:10.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:10.493 [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 14:57:10.493 [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 14:57:10.493 [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 14:57:10.494 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:10.498 [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 14:57:10.499 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:10.503 [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 14:57:10.503 [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 14:57:10.504 [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 14:57:10.505 [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 14:57:10.505 [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 14:57:10.505 [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 14:57:10.505 [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 14:57:10.505 [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 14:57:10.505 [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 14:57:10.505 [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 14:57:10.506 [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[] 14:57:10.506 [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 14:57:10.506 [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 14:57:10.506 [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 14:57:10.506 [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 14:57:10.506 [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 14:57:10.506 [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 14:57:10.506 [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 14:57:10.506 [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 14:57:10.507 [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 14:57:10.507 [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 14:57:10.507 [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 14:57:10.507 [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 14:57:10.508 [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 14:57:10.508 [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 14:57:10.508 [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 14:57:10.508 [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 14:57:10.508 [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 14:57:10.509 [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 14:57:10.509 [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 14:57:10.509 [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 14:57:10.509 [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 14:57:10.509 [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 14:57:10.511 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:10.513 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:10.520 [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 14:57:10.520 [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 14:57:10.532 [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 14:57:10.533 [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 14:57:10.632 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:10.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:10.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:10.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:10.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:10.637 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:10.639 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:10.639 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15703331317971899329/test_typeSupertypes[LevelDB GreyCat] 14:57:10.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:10.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:10.915 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:10.915 [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 14:57:10.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:10.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:10.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:10.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:10.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:10.918 [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! 14:57:10.918 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:10.918 [pool-157-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:10.919 [pool-157-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 14:57:10.919 [pool-157-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 14:57:10.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:10.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:11.001 [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 14:57:11.001 [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 14:57:11.001 [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 14:57:11.001 [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 14:57:11.002 [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 14:57:11.002 [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 14:57:11.002 [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 14:57:11.002 [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 14:57:11.002 [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 14:57:11.003 [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[] 14:57:11.003 [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 14:57:11.003 [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 14:57:11.003 [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 14:57:11.003 [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 14:57:11.003 [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 14:57:11.005 [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 14:57:11.005 [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 14:57:11.006 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.007 [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 14:57:11.008 [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 14:57:11.008 [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 14:57:11.008 [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 14:57:11.008 [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 14:57:11.008 [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 14:57:11.009 [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 14:57:11.009 [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 14:57:11.009 [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 14:57:11.009 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:11.009 [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 14:57:11.010 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:11.017 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:11.018 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:11.018 [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 14:57:11.092 [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 14:57:11.099 [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 14:57:11.100 [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 14:57:11.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:11.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:11.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:11.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:11.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:11.222 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:11.223 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:11.223 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16695546779021140795/test_metamodels[LevelDB GreyCat] 14:57:11.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:11.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:11.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:11.503 [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 14:57:11.503 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:11.503 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:11.505 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:11.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:11.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:11.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:11.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:11.506 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:11.506 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:11.506 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:57:11.933 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 14:57:11.933 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 14:57:11.933 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 14:57:11.933 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 14:57:11.933 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 14:57:11.933 [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 14:57:11.933 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:11.933 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:12.014 [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 14:57:12.014 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:12.014 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 14:57:12.134 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 14:57:12.135 [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 14:57:12.135 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:12.135 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 14:57:12.707 [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 14:57:12.707 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:12.708 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 14:57:13.554 [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 14:57:13.554 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 14:57:14.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 14:57:14.790 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:14.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14279023171291299189/:org.eclipse.hawk.localfolder.LocalFolder:false 14:57:14.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:14.814 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:14.816 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:14.819 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:14.819 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:14.835 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 14:57:14.835 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:14.835 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:14.835 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 14:57:14.897 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 14:57:14.912 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 14:57:14.912 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 14:57:14.919 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:14.919 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s84ms [pure insertion] marking any relevant derived attributes for update...14:57:14.919 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:14.920 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:14.920 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:14.921 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:14.923 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:14.927 [pool-159-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... 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:14.927 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 113 ms 14:57:14.928 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:14.930 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:14.930 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:14.930 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:14.933 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 14:57:14.933 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:14.933 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:14.933 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 14:57:14.993 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 14:57:15.009 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 14:57:15.009 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 14:57:15.022 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:15.022 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s89ms [pure insertion] marking any relevant derived attributes for update...14:57:15.022 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:15.022 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:15.024 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 14:57:15.024 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:15.024 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:15.024 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 14:57:15.026 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 14:57:15.098 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 14:57:15.098 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 14:57:15.111 [pool-159-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:15.111 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...14:57:15.111 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:15.111 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:15.111 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:15.111 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:15.113 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 14:57:15.121 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 14:57:15.121 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 14:57:15.121 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:15.121 [pool-159-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:15.121 [pool-159-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... 14:57:15.121 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 14:57:15.121 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:15.122 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:15.122 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms 14:57:15.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:15.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14279023171291299189/:org.eclipse.hawk.localfolder.LocalFolder:false 14:57:15.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:15.124 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:15.125 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:15.126 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1720252818433551989/test_elephantResolve[LevelDB GreyCat] 14:57:15.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:15.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:15.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:15.321 [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 14:57:15.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:15.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:15.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:15.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:15.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:15.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:15.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:15.324 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:15.324 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:15.325 [pool-161-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 14:57:15.495 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:15.495 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:15.516 [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 14:57:15.516 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:15.516 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 14:57:15.632 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 14:57:15.633 [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 14:57:15.633 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:15.634 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 14:57:15.908 [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 14:57:15.909 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:15.909 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 14:57:16.697 [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 14:57:16.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 14:57:17.969 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 14:57:17.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:17.998 [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 14:57:18.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:18.000 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:18.000 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR Warning, monitor is inactive, synchronisation failed! 14:57:18.000 [pool-161-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 14:57:18.000 [pool-161-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 14:57:18.004 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:18.004 [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 14:57:18.005 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:18.005 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:18.006 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:18.007 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17871420585715263504/test_zoo[LevelDB GreyCat] 14:57:18.007 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:18.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:18.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:18.126 [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 14:57:18.126 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:18.126 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:18.128 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:18.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:18.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:18.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:18.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:18.128 [pool-163-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:18.129 [pool-163-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:18.129 [pool-163-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 14:57:18.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:18.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:18.238 [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 14:57:18.238 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:18.238 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 14:57:18.321 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 14:57:18.321 [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 14:57:18.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:18.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 14:57:18.812 [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 14:57:18.812 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:18.812 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 14:57:19.940 [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 14:57:19.941 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 14:57:21.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec) 14:57:21.528 [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! 14:57:21.528 [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 14:57:21.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:21.615 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:21.620 [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! 14:57:21.620 [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! 14:57:21.620 [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! 14:57:21.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 14:57:21.620 [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! 14:57:21.620 [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! 14:57:21.621 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 14:57:21.621 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:21.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:21.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:21.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:21.627 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:21.629 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:21.629 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14721368824335387018/test_metamodel[LevelDB GreyCat] 14:57:21.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:21.997 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:21.999 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:21.999 [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 14:57:21.999 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:21.999 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:22.002 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:22.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:22.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:22.003 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:22.003 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:22.003 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:22.003 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:57:22.003 [pool-165-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 14:57:22.102 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:22.102 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:22.119 [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 14:57:22.120 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:22.120 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 14:57:22.200 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 14:57:22.201 [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 14:57:22.201 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:22.201 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 14:57:22.715 [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 14:57:22.715 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 14:57:22.715 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 14:57:23.439 [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 14:57:23.439 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 14:57:23.494 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5609837044702628838/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit5609837044702628838/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) 14:57:23.704 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit10239748668685698391/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit10239748668685698391/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) 14:57:23.949 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9661891613971606969/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit9661891613971606969/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) 14:57:24.909 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 14:57:24.909 [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! 14:57:24.909 [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 14:57:25.011 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:25.011 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:25.093 [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! 14:57:25.093 [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! 14:57:25.093 [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! 14:57:25.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 14:57:25.093 [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! 14:57:25.093 [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! 14:57:25.093 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 14:57:25.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:25.112 [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 14:57:25.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:25.114 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:25.303 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:25.308 [pool-165-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/ 14:57:25.309 [pool-165-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/ 14:57:25.309 [pool-165-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/ 14:57:25.309 [pool-165-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/ 14:57:25.309 [pool-165-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/ 14:57:25.310 [pool-165-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/ 14:57:25.310 [pool-165-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/ 14:57:25.310 [pool-165-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/ 14:57:25.310 [pool-165-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/ 14:57:25.310 [pool-165-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/ 14:57:25.310 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.311 [pool-165-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/ 14:57:25.312 [pool-165-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/ 14:57:25.312 [pool-165-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/ 14:57:25.312 [pool-165-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/ 14:57:25.312 [pool-165-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/ 14:57:25.312 [pool-165-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/ 14:57:25.312 [pool-165-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/ 14:57:25.313 [pool-165-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/ 14:57:25.313 [pool-165-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/ 14:57:25.313 [pool-165-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/ 14:57:25.313 [pool-165-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/ 14:57:25.313 [pool-165-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/ 14:57:25.313 [pool-165-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/ 14:57:25.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:25.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:25.313 [pool-165-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) 14:57:25.316 [pool-165-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... 14:57:25.316 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.316 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.316 [pool-165-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... 14:57:25.326 [pool-165-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 14:57:25.330 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.331 [pool-165-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 14:57:25.400 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.400 [pool-165-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...14:57:25.400 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:25.402 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:25.402 [pool-165-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... 14:57:25.402 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.403 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.403 [pool-165-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... 14:57:25.405 [pool-165-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 14:57:25.408 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.408 [pool-165-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 14:57:25.410 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.410 [pool-165-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...14:57:25.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:25.411 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:25.412 [pool-165-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... 14:57:25.412 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.412 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.412 [pool-165-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... 14:57:25.415 [pool-165-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 14:57:25.423 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 14:57:25.423 [pool-165-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 14:57:25.429 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:25.429 [pool-165-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:25.429 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.429 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.430 [pool-165-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... 14:57:25.430 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.430 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.430 [pool-165-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... 14:57:25.432 [pool-165-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 14:57:25.494 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.494 [pool-165-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 14:57:25.499 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.500 [pool-165-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...14:57:25.500 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.500 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.500 [pool-165-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... 14:57:25.500 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.500 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.500 [pool-165-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... 14:57:25.503 [pool-165-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 14:57:25.506 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.506 [pool-165-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 14:57:25.508 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.508 [pool-165-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...14:57:25.508 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.508 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.509 [pool-165-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... 14:57:25.509 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.509 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.509 [pool-165-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... 14:57:25.511 [pool-165-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 14:57:25.514 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.514 [pool-165-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 14:57:25.516 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.516 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:25.516 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.516 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.517 [pool-165-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... 14:57:25.517 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.517 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.517 [pool-165-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... 14:57:25.519 [pool-165-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 14:57:25.523 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.523 [pool-165-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 14:57:25.527 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.527 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:25.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.528 [pool-165-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... 14:57:25.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.528 [pool-165-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... 14:57:25.593 [pool-165-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 14:57:25.595 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.595 [pool-165-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 14:57:25.597 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.597 [pool-165-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...14:57:25.597 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:25.598 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:25.598 [pool-165-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... 14:57:25.598 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.598 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.598 [pool-165-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... 14:57:25.600 [pool-165-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 14:57:25.603 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:25.603 [pool-165-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 14:57:25.605 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.605 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:25.605 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.605 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.605 [pool-165-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... 14:57:25.605 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.606 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.606 [pool-165-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... 14:57:25.608 [pool-165-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 14:57:25.611 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.611 [pool-165-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 14:57:25.614 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.614 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:25.614 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.614 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.614 [pool-165-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... 14:57:25.614 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.616 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.616 [pool-165-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... 14:57:25.618 [pool-165-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 14:57:25.623 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:25.623 [pool-165-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 14:57:25.627 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:25.627 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:25.627 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.627 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.628 [pool-165-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... 14:57:25.628 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.628 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.628 [pool-165-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... 14:57:25.630 [pool-165-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 14:57:25.635 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:25.635 [pool-165-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 14:57:25.696 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:25.697 [pool-165-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:57:25.697 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.697 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.697 [pool-165-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... 14:57:25.697 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.697 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.698 [pool-165-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... 14:57:25.700 [pool-165-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 14:57:25.702 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:25.702 [pool-165-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 14:57:25.705 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.705 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:25.705 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.705 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.705 [pool-165-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... 14:57:25.705 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.705 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.705 [pool-165-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... 14:57:25.707 [pool-165-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 14:57:25.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:25.710 [pool-165-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 14:57:25.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.712 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:25.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.713 [pool-165-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... 14:57:25.713 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.713 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.713 [pool-165-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... 14:57:25.715 [pool-165-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 14:57:25.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.720 [pool-165-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 14:57:25.722 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.722 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:25.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.723 [pool-165-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... 14:57:25.723 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.723 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.723 [pool-165-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... 14:57:25.725 [pool-165-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 14:57:25.730 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:25.730 [pool-165-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 14:57:25.734 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:25.734 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:25.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.734 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.735 [pool-165-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... 14:57:25.735 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.735 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.735 [pool-165-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... 14:57:25.793 [pool-165-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 14:57:25.797 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.797 [pool-165-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 14:57:25.799 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.799 [pool-165-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...14:57:25.799 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.799 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.800 [pool-165-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... 14:57:25.800 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.801 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.801 [pool-165-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... 14:57:25.803 [pool-165-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 14:57:25.808 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:25.808 [pool-165-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 14:57:25.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.810 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:25.810 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.810 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.811 [pool-165-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... 14:57:25.811 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.811 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.811 [pool-165-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... 14:57:25.813 [pool-165-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 14:57:25.816 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.816 [pool-165-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 14:57:25.818 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.818 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:25.818 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.818 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.818 [pool-165-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... 14:57:25.818 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.818 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.818 [pool-165-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... 14:57:25.820 [pool-165-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 14:57:25.828 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:25.828 [pool-165-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 14:57:25.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.831 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:25.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.832 [pool-165-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... 14:57:25.832 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.832 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.832 [pool-165-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... 14:57:25.834 [pool-165-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 14:57:25.837 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.837 [pool-165-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 14:57:25.839 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.839 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:25.839 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.839 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.839 [pool-165-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... 14:57:25.839 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.839 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.839 [pool-165-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... 14:57:25.893 [pool-165-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 14:57:25.896 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.896 [pool-165-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 14:57:25.898 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.898 [pool-165-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...14:57:25.898 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.898 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.899 [pool-165-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... 14:57:25.899 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.899 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.899 [pool-165-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... 14:57:25.901 [pool-165-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 14:57:25.904 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.904 [pool-165-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 14:57:25.907 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.907 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:25.907 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.907 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.907 [pool-165-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... 14:57:25.907 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.909 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.909 [pool-165-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... 14:57:25.911 [pool-165-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 14:57:25.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:25.916 [pool-165-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 14:57:25.920 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:25.920 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:25.920 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.920 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.921 [pool-165-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... 14:57:25.921 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.921 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.921 [pool-165-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... 14:57:25.923 [pool-165-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 14:57:25.925 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.925 [pool-165-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 14:57:25.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.928 [pool-165-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...14:57:25.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.929 [pool-165-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... 14:57:25.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.929 [pool-165-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... 14:57:25.931 [pool-165-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 14:57:25.934 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:25.934 [pool-165-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 14:57:25.995 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:25.995 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:25.995 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:25.995 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:25.995 [pool-165-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... 14:57:25.995 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:25.996 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:25.996 [pool-165-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... 14:57:25.998 [pool-165-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 14:57:26.001 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.001 [pool-165-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 14:57:26.003 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.003 [pool-165-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...14:57:26.003 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:26.004 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:26.004 [pool-165-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... 14:57:26.004 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.004 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.004 [pool-165-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... 14:57:26.006 [pool-165-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 14:57:26.012 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:26.012 [pool-165-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 14:57:26.017 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:26.017 [pool-165-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...14:57:26.017 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.017 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.017 [pool-165-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... 14:57:26.017 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.019 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.019 [pool-165-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... 14:57:26.021 [pool-165-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 14:57:26.029 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 14:57:26.029 [pool-165-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 14:57:26.095 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:26.096 [pool-165-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...14:57:26.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.096 [pool-165-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... 14:57:26.096 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.096 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.096 [pool-165-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... 14:57:26.099 [pool-165-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 14:57:26.106 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:26.106 [pool-165-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 14:57:26.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:26.110 [pool-165-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:26.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.110 [pool-165-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... 14:57:26.110 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.111 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.111 [pool-165-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... 14:57:26.113 [pool-165-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 14:57:26.116 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.116 [pool-165-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 14:57:26.118 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.118 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:26.118 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.118 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.119 [pool-165-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... 14:57:26.119 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.119 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.119 [pool-165-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... 14:57:26.121 [pool-165-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 14:57:26.125 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.125 [pool-165-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 14:57:26.128 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.129 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:26.129 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.129 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.129 [pool-165-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... 14:57:26.129 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.129 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.129 [pool-165-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... 14:57:26.132 [pool-165-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 14:57:26.134 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.134 [pool-165-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 14:57:26.193 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.193 [pool-165-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...14:57:26.193 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.193 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.194 [pool-165-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... 14:57:26.194 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.194 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.194 [pool-165-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... 14:57:26.196 [pool-165-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 14:57:26.199 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.199 [pool-165-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 14:57:26.201 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.201 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:26.201 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.201 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.201 [pool-165-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... 14:57:26.201 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.202 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.202 [pool-165-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... 14:57:26.204 [pool-165-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 14:57:26.210 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:26.210 [pool-165-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 14:57:26.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.217 [pool-165-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...14:57:26.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.218 [pool-165-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... 14:57:26.218 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.218 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.218 [pool-165-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... 14:57:26.221 [pool-165-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 14:57:26.329 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 14:57:26.329 [pool-165-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 14:57:26.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 14:57:26.430 [pool-165-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. 0s212ms [pure insertion] marking any relevant derived attributes for update...14:57:26.430 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.430 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.431 [pool-165-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... 14:57:26.431 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.431 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.431 [pool-165-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... 14:57:26.433 [pool-165-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 14:57:26.494 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.494 [pool-165-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 14:57:26.496 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.496 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:26.496 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:26.497 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:26.497 [pool-165-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... 14:57:26.497 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.498 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.498 [pool-165-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... 14:57:26.500 [pool-165-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 14:57:26.593 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 14:57:26.594 [pool-165-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 14:57:26.632 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:57:26.632 [pool-165-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. 0s135ms [pure insertion] marking any relevant derived attributes for update...14:57:26.632 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.632 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.633 [pool-165-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... 14:57:26.633 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.633 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.633 [pool-165-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... 14:57:26.694 [pool-165-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 14:57:26.697 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.697 [pool-165-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 14:57:26.699 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.699 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:26.699 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.699 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.700 [pool-165-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... 14:57:26.700 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.700 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.700 [pool-165-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... 14:57:26.702 [pool-165-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 14:57:26.713 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 14:57:26.713 [pool-165-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 14:57:26.722 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:26.722 [pool-165-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...14:57:26.722 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:26.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:26.723 [pool-165-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... 14:57:26.723 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.723 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.723 [pool-165-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... 14:57:26.726 [pool-165-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 14:57:26.729 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.729 [pool-165-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 14:57:26.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.732 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:26.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.732 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.733 [pool-165-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... 14:57:26.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.733 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.733 [pool-165-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... 14:57:26.793 [pool-165-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 14:57:26.803 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 14:57:26.803 [pool-165-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 14:57:26.809 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:26.809 [pool-165-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...14:57:26.809 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.809 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.810 [pool-165-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... 14:57:26.810 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.810 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.810 [pool-165-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... 14:57:26.812 [pool-165-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 14:57:26.815 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.815 [pool-165-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 14:57:26.817 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.817 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:26.817 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.817 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.817 [pool-165-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... 14:57:26.817 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.818 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.818 [pool-165-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... 14:57:26.820 [pool-165-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 14:57:26.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.824 [pool-165-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 14:57:26.827 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.827 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:26.827 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.827 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.827 [pool-165-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... 14:57:26.827 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.827 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.827 [pool-165-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... 14:57:26.829 [pool-165-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 14:57:26.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:26.832 [pool-165-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 14:57:26.893 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:26.893 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:26.893 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:26.893 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:26.894 [pool-165-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... 14:57:26.894 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:26.894 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:26.894 [pool-165-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... 14:57:26.896 [pool-165-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 14:57:26.924 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 14:57:26.924 [pool-165-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 14:57:27.014 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 14:57:27.014 [pool-165-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. 0s120ms [pure insertion] marking any relevant derived attributes for update...14:57:27.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.014 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.014 [pool-165-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... 14:57:27.014 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.015 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.015 [pool-165-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... 14:57:27.017 [pool-165-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 14:57:27.029 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 14:57:27.029 [pool-165-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 14:57:27.096 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:27.096 [pool-165-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...14:57:27.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.096 [pool-165-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... 14:57:27.096 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.098 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.098 [pool-165-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... 14:57:27.100 [pool-165-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 14:57:27.103 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.103 [pool-165-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 14:57:27.105 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.105 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:27.105 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:27.106 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:27.106 [pool-165-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... 14:57:27.106 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.106 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.106 [pool-165-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... 14:57:27.108 [pool-165-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 14:57:27.111 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:27.111 [pool-165-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 14:57:27.114 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.114 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:27.114 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.114 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.115 [pool-165-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... 14:57:27.115 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.115 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.115 [pool-165-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... 14:57:27.118 [pool-165-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 14:57:27.122 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.122 [pool-165-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 14:57:27.124 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.124 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:27.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.124 [pool-165-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... 14:57:27.124 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.124 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.124 [pool-165-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... 14:57:27.126 [pool-165-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 14:57:27.134 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 14:57:27.134 [pool-165-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 14:57:27.198 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:27.198 [pool-165-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...14:57:27.198 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.198 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.199 [pool-165-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... 14:57:27.199 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.200 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.200 [pool-165-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... 14:57:27.202 [pool-165-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 14:57:27.205 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.205 [pool-165-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 14:57:27.207 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.207 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:27.207 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.207 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.208 [pool-165-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... 14:57:27.208 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.208 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.208 [pool-165-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... 14:57:27.210 [pool-165-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 14:57:27.213 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.213 [pool-165-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 14:57:27.223 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.223 [pool-165-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:57:27.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.224 [pool-165-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... 14:57:27.224 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.224 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.224 [pool-165-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... 14:57:27.226 [pool-165-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 14:57:27.234 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:27.234 [pool-165-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 14:57:27.296 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:27.296 [pool-165-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...14:57:27.296 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.296 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.296 [pool-165-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... 14:57:27.296 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.296 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.296 [pool-165-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... 14:57:27.298 [pool-165-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 14:57:27.301 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.301 [pool-165-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 14:57:27.303 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.303 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:27.303 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.303 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.304 [pool-165-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... 14:57:27.304 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.304 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.304 [pool-165-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... 14:57:27.306 [pool-165-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 14:57:27.309 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.309 [pool-165-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 14:57:27.312 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.312 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:27.312 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.312 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.312 [pool-165-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... 14:57:27.313 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.313 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.313 [pool-165-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... 14:57:27.316 [pool-165-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 14:57:27.320 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.320 [pool-165-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 14:57:27.322 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.322 [pool-165-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...14:57:27.322 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.322 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.322 [pool-165-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... 14:57:27.322 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.322 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.322 [pool-165-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... 14:57:27.325 [pool-165-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 14:57:27.335 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 14:57:27.335 [pool-165-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 14:57:27.402 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:27.402 [pool-165-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...14:57:27.402 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.402 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.402 [pool-165-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... 14:57:27.402 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.403 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.403 [pool-165-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... 14:57:27.405 [pool-165-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 14:57:27.407 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.407 [pool-165-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 14:57:27.410 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.410 [pool-165-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...14:57:27.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.410 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.410 [pool-165-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... 14:57:27.410 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.410 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.410 [pool-165-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... 14:57:27.412 [pool-165-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 14:57:27.416 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.416 [pool-165-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 14:57:27.418 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.418 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:27.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.418 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.419 [pool-165-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... 14:57:27.419 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.419 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.419 [pool-165-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... 14:57:27.423 [pool-165-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 14:57:27.496 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 14:57:27.496 [pool-165-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 14:57:27.514 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 14:57:27.514 [pool-165-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. 0s95ms [pure insertion] marking any relevant derived attributes for update...14:57:27.514 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.515 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.515 [pool-165-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... 14:57:27.515 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.515 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.515 [pool-165-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... 14:57:27.518 [pool-165-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 14:57:27.521 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.522 [pool-165-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 14:57:27.524 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.524 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:27.524 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.524 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.525 [pool-165-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... 14:57:27.525 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.525 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.525 [pool-165-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... 14:57:27.528 [pool-165-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 14:57:27.595 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.595 [pool-165-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 14:57:27.598 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.598 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:27.598 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.598 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.599 [pool-165-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... 14:57:27.599 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.599 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.599 [pool-165-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... 14:57:27.601 [pool-165-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 14:57:27.605 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.605 [pool-165-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 14:57:27.608 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.608 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:27.608 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.608 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.608 [pool-165-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... 14:57:27.608 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.608 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.608 [pool-165-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... 14:57:27.611 [pool-165-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 14:57:27.617 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:27.617 [pool-165-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 14:57:27.619 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.619 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:27.619 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:27.620 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:27.620 [pool-165-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... 14:57:27.620 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.620 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.620 [pool-165-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... 14:57:27.623 [pool-165-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 14:57:27.700 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 14:57:27.700 [pool-165-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 14:57:27.716 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 14:57:27.716 [pool-165-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. 0s96ms [pure insertion] marking any relevant derived attributes for update...14:57:27.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.716 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.717 [pool-165-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... 14:57:27.717 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.717 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.717 [pool-165-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... 14:57:27.720 [pool-165-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 14:57:27.728 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 14:57:27.728 [pool-165-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 14:57:27.793 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:27.793 [pool-165-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...14:57:27.793 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.793 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.794 [pool-165-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... 14:57:27.794 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.794 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.794 [pool-165-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... 14:57:27.797 [pool-165-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 14:57:27.802 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.802 [pool-165-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 14:57:27.805 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.805 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:27.805 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.805 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.805 [pool-165-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... 14:57:27.805 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.805 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.805 [pool-165-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... 14:57:27.808 [pool-165-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 14:57:27.811 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.811 [pool-165-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 14:57:27.814 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.814 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.814 [pool-165-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... 14:57:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.814 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.815 [pool-165-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... 14:57:27.817 [pool-165-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 14:57:27.821 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.821 [pool-165-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 14:57:27.823 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.824 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:27.824 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.824 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.824 [pool-165-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... 14:57:27.824 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.824 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.824 [pool-165-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... 14:57:27.829 [pool-165-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 14:57:27.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.832 [pool-165-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 14:57:27.893 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.893 [pool-165-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:57:27.893 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.893 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.893 [pool-165-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... 14:57:27.893 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.894 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.894 [pool-165-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... 14:57:27.896 [pool-165-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 14:57:27.900 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:27.900 [pool-165-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 14:57:27.902 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:27.902 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:27.902 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.902 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.903 [pool-165-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... 14:57:27.903 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.903 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.903 [pool-165-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... 14:57:27.906 [pool-165-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 14:57:27.923 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 14:57:27.923 [pool-165-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 14:57:27.994 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:27.994 [pool-165-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. 0s91ms [pure insertion] marking any relevant derived attributes for update...14:57:27.994 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:27.994 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:27.995 [pool-165-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... 14:57:27.995 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:27.995 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:27.995 [pool-165-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... 14:57:27.998 [pool-165-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 14:57:28.101 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 14:57:28.101 [pool-165-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 14:57:28.205 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:57:28.205 [pool-165-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. 0s210ms [pure insertion] marking any relevant derived attributes for update...14:57:28.205 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.205 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.206 [pool-165-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... 14:57:28.206 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.207 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.207 [pool-165-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... 14:57:28.210 [pool-165-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 14:57:28.212 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.212 [pool-165-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 14:57:28.214 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.214 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:28.214 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.214 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.215 [pool-165-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... 14:57:28.215 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.215 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.215 [pool-165-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... 14:57:28.217 [pool-165-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 14:57:28.220 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.220 [pool-165-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 14:57:28.222 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.222 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:28.222 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.222 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.223 [pool-165-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... 14:57:28.223 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.223 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.223 [pool-165-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... 14:57:28.226 [pool-165-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 14:57:28.234 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 14:57:28.234 [pool-165-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 14:57:28.297 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:28.297 [pool-165-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...14:57:28.297 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.297 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.298 [pool-165-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... 14:57:28.298 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.298 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.298 [pool-165-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... 14:57:28.300 [pool-165-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 14:57:28.303 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.303 [pool-165-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 14:57:28.305 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.305 [pool-165-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...14:57:28.305 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.305 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.306 [pool-165-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... 14:57:28.306 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.306 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.306 [pool-165-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... 14:57:28.308 [pool-165-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 14:57:28.315 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:28.315 [pool-165-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 14:57:28.346 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:28.346 [pool-165-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. 0s40ms [pure insertion] marking any relevant derived attributes for update...14:57:28.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.346 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.347 [pool-165-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... 14:57:28.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.347 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.347 [pool-165-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... 14:57:28.349 [pool-165-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 14:57:28.352 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.352 [pool-165-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 14:57:28.393 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.393 [pool-165-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. 0s46ms [pure insertion] marking any relevant derived attributes for update...14:57:28.393 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.393 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.394 [pool-165-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... 14:57:28.394 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.394 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.394 [pool-165-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... 14:57:28.397 [pool-165-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 14:57:28.400 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.400 [pool-165-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 14:57:28.403 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.403 [pool-165-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...14:57:28.403 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.403 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.403 [pool-165-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... 14:57:28.404 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.405 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.405 [pool-165-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... 14:57:28.407 [pool-165-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 14:57:28.410 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.410 [pool-165-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 14:57:28.412 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.412 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:28.412 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:28.413 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:28.413 [pool-165-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... 14:57:28.413 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.413 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.413 [pool-165-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... 14:57:28.416 [pool-165-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 14:57:28.419 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.419 [pool-165-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 14:57:28.421 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.421 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:28.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.421 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.422 [pool-165-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... 14:57:28.422 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.422 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.422 [pool-165-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... 14:57:28.424 [pool-165-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 14:57:28.428 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.428 [pool-165-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 14:57:28.430 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.430 [pool-165-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...14:57:28.430 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.430 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.431 [pool-165-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... 14:57:28.431 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.431 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.431 [pool-165-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... 14:57:28.493 [pool-165-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 14:57:28.498 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.498 [pool-165-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 14:57:28.500 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.500 [pool-165-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:57:28.500 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.500 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.501 [pool-165-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... 14:57:28.501 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.501 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.501 [pool-165-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... 14:57:28.503 [pool-165-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 14:57:28.506 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.506 [pool-165-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 14:57:28.509 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.509 [pool-165-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...14:57:28.509 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.509 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.509 [pool-165-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... 14:57:28.509 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.510 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.510 [pool-165-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... 14:57:28.512 [pool-165-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 14:57:28.598 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 14:57:28.598 [pool-165-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 14:57:28.627 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 14:57:28.627 [pool-165-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. 0s118ms [pure insertion] marking any relevant derived attributes for update...14:57:28.627 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.627 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.628 [pool-165-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... 14:57:28.628 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.628 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.628 [pool-165-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... 14:57:28.630 [pool-165-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 14:57:28.632 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.632 [pool-165-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 14:57:28.693 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.693 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:28.693 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:28.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:28.694 [pool-165-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... 14:57:28.694 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.694 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.694 [pool-165-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... 14:57:28.697 [pool-165-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 14:57:28.700 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.700 [pool-165-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 14:57:28.702 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.702 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:28.702 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.702 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.703 [pool-165-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... 14:57:28.703 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.703 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.703 [pool-165-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... 14:57:28.705 [pool-165-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 14:57:28.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.710 [pool-165-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 14:57:28.715 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.715 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:28.715 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.715 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.715 [pool-165-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... 14:57:28.715 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.715 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.715 [pool-165-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... 14:57:28.718 [pool-165-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 14:57:28.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:28.721 [pool-165-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 14:57:28.723 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.723 [pool-165-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...14:57:28.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.723 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.724 [pool-165-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... 14:57:28.724 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.724 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.724 [pool-165-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... 14:57:28.726 [pool-165-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 14:57:28.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:28.732 [pool-165-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 14:57:28.795 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:28.795 [pool-165-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...14:57:28.795 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.795 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.796 [pool-165-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... 14:57:28.796 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.796 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.796 [pool-165-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... 14:57:28.798 [pool-165-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 14:57:28.801 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.801 [pool-165-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 14:57:28.803 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.803 [pool-165-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...14:57:28.803 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:28.804 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:28.804 [pool-165-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... 14:57:28.804 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.804 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.804 [pool-165-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... 14:57:28.807 [pool-165-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 14:57:28.815 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 14:57:28.815 [pool-165-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 14:57:28.823 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:28.823 [pool-165-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...14:57:28.823 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.823 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.824 [pool-165-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... 14:57:28.824 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.824 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.824 [pool-165-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... 14:57:28.826 [pool-165-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 14:57:28.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.829 [pool-165-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 14:57:28.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.831 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:28.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.832 [pool-165-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... 14:57:28.832 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.832 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.832 [pool-165-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... 14:57:28.834 [pool-165-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 14:57:28.893 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.893 [pool-165-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 14:57:28.895 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.895 [pool-165-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...14:57:28.895 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.895 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.896 [pool-165-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... 14:57:28.896 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.896 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.896 [pool-165-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... 14:57:28.899 [pool-165-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 14:57:28.903 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.903 [pool-165-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 14:57:28.905 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.905 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:28.905 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.905 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.906 [pool-165-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... 14:57:28.906 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.906 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.906 [pool-165-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... 14:57:28.908 [pool-165-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 14:57:28.911 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:28.911 [pool-165-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 14:57:28.913 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:28.913 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:28.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.913 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.914 [pool-165-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... 14:57:28.914 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.914 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.914 [pool-165-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... 14:57:28.916 [pool-165-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 14:57:28.922 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:28.922 [pool-165-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 14:57:28.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:28.928 [pool-165-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:28.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:28.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:28.928 [pool-165-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... 14:57:28.928 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:28.928 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:28.928 [pool-165-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... 14:57:28.931 [pool-165-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 14:57:29.000 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 14:57:29.000 [pool-165-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 14:57:29.008 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:29.008 [pool-165-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...14:57:29.008 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.008 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.008 [pool-165-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) 14:57:29.009 [pool-165-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... 14:57:29.009 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.009 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.009 [pool-165-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... 14:57:29.012 [pool-165-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 14:57:29.017 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.017 [pool-165-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 14:57:29.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.020 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:29.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.021 [pool-165-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... 14:57:29.021 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.021 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.021 [pool-165-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... 14:57:29.023 [pool-165-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 14:57:29.026 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:29.026 [pool-165-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 14:57:29.029 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.029 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:29.029 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:29.030 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:29.030 [pool-165-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... 14:57:29.030 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.030 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.030 [pool-165-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... 14:57:29.033 [pool-165-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 14:57:29.093 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.093 [pool-165-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 14:57:29.096 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.096 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:29.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.097 [pool-165-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... 14:57:29.097 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.097 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.097 [pool-165-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... 14:57:29.100 [pool-165-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 14:57:29.107 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:29.107 [pool-165-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 14:57:29.110 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.110 [pool-165-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:29.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.110 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.110 [pool-165-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... 14:57:29.110 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.111 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.111 [pool-165-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... 14:57:29.113 [pool-165-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 14:57:29.120 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:29.120 [pool-165-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 14:57:29.122 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.122 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:29.122 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.122 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.123 [pool-165-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... 14:57:29.123 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.123 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.123 [pool-165-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... 14:57:29.126 [pool-165-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 14:57:29.132 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:29.132 [pool-165-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 14:57:29.135 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.135 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:29.135 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.135 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.192 [pool-165-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... 14:57:29.192 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.192 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.192 [pool-165-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... 14:57:29.196 [pool-165-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 14:57:29.200 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.200 [pool-165-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 14:57:29.202 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.203 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:29.203 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.203 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.203 [pool-165-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... 14:57:29.203 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.203 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.203 [pool-165-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... 14:57:29.206 [pool-165-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 14:57:29.210 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.210 [pool-165-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 14:57:29.212 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.212 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:29.212 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.212 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.213 [pool-165-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... 14:57:29.213 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.213 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.213 [pool-165-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... 14:57:29.216 [pool-165-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 14:57:29.220 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.220 [pool-165-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 14:57:29.222 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.222 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:29.222 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:29.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:29.223 [pool-165-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... 14:57:29.223 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.223 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.223 [pool-165-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... 14:57:29.226 [pool-165-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 14:57:29.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.231 [pool-165-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 14:57:29.234 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.234 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:29.234 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.234 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.234 [pool-165-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... 14:57:29.234 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.234 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.235 [pool-165-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... 14:57:29.293 [pool-165-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 14:57:29.300 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:29.300 [pool-165-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 14:57:29.303 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.303 [pool-165-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:57:29.303 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.303 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.304 [pool-165-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... 14:57:29.304 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.304 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.304 [pool-165-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... 14:57:29.307 [pool-165-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 14:57:29.312 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:29.312 [pool-165-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 14:57:29.315 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.315 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:29.315 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.315 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.316 [pool-165-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... 14:57:29.316 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.316 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.316 [pool-165-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... 14:57:29.320 [pool-165-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 14:57:29.326 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 14:57:29.326 [pool-165-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 14:57:29.329 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.329 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:29.329 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.329 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.330 [pool-165-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... 14:57:29.330 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.330 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.330 [pool-165-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... 14:57:29.333 [pool-165-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 14:57:29.500 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 14:57:29.500 [pool-165-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 14:57:29.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:57:29.615 [pool-165-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. 0s285ms [pure insertion] marking any relevant derived attributes for update...14:57:29.615 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.615 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.616 [pool-165-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... 14:57:29.616 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.616 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.616 [pool-165-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... 14:57:29.620 [pool-165-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 14:57:29.625 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.625 [pool-165-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 14:57:29.693 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.694 [pool-165-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...14:57:29.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.694 [pool-165-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... 14:57:29.694 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.695 [pool-165-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... 14:57:29.699 [pool-165-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 14:57:29.707 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:29.707 [pool-165-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 14:57:29.713 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:29.713 [pool-165-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...14:57:29.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.713 [pool-165-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... 14:57:29.713 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.714 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.714 [pool-165-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... 14:57:29.716 [pool-165-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 14:57:29.724 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:29.724 [pool-165-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 14:57:29.730 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:29.730 [pool-165-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:29.730 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.730 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.731 [pool-165-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... 14:57:29.731 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.731 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.731 [pool-165-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... 14:57:29.792 [pool-165-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 14:57:29.798 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.798 [pool-165-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 14:57:29.802 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.802 [pool-165-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...14:57:29.802 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.802 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.802 [pool-165-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... 14:57:29.802 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.802 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.802 [pool-165-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... 14:57:29.805 [pool-165-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 14:57:29.809 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.809 [pool-165-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 14:57:29.812 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.812 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:29.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.812 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.813 [pool-165-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... 14:57:29.813 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.813 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.813 [pool-165-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... 14:57:29.816 [pool-165-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 14:57:29.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.820 [pool-165-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 14:57:29.823 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.823 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:29.823 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:29.824 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:29.824 [pool-165-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... 14:57:29.824 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.826 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.826 [pool-165-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... 14:57:29.829 [pool-165-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 14:57:29.893 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.893 [pool-165-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 14:57:29.896 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.896 [pool-165-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...14:57:29.896 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.896 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.897 [pool-165-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... 14:57:29.897 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.897 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.897 [pool-165-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... 14:57:29.900 [pool-165-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 14:57:29.904 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.904 [pool-165-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 14:57:29.906 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.906 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:29.906 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.906 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.907 [pool-165-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... 14:57:29.907 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.907 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.907 [pool-165-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... 14:57:29.910 [pool-165-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 14:57:29.915 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:29.915 [pool-165-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 14:57:29.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.919 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:29.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.920 [pool-165-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... 14:57:29.920 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.920 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.920 [pool-165-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... 14:57:29.923 [pool-165-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 14:57:29.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:29.929 [pool-165-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 14:57:29.932 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:29.932 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:29.932 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:29.932 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:29.933 [pool-165-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... 14:57:29.933 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:29.933 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:29.933 [pool-165-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... 14:57:29.995 [pool-165-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 14:57:30.019 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 14:57:30.019 [pool-165-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 14:57:30.034 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:30.034 [pool-165-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. 0s101ms [pure insertion] marking any relevant derived attributes for update...14:57:30.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.034 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.035 [pool-165-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... 14:57:30.035 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.035 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.035 [pool-165-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... 14:57:30.095 [pool-165-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 14:57:30.099 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.099 [pool-165-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 14:57:30.103 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.103 [pool-165-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:57:30.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.103 [pool-165-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... 14:57:30.103 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.104 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.104 [pool-165-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... 14:57:30.108 [pool-165-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 14:57:30.112 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.112 [pool-165-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 14:57:30.118 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.118 [pool-165-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:57:30.118 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:30.119 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:30.120 [pool-165-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... 14:57:30.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.120 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.120 [pool-165-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... 14:57:30.124 [pool-165-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 14:57:30.128 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.128 [pool-165-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 14:57:30.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.131 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:30.131 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:30.132 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:30.132 [pool-165-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... 14:57:30.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.132 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.132 [pool-165-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... 14:57:30.193 [pool-165-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 14:57:30.200 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:30.200 [pool-165-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 14:57:30.204 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.205 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:30.205 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.205 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.205 [pool-165-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... 14:57:30.205 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.205 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.205 [pool-165-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... 14:57:30.208 [pool-165-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 14:57:30.212 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.212 [pool-165-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 14:57:30.215 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.215 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:30.215 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.215 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.215 [pool-165-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... 14:57:30.215 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.215 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.215 [pool-165-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... 14:57:30.218 [pool-165-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 14:57:30.222 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.222 [pool-165-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 14:57:30.225 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.225 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:30.225 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.225 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.226 [pool-165-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... 14:57:30.226 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.226 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.226 [pool-165-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... 14:57:30.229 [pool-165-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 14:57:30.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.233 [pool-165-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 14:57:30.295 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.295 [pool-165-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:57:30.295 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:30.296 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:30.296 [pool-165-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... 14:57:30.296 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.296 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.296 [pool-165-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... 14:57:30.299 [pool-165-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 14:57:30.303 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.303 [pool-165-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 14:57:30.306 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.306 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:30.306 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.306 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.306 [pool-165-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... 14:57:30.306 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.306 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.306 [pool-165-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... 14:57:30.309 [pool-165-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 14:57:30.316 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:30.316 [pool-165-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 14:57:30.322 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:30.322 [pool-165-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...14:57:30.322 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.322 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.322 [pool-165-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... 14:57:30.322 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.322 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.322 [pool-165-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... 14:57:30.325 [pool-165-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 14:57:30.330 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.330 [pool-165-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 14:57:30.333 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.333 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:30.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.334 [pool-165-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... 14:57:30.334 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.334 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.334 [pool-165-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... 14:57:30.394 [pool-165-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 14:57:30.398 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.398 [pool-165-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 14:57:30.400 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.401 [pool-165-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...14:57:30.401 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.401 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.401 [pool-165-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... 14:57:30.401 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.402 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.402 [pool-165-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... 14:57:30.404 [pool-165-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 14:57:30.493 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 14:57:30.493 [pool-165-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 14:57:30.529 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 14:57:30.529 [pool-165-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. 0s128ms [pure insertion] marking any relevant derived attributes for update...14:57:30.529 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.529 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.529 [pool-165-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... 14:57:30.529 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.531 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.531 [pool-165-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... 14:57:30.595 [pool-165-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 14:57:30.599 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.599 [pool-165-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 14:57:30.602 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.602 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:30.602 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.602 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.602 [pool-165-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... 14:57:30.602 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.602 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.603 [pool-165-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... 14:57:30.605 [pool-165-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 14:57:30.609 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.609 [pool-165-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 14:57:30.611 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.611 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:30.611 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:30.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:30.612 [pool-165-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... 14:57:30.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.612 [pool-165-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... 14:57:30.615 [pool-165-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 14:57:30.621 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.621 [pool-165-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 14:57:30.623 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.624 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:30.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.624 [pool-165-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... 14:57:30.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.624 [pool-165-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... 14:57:30.627 [pool-165-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 14:57:30.633 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:30.633 [pool-165-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 14:57:30.694 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:30.694 [pool-165-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...14:57:30.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.695 [pool-165-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... 14:57:30.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.695 [pool-165-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... 14:57:30.698 [pool-165-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 14:57:30.702 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.702 [pool-165-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 14:57:30.704 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.705 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:30.705 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.705 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.705 [pool-165-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... 14:57:30.705 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.705 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.705 [pool-165-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... 14:57:30.710 [pool-165-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 14:57:30.719 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:30.719 [pool-165-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 14:57:30.725 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:30.726 [pool-165-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...14:57:30.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.726 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.726 [pool-165-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... 14:57:30.726 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.726 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.726 [pool-165-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... 14:57:30.729 [pool-165-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 14:57:30.733 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.733 [pool-165-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 14:57:30.736 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.736 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:30.736 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.736 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.737 [pool-165-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... 14:57:30.737 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.737 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.737 [pool-165-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... 14:57:30.795 [pool-165-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 14:57:30.800 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:30.801 [pool-165-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 14:57:30.803 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.804 [pool-165-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...14:57:30.804 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.804 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.804 [pool-165-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... 14:57:30.804 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.804 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.804 [pool-165-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... 14:57:30.807 [pool-165-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 14:57:30.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.810 [pool-165-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 14:57:30.813 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.813 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:30.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.814 [pool-165-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... 14:57:30.814 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.814 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.814 [pool-165-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... 14:57:30.817 [pool-165-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 14:57:30.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:30.824 [pool-165-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 14:57:30.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:30.831 [pool-165-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:30.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.832 [pool-165-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... 14:57:30.832 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.832 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.832 [pool-165-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... 14:57:30.835 [pool-165-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 14:57:30.896 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:30.896 [pool-165-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 14:57:30.899 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.899 [pool-165-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:57:30.899 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.899 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.899 [pool-165-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... 14:57:30.899 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.899 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.899 [pool-165-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... 14:57:30.902 [pool-165-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 14:57:30.907 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:30.908 [pool-165-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 14:57:30.912 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:30.912 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:30.912 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.912 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.913 [pool-165-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... 14:57:30.913 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.913 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.913 [pool-165-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... 14:57:30.916 [pool-165-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 14:57:30.922 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:30.922 [pool-165-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 14:57:30.926 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:30.926 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:30.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.926 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.927 [pool-165-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... 14:57:30.927 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.927 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.927 [pool-165-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... 14:57:30.929 [pool-165-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 14:57:30.932 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.932 [pool-165-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 14:57:30.935 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.935 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:30.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:30.935 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:30.936 [pool-165-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... 14:57:30.936 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:30.936 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:30.936 [pool-165-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... 14:57:30.994 [pool-165-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 14:57:30.997 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:30.997 [pool-165-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 14:57:30.999 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:30.999 [pool-165-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...14:57:31.000 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.000 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.000 [pool-165-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... 14:57:31.000 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.000 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.000 [pool-165-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... 14:57:31.002 [pool-165-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 14:57:31.008 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:31.008 [pool-165-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 14:57:31.010 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.010 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:31.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.011 [pool-165-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... 14:57:31.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.011 [pool-165-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... 14:57:31.013 [pool-165-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 14:57:31.019 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:31.019 [pool-165-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 14:57:31.025 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:31.025 [pool-165-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:31.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.025 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.026 [pool-165-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... 14:57:31.026 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.026 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.026 [pool-165-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... 14:57:31.028 [pool-165-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 14:57:31.031 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.031 [pool-165-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 14:57:31.033 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.033 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:31.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.033 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.034 [pool-165-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... 14:57:31.034 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.034 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.034 [pool-165-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... 14:57:31.036 [pool-165-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 14:57:31.096 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:31.096 [pool-165-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 14:57:31.103 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:31.103 [pool-165-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...14:57:31.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.103 [pool-165-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... 14:57:31.103 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.103 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.103 [pool-165-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... 14:57:31.106 [pool-165-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 14:57:31.109 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.109 [pool-165-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 14:57:31.111 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.111 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:31.111 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.111 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.112 [pool-165-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... 14:57:31.112 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.112 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.112 [pool-165-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... 14:57:31.114 [pool-165-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 14:57:31.132 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 14:57:31.132 [pool-165-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 14:57:31.200 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:31.200 [pool-165-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. 0s88ms [pure insertion] marking any relevant derived attributes for update...14:57:31.200 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.200 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.201 [pool-165-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... 14:57:31.201 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.201 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.201 [pool-165-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... 14:57:31.203 [pool-165-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 14:57:31.206 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:31.206 [pool-165-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 14:57:31.209 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.209 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:31.209 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.209 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.209 [pool-165-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... 14:57:31.209 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.209 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.209 [pool-165-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... 14:57:31.213 [pool-165-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 14:57:31.216 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.216 [pool-165-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 14:57:31.218 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.218 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:31.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.218 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.219 [pool-165-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... 14:57:31.219 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.219 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.219 [pool-165-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... 14:57:31.221 [pool-165-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 14:57:31.225 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.225 [pool-165-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 14:57:31.227 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.227 [pool-165-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...14:57:31.227 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.227 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.228 [pool-165-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... 14:57:31.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.228 [pool-165-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... 14:57:31.230 [pool-165-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 14:57:31.233 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.233 [pool-165-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 14:57:31.236 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.236 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:31.236 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.236 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.236 [pool-165-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... 14:57:31.236 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.236 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.236 [pool-165-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... 14:57:31.294 [pool-165-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 14:57:31.304 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 14:57:31.304 [pool-165-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 14:57:31.313 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:31.313 [pool-165-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...14:57:31.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.313 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.314 [pool-165-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... 14:57:31.314 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.314 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.314 [pool-165-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... 14:57:31.316 [pool-165-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 14:57:31.321 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.321 [pool-165-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 14:57:31.323 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.323 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:31.323 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.323 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.324 [pool-165-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... 14:57:31.324 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.324 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.324 [pool-165-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... 14:57:31.326 [pool-165-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 14:57:31.421 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 14:57:31.422 [pool-165-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 14:57:31.520 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 14:57:31.520 [pool-165-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. 0s196ms [pure insertion] marking any relevant derived attributes for update...14:57:31.520 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:31.521 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:31.521 [pool-165-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... 14:57:31.521 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.521 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.521 [pool-165-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... 14:57:31.524 [pool-165-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 14:57:31.528 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.528 [pool-165-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 14:57:31.531 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.531 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:31.531 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.531 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.531 [pool-165-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... 14:57:31.531 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.531 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.531 [pool-165-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... 14:57:31.534 [pool-165-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 14:57:31.595 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.595 [pool-165-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 14:57:31.635 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.635 [pool-165-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. 0s104ms [pure insertion] marking any relevant derived attributes for update...14:57:31.635 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.635 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.636 [pool-165-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... 14:57:31.636 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.636 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.636 [pool-165-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... 14:57:31.640 [pool-165-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 14:57:31.644 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.644 [pool-165-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 14:57:31.694 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.694 [pool-165-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. 0s58ms [pure insertion] marking any relevant derived attributes for update...14:57:31.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.695 [pool-165-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... 14:57:31.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.695 [pool-165-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... 14:57:31.697 [pool-165-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 14:57:31.701 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.701 [pool-165-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 14:57:31.703 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.703 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:31.703 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.703 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.704 [pool-165-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... 14:57:31.704 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.704 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.704 [pool-165-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... 14:57:31.707 [pool-165-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 14:57:31.711 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.711 [pool-165-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 14:57:31.713 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.713 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:31.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.713 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.714 [pool-165-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... 14:57:31.714 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.714 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.714 [pool-165-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... 14:57:31.717 [pool-165-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 14:57:31.722 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.722 [pool-165-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 14:57:31.725 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.725 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:31.725 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.725 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.725 [pool-165-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... 14:57:31.725 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.725 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.726 [pool-165-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... 14:57:31.728 [pool-165-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 14:57:31.803 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 14:57:31.803 [pool-165-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 14:57:31.819 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 14:57:31.819 [pool-165-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. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:57:31.819 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.819 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.820 [pool-165-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... 14:57:31.820 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.820 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.820 [pool-165-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... 14:57:31.822 [pool-165-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 14:57:31.827 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.827 [pool-165-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 14:57:31.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.831 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:31.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.831 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.831 [pool-165-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... 14:57:31.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.831 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.831 [pool-165-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... 14:57:31.894 [pool-165-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 14:57:31.902 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 14:57:31.902 [pool-165-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 14:57:31.910 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:31.910 [pool-165-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...14:57:31.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.910 [pool-165-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... 14:57:31.910 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.911 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.911 [pool-165-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... 14:57:31.914 [pool-165-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 14:57:31.918 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:31.918 [pool-165-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 14:57:31.921 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:31.921 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:31.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:31.921 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:31.922 [pool-165-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... 14:57:31.922 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:31.922 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:31.922 [pool-165-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... 14:57:31.924 [pool-165-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 14:57:31.993 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 14:57:31.993 [pool-165-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 14:57:32.005 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:32.005 [pool-165-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...14:57:32.005 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.006 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.006 [pool-165-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... 14:57:32.006 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.006 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.006 [pool-165-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... 14:57:32.009 [pool-165-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 14:57:32.015 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:32.015 [pool-165-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 14:57:32.021 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.021 [pool-165-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:57:32.021 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.021 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.022 [pool-165-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... 14:57:32.022 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.022 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.022 [pool-165-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... 14:57:32.025 [pool-165-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 14:57:32.030 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 14:57:32.030 [pool-165-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 14:57:32.095 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.095 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:32.095 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:32.096 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:32.096 [pool-165-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... 14:57:32.096 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.096 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.096 [pool-165-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... 14:57:32.099 [pool-165-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 14:57:32.103 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.103 [pool-165-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 14:57:32.105 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.105 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:32.105 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.105 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.106 [pool-165-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... 14:57:32.106 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.106 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.106 [pool-165-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... 14:57:32.109 [pool-165-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 14:57:32.115 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:32.115 [pool-165-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 14:57:32.121 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:32.121 [pool-165-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:57:32.121 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.121 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.122 [pool-165-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... 14:57:32.122 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.122 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.122 [pool-165-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... 14:57:32.125 [pool-165-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 14:57:32.130 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.130 [pool-165-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 14:57:32.133 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.133 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:32.133 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.133 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.134 [pool-165-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... 14:57:32.134 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.134 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.134 [pool-165-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... 14:57:32.193 [pool-165-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 14:57:32.196 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.196 [pool-165-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 14:57:32.200 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.200 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:32.200 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.200 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.201 [pool-165-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... 14:57:32.201 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.201 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.201 [pool-165-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... 14:57:32.203 [pool-165-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 14:57:32.207 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.207 [pool-165-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 14:57:32.210 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.210 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:32.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.210 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.210 [pool-165-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... 14:57:32.210 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.211 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.211 [pool-165-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... 14:57:32.213 [pool-165-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 14:57:32.229 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 14:57:32.229 [pool-165-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 14:57:32.299 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:32.299 [pool-165-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...14:57:32.299 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.300 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.300 [pool-165-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... 14:57:32.300 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.302 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.302 [pool-165-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... 14:57:32.304 [pool-165-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 14:57:32.308 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.308 [pool-165-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 14:57:32.310 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.310 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:32.310 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.310 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.311 [pool-165-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... 14:57:32.311 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.311 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.311 [pool-165-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... 14:57:32.314 [pool-165-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 14:57:32.324 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 14:57:32.324 [pool-165-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 14:57:32.333 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:32.333 [pool-165-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...14:57:32.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.333 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.333 [pool-165-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... 14:57:32.333 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.333 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.333 [pool-165-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... 14:57:32.393 [pool-165-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 14:57:32.410 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 14:57:32.410 [pool-165-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 14:57:32.428 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 14:57:32.428 [pool-165-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. 0s95ms [pure insertion] marking any relevant derived attributes for update...14:57:32.428 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.428 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.429 [pool-165-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... 14:57:32.429 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.429 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.429 [pool-165-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... 14:57:32.431 [pool-165-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 14:57:32.509 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 14:57:32.509 [pool-165-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 14:57:32.523 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:32.523 [pool-165-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. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:57:32.523 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.523 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.524 [pool-165-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... 14:57:32.524 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.525 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.525 [pool-165-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... 14:57:32.528 [pool-165-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 14:57:32.531 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.531 [pool-165-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 14:57:32.534 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.534 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:32.534 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.534 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.534 [pool-165-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... 14:57:32.534 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.534 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.534 [pool-165-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... 14:57:32.594 [pool-165-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 14:57:32.597 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.597 [pool-165-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 14:57:32.600 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.600 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:32.600 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.600 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.601 [pool-165-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... 14:57:32.601 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.601 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.601 [pool-165-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... 14:57:32.604 [pool-165-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 14:57:32.608 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.608 [pool-165-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 14:57:32.612 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.612 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:32.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.612 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.612 [pool-165-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... 14:57:32.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.612 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.612 [pool-165-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... 14:57:32.615 [pool-165-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 14:57:32.618 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.618 [pool-165-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 14:57:32.621 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.621 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:32.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.621 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.621 [pool-165-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... 14:57:32.621 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.622 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.622 [pool-165-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... 14:57:32.624 [pool-165-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 14:57:32.628 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.628 [pool-165-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 14:57:32.631 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.631 [pool-165-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...14:57:32.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.631 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.631 [pool-165-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... 14:57:32.631 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.631 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.631 [pool-165-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... 14:57:32.634 [pool-165-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 14:57:32.695 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.695 [pool-165-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 14:57:32.699 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.699 [pool-165-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:57:32.699 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.699 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.699 [pool-165-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... 14:57:32.699 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.699 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.699 [pool-165-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... 14:57:32.702 [pool-165-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 14:57:32.708 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:32.708 [pool-165-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 14:57:32.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.710 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:32.710 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.710 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.711 [pool-165-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... 14:57:32.711 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.711 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.711 [pool-165-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... 14:57:32.714 [pool-165-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 14:57:32.717 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.717 [pool-165-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 14:57:32.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.720 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:32.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.721 [pool-165-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... 14:57:32.721 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.721 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.721 [pool-165-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... 14:57:32.724 [pool-165-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 14:57:32.732 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:32.732 [pool-165-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 14:57:32.794 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:32.794 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:32.794 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.794 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.794 [pool-165-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... 14:57:32.794 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.794 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.794 [pool-165-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... 14:57:32.797 [pool-165-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 14:57:32.800 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.800 [pool-165-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 14:57:32.803 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.803 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:32.803 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.803 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.803 [pool-165-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... 14:57:32.803 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.803 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.803 [pool-165-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... 14:57:32.806 [pool-165-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 14:57:32.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.810 [pool-165-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 14:57:32.813 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.813 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:32.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.813 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.813 [pool-165-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... 14:57:32.813 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.813 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.813 [pool-165-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... 14:57:32.818 [pool-165-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 14:57:32.821 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.821 [pool-165-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 14:57:32.824 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.824 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:32.824 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.824 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.824 [pool-165-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, 7 sec total) 14:57:32.825 [pool-165-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... 14:57:32.825 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.825 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.825 [pool-165-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... 14:57:32.827 [pool-165-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 14:57:32.831 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.831 [pool-165-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 14:57:32.837 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.837 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:32.837 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:32.838 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:32.838 [pool-165-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... 14:57:32.838 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.838 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.838 [pool-165-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... 14:57:32.894 [pool-165-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 14:57:32.898 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:32.898 [pool-165-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 14:57:32.901 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:32.901 [pool-165-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...14:57:32.901 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:32.901 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:32.902 [pool-165-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... 14:57:32.902 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:32.902 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:32.902 [pool-165-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... 14:57:32.906 [pool-165-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 14:57:33.002 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 14:57:33.002 [pool-165-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 14:57:33.101 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 14:57:33.101 [pool-165-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. 0s199ms [pure insertion] marking any relevant derived attributes for update...14:57:33.101 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.101 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.102 [pool-165-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... 14:57:33.102 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.102 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.102 [pool-165-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... 14:57:33.105 [pool-165-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 14:57:33.109 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.109 [pool-165-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 14:57:33.114 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.114 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:33.114 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.114 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.114 [pool-165-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... 14:57:33.114 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.115 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.115 [pool-165-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... 14:57:33.117 [pool-165-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 14:57:33.121 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.121 [pool-165-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 14:57:33.124 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.124 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:33.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.124 [pool-165-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... 14:57:33.124 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.124 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.124 [pool-165-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... 14:57:33.127 [pool-165-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 14:57:33.134 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:33.134 [pool-165-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 14:57:33.196 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:33.196 [pool-165-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...14:57:33.196 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.196 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.197 [pool-165-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... 14:57:33.197 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.197 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.197 [pool-165-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... 14:57:33.200 [pool-165-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 14:57:33.205 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.205 [pool-165-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 14:57:33.208 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.208 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:33.208 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.208 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.208 [pool-165-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... 14:57:33.208 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.208 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.208 [pool-165-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... 14:57:33.211 [pool-165-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 14:57:33.214 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.214 [pool-165-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 14:57:33.217 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.217 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:33.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.217 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.217 [pool-165-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... 14:57:33.217 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.218 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.218 [pool-165-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... 14:57:33.220 [pool-165-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 14:57:33.224 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.224 [pool-165-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 14:57:33.227 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.227 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:33.227 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.227 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.228 [pool-165-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... 14:57:33.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.228 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.228 [pool-165-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... 14:57:33.232 [pool-165-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 14:57:33.293 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.293 [pool-165-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 14:57:33.295 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.295 [pool-165-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:57:33.295 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.295 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.296 [pool-165-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... 14:57:33.296 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.296 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.296 [pool-165-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... 14:57:33.298 [pool-165-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 14:57:33.302 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.302 [pool-165-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 14:57:33.304 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.304 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:33.304 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.304 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.305 [pool-165-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... 14:57:33.305 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.305 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.305 [pool-165-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... 14:57:33.308 [pool-165-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 14:57:33.311 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.311 [pool-165-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 14:57:33.314 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.314 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:33.314 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.314 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.315 [pool-165-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... 14:57:33.315 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.315 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.315 [pool-165-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... 14:57:33.319 [pool-165-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 14:57:33.323 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.323 [pool-165-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 14:57:33.325 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.325 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:33.325 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.326 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.326 [pool-165-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... 14:57:33.326 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.326 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.326 [pool-165-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... 14:57:33.329 [pool-165-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 14:57:33.404 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 14:57:33.404 [pool-165-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 14:57:33.422 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 14:57:33.422 [pool-165-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. 0s96ms [pure insertion] marking any relevant derived attributes for update...14:57:33.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.423 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.423 [pool-165-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... 14:57:33.423 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.423 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.423 [pool-165-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... 14:57:33.426 [pool-165-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 14:57:33.492 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.492 [pool-165-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 14:57:33.495 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.495 [pool-165-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...14:57:33.495 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.495 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.495 [pool-165-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... 14:57:33.495 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.495 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.495 [pool-165-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... 14:57:33.498 [pool-165-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 14:57:33.501 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.502 [pool-165-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 14:57:33.504 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.504 [pool-165-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...14:57:33.504 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.504 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.505 [pool-165-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... 14:57:33.505 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.505 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.505 [pool-165-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... 14:57:33.508 [pool-165-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 14:57:33.512 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.512 [pool-165-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 14:57:33.516 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.516 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:33.516 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.516 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.517 [pool-165-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... 14:57:33.517 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.517 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.517 [pool-165-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... 14:57:33.522 [pool-165-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 14:57:33.525 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.525 [pool-165-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 14:57:33.528 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.528 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:33.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.528 [pool-165-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... 14:57:33.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.528 [pool-165-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... 14:57:33.531 [pool-165-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 14:57:33.535 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.535 [pool-165-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 14:57:33.593 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.593 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:33.593 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.593 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.594 [pool-165-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... 14:57:33.594 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.594 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.594 [pool-165-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... 14:57:33.597 [pool-165-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 14:57:33.601 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.601 [pool-165-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 14:57:33.604 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.604 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:33.604 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.604 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.605 [pool-165-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... 14:57:33.605 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.605 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.605 [pool-165-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... 14:57:33.609 [pool-165-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 14:57:33.613 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:33.613 [pool-165-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 14:57:33.615 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.615 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:33.615 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.615 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.616 [pool-165-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... 14:57:33.616 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.616 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.616 [pool-165-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... 14:57:33.618 [pool-165-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 14:57:33.631 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 14:57:33.631 [pool-165-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 14:57:33.698 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:33.698 [pool-165-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...14:57:33.698 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.698 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.699 [pool-165-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... 14:57:33.699 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.699 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.699 [pool-165-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... 14:57:33.702 [pool-165-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 14:57:33.705 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.705 [pool-165-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 14:57:33.707 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.707 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:33.708 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:33.708 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:33.708 [pool-165-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... 14:57:33.708 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.708 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.708 [pool-165-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... 14:57:33.711 [pool-165-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 14:57:33.714 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.714 [pool-165-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 14:57:33.717 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.717 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:33.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.717 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.718 [pool-165-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... 14:57:33.718 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.718 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.718 [pool-165-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... 14:57:33.720 [pool-165-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 14:57:33.729 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:33.729 [pool-165-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 14:57:33.794 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:33.794 [pool-165-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...14:57:33.794 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:33.795 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:33.795 [pool-165-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... 14:57:33.795 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.795 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.795 [pool-165-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... 14:57:33.798 [pool-165-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 14:57:33.804 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:33.804 [pool-165-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 14:57:33.809 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:33.809 [pool-165-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:33.809 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.809 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.810 [pool-165-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... 14:57:33.810 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.810 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.810 [pool-165-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... 14:57:33.813 [pool-165-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 14:57:33.818 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.818 [pool-165-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 14:57:33.821 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.821 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.821 [pool-165-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... 14:57:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.821 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.821 [pool-165-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... 14:57:33.824 [pool-165-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 14:57:33.829 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 14:57:33.829 [pool-165-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 14:57:33.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.832 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:33.832 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.832 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.833 [pool-165-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... 14:57:33.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.833 [pool-165-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... 14:57:33.835 [pool-165-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 14:57:33.895 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.895 [pool-165-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 14:57:33.898 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.898 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:33.898 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.898 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.898 [pool-165-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... 14:57:33.898 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.898 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.898 [pool-165-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... 14:57:33.901 [pool-165-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 14:57:33.907 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.907 [pool-165-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 14:57:33.909 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.909 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:33.909 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.909 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.910 [pool-165-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... 14:57:33.910 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.910 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.910 [pool-165-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... 14:57:33.912 [pool-165-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 14:57:33.916 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.916 [pool-165-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 14:57:33.919 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.919 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.919 [pool-165-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... 14:57:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.919 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.919 [pool-165-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... 14:57:33.922 [pool-165-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 14:57:33.925 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:33.925 [pool-165-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 14:57:33.928 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:33.928 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:33.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:33.928 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:33.929 [pool-165-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... 14:57:33.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:33.929 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:33.929 [pool-165-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... 14:57:33.995 [pool-165-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 14:57:34.005 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:34.005 [pool-165-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 14:57:34.010 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:34.010 [pool-165-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...14:57:34.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.011 [pool-165-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... 14:57:34.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.011 [pool-165-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... 14:57:34.014 [pool-165-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 14:57:34.017 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.017 [pool-165-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 14:57:34.020 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.020 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.020 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.021 [pool-165-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... 14:57:34.021 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.021 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.021 [pool-165-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... 14:57:34.024 [pool-165-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 14:57:34.032 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:34.032 [pool-165-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 14:57:34.094 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:34.094 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:34.094 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.094 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.094 [pool-165-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... 14:57:34.094 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.094 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.094 [pool-165-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... 14:57:34.097 [pool-165-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 14:57:34.100 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.100 [pool-165-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 14:57:34.103 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.103 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.104 [pool-165-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... 14:57:34.104 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.104 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.104 [pool-165-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... 14:57:34.107 [pool-165-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 14:57:34.113 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:34.113 [pool-165-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 14:57:34.116 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.116 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:34.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.116 [pool-165-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... 14:57:34.117 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.118 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.118 [pool-165-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... 14:57:34.121 [pool-165-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 14:57:34.124 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.124 [pool-165-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 14:57:34.126 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.126 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:34.126 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.126 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.127 [pool-165-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... 14:57:34.127 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.127 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.127 [pool-165-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... 14:57:34.130 [pool-165-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 14:57:34.133 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.133 [pool-165-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 14:57:34.136 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.136 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.136 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.136 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.136 [pool-165-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... 14:57:34.136 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.137 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.137 [pool-165-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... 14:57:34.194 [pool-165-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 14:57:34.198 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.198 [pool-165-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 14:57:34.201 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.201 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:34.201 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.201 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.201 [pool-165-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... 14:57:34.201 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.203 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.203 [pool-165-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... 14:57:34.206 [pool-165-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 14:57:34.209 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.209 [pool-165-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 14:57:34.212 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.212 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:34.212 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.212 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.212 [pool-165-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... 14:57:34.213 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.213 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.213 [pool-165-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... 14:57:34.215 [pool-165-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 14:57:34.219 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.219 [pool-165-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 14:57:34.221 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.221 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.221 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.221 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.222 [pool-165-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... 14:57:34.222 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.222 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.222 [pool-165-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... 14:57:34.225 [pool-165-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 14:57:34.231 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:34.231 [pool-165-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 14:57:34.294 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.294 [pool-165-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...14:57:34.294 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:34.295 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:34.295 [pool-165-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... 14:57:34.295 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.295 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.295 [pool-165-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... 14:57:34.298 [pool-165-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 14:57:34.325 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 14:57:34.325 [pool-165-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 14:57:34.403 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 14:57:34.403 [pool-165-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. 0s108ms [pure insertion] marking any relevant derived attributes for update...14:57:34.403 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:34.404 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:34.404 [pool-165-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... 14:57:34.404 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.404 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.404 [pool-165-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... 14:57:34.408 [pool-165-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 14:57:34.412 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.412 [pool-165-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 14:57:34.415 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.415 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:34.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.415 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.415 [pool-165-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... 14:57:34.415 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.415 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.415 [pool-165-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... 14:57:34.418 [pool-165-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 14:57:34.422 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.422 [pool-165-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 14:57:34.425 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.425 [pool-165-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...14:57:34.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.425 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.426 [pool-165-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... 14:57:34.426 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.426 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.426 [pool-165-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... 14:57:34.429 [pool-165-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 14:57:34.495 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.495 [pool-165-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 14:57:34.499 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.499 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:34.499 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.499 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.499 [pool-165-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... 14:57:34.499 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.499 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.499 [pool-165-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... 14:57:34.502 [pool-165-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 14:57:34.506 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.506 [pool-165-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 14:57:34.508 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.508 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.508 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.508 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.509 [pool-165-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... 14:57:34.509 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.509 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.509 [pool-165-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... 14:57:34.512 [pool-165-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 14:57:34.516 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.516 [pool-165-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 14:57:34.518 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.518 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.518 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:34.519 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:34.519 [pool-165-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... 14:57:34.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.519 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.519 [pool-165-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... 14:57:34.522 [pool-165-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 14:57:34.525 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.525 [pool-165-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 14:57:34.527 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.527 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:34.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.528 [pool-165-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... 14:57:34.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.529 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.529 [pool-165-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... 14:57:34.532 [pool-165-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 14:57:34.534 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.534 [pool-165-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 14:57:34.593 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.593 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:34.593 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.593 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.594 [pool-165-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... 14:57:34.594 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.594 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.594 [pool-165-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... 14:57:34.596 [pool-165-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 14:57:34.601 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:34.601 [pool-165-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 14:57:34.604 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.604 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:34.604 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.604 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.604 [pool-165-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... 14:57:34.604 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.604 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.604 [pool-165-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... 14:57:34.607 [pool-165-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 14:57:34.616 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 14:57:34.616 [pool-165-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 14:57:34.623 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:34.623 [pool-165-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...14:57:34.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.623 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.624 [pool-165-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... 14:57:34.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.624 [pool-165-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... 14:57:34.626 [pool-165-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 14:57:34.630 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.630 [pool-165-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 14:57:34.694 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.694 [pool-165-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...14:57:34.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.694 [pool-165-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... 14:57:34.694 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.694 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.694 [pool-165-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... 14:57:34.697 [pool-165-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 14:57:34.701 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.701 [pool-165-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 14:57:34.704 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.704 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:34.704 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.704 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.704 [pool-165-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... 14:57:34.704 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.705 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.705 [pool-165-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... 14:57:34.707 [pool-165-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 14:57:34.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.710 [pool-165-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 14:57:34.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.712 [pool-165-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...14:57:34.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.712 [pool-165-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... 14:57:34.712 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.712 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.712 [pool-165-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... 14:57:34.714 [pool-165-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 14:57:34.718 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.718 [pool-165-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 14:57:34.720 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.720 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:34.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.720 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.809 [pool-165-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... 14:57:34.809 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.809 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.809 [pool-165-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... 14:57:34.812 [pool-165-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 14:57:34.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:34.820 [pool-165-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 14:57:34.825 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:34.825 [pool-165-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...14:57:34.825 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.825 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.826 [pool-165-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... 14:57:34.826 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.826 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.826 [pool-165-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... 14:57:34.828 [pool-165-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 14:57:34.832 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.832 [pool-165-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 14:57:34.835 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.835 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.835 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.835 [pool-165-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... 14:57:34.835 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.836 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.836 [pool-165-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... 14:57:34.838 [pool-165-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 14:57:34.901 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 14:57:34.901 [pool-165-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 14:57:34.910 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:34.910 [pool-165-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...14:57:34.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.910 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.911 [pool-165-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... 14:57:34.911 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.911 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.911 [pool-165-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... 14:57:34.913 [pool-165-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 14:57:34.918 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.918 [pool-165-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 14:57:34.920 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.920 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:34.920 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.920 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.921 [pool-165-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... 14:57:34.921 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.922 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.922 [pool-165-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... 14:57:34.925 [pool-165-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 14:57:34.929 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.929 [pool-165-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 14:57:34.931 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.931 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:34.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:34.931 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:34.931 [pool-165-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... 14:57:34.931 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.931 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.931 [pool-165-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... 14:57:34.934 [pool-165-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 14:57:34.994 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:34.994 [pool-165-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 14:57:34.996 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:34.996 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:34.996 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:34.997 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:34.997 [pool-165-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... 14:57:34.997 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:34.997 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:34.997 [pool-165-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... 14:57:35.000 [pool-165-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 14:57:35.013 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 14:57:35.013 [pool-165-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 14:57:35.023 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:35.023 [pool-165-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...14:57:35.023 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.023 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.024 [pool-165-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... 14:57:35.024 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.024 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.024 [pool-165-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... 14:57:35.026 [pool-165-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 14:57:35.097 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:35.097 [pool-165-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 14:57:35.101 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:35.101 [pool-165-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...14:57:35.101 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.102 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.102 [pool-165-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... 14:57:35.102 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.102 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.102 [pool-165-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... 14:57:35.105 [pool-165-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 14:57:35.111 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:35.111 [pool-165-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 14:57:35.116 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:35.116 [pool-165-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...14:57:35.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.116 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.117 [pool-165-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... 14:57:35.117 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.118 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.118 [pool-165-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... 14:57:35.120 [pool-165-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 14:57:35.307 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 14:57:35.307 [pool-165-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 14:57:35.496 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 14:57:35.496 [pool-165-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. 0s379ms [pure insertion] marking any relevant derived attributes for update...14:57:35.496 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.496 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.497 [pool-165-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... 14:57:35.497 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.497 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.497 [pool-165-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... 14:57:35.501 [pool-165-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 14:57:35.505 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.505 [pool-165-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 14:57:35.507 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.507 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:35.507 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.507 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.508 [pool-165-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... 14:57:35.508 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.508 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.508 [pool-165-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... 14:57:35.511 [pool-165-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 14:57:35.514 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.515 [pool-165-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 14:57:35.517 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.517 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:35.517 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.517 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.518 [pool-165-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... 14:57:35.518 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.518 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.518 [pool-165-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... 14:57:35.521 [pool-165-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 14:57:35.524 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.524 [pool-165-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 14:57:35.527 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.527 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:35.527 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:35.528 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:35.528 [pool-165-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... 14:57:35.528 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.592 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.592 [pool-165-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... 14:57:35.595 [pool-165-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 14:57:35.598 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.598 [pool-165-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 14:57:35.601 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.601 [pool-165-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:57:35.601 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.601 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.601 [pool-165-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... 14:57:35.601 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.601 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.601 [pool-165-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... 14:57:35.604 [pool-165-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 14:57:35.607 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.607 [pool-165-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 14:57:35.610 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.610 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:35.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.610 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.610 [pool-165-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... 14:57:35.610 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.611 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.611 [pool-165-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... 14:57:35.613 [pool-165-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 14:57:35.617 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.617 [pool-165-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 14:57:35.619 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.619 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:35.619 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.619 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.620 [pool-165-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... 14:57:35.620 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.620 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.620 [pool-165-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... 14:57:35.623 [pool-165-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 14:57:35.626 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.626 [pool-165-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 14:57:35.628 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.628 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:35.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.628 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.629 [pool-165-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... 14:57:35.629 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.629 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.629 [pool-165-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... 14:57:35.631 [pool-165-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 14:57:35.692 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.692 [pool-165-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 14:57:35.694 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.694 [pool-165-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:57:35.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.694 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.695 [pool-165-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... 14:57:35.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.695 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.695 [pool-165-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... 14:57:35.697 [pool-165-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 14:57:35.700 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.700 [pool-165-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 14:57:35.702 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.702 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:35.703 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.703 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.703 [pool-165-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... 14:57:35.703 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.703 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.703 [pool-165-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... 14:57:35.707 [pool-165-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 14:57:35.710 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.710 [pool-165-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 14:57:35.712 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.712 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:35.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.712 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.712 [pool-165-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... 14:57:35.712 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.712 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.712 [pool-165-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... 14:57:35.714 [pool-165-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 14:57:35.722 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 14:57:35.722 [pool-165-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 14:57:35.729 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:35.729 [pool-165-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:35.729 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.729 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.729 [pool-165-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... 14:57:35.730 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.731 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.731 [pool-165-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... 14:57:35.733 [pool-165-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 14:57:35.794 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.794 [pool-165-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 14:57:35.796 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.796 [pool-165-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:57:35.796 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.796 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.797 [pool-165-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... 14:57:35.797 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.797 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.797 [pool-165-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... 14:57:35.799 [pool-165-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 14:57:35.805 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:35.805 [pool-165-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 14:57:35.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:35.810 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:35.810 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:35.811 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:35.811 [pool-165-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... 14:57:35.811 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.811 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.811 [pool-165-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... 14:57:35.815 [pool-165-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 14:57:35.818 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.818 [pool-165-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 14:57:35.820 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.820 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:35.820 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.820 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.821 [pool-165-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... 14:57:35.821 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.821 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.821 [pool-165-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... 14:57:35.823 [pool-165-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 14:57:35.830 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:35.830 [pool-165-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 14:57:35.833 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.833 [pool-165-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.833 [pool-165-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... 14:57:35.833 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.834 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.834 [pool-165-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... 14:57:35.894 [pool-165-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 14:57:35.897 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:35.897 [pool-165-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 14:57:35.899 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:35.899 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:35.899 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.899 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.900 [pool-165-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... 14:57:35.900 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.901 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.901 [pool-165-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... 14:57:35.904 [pool-165-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 14:57:35.921 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 14:57:35.921 [pool-165-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 14:57:35.997 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 14:57:35.997 [pool-165-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...14:57:35.997 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:35.997 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:35.998 [pool-165-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... 14:57:35.998 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:35.998 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:35.998 [pool-165-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... 14:57:36.000 [pool-165-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 14:57:36.003 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.003 [pool-165-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 14:57:36.005 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.005 [pool-165-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:36.005 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.005 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.006 [pool-165-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... 14:57:36.006 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.006 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.006 [pool-165-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... 14:57:36.010 [pool-165-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 14:57:36.013 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:36.013 [pool-165-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 14:57:36.015 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.015 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:36.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.015 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.015 [pool-165-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... 14:57:36.015 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.016 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.016 [pool-165-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... 14:57:36.018 [pool-165-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 14:57:36.023 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:36.023 [pool-165-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 14:57:36.026 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.026 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:36.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.026 [pool-165-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... 14:57:36.026 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.027 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.027 [pool-165-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... 14:57:36.029 [pool-165-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 14:57:36.099 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 14:57:36.099 [pool-165-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 14:57:36.108 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:36.108 [pool-165-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...14:57:36.108 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.108 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.109 [pool-165-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... 14:57:36.109 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.109 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.109 [pool-165-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... 14:57:36.112 [pool-165-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 14:57:36.121 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 14:57:36.121 [pool-165-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 14:57:36.126 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:36.126 [pool-165-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:36.126 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:36.127 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:36.128 [pool-165-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... 14:57:36.128 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.128 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.128 [pool-165-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... 14:57:36.131 [pool-165-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 14:57:36.296 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 14:57:36.296 [pool-165-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 14:57:36.406 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:57:36.406 [pool-165-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. 0s278ms [pure insertion] marking any relevant derived attributes for update...14:57:36.406 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.406 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.407 [pool-165-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... 14:57:36.407 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.407 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.407 [pool-165-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... 14:57:36.409 [pool-165-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 14:57:36.420 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 14:57:36.420 [pool-165-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 14:57:36.427 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:36.427 [pool-165-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...14:57:36.428 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.428 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.428 [pool-165-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... 14:57:36.428 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.428 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.428 [pool-165-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... 14:57:36.431 [pool-165-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 14:57:36.435 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.435 [pool-165-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 14:57:36.494 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.494 [pool-165-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...14:57:36.494 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.494 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.495 [pool-165-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... 14:57:36.495 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.495 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.495 [pool-165-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... 14:57:36.498 [pool-165-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 14:57:36.503 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.503 [pool-165-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 14:57:36.506 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.506 [pool-165-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:36.506 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.506 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.507 [pool-165-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... 14:57:36.507 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.507 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.507 [pool-165-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... 14:57:36.509 [pool-165-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 14:57:36.515 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:36.515 [pool-165-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 14:57:36.515 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.515 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:36.515 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:36.516 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:36.516 [pool-165-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... 14:57:36.516 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.516 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.516 [pool-165-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... 14:57:36.519 [pool-165-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 14:57:36.525 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:36.525 [pool-165-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 14:57:36.593 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:36.593 [pool-165-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...14:57:36.594 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.594 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.594 [pool-165-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... 14:57:36.594 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.596 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.596 [pool-165-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... 14:57:36.598 [pool-165-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 14:57:36.601 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.602 [pool-165-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 14:57:36.604 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.604 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:36.604 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.604 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.604 [pool-165-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... 14:57:36.605 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.605 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.605 [pool-165-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... 14:57:36.607 [pool-165-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 14:57:36.611 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.611 [pool-165-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 14:57:36.613 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.613 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:36.613 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:36.614 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:36.614 [pool-165-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... 14:57:36.614 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.614 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.614 [pool-165-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... 14:57:36.617 [pool-165-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 14:57:36.621 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.621 [pool-165-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 14:57:36.624 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.624 [pool-165-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:36.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.624 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.624 [pool-165-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... 14:57:36.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.624 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.624 [pool-165-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... 14:57:36.628 [pool-165-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 14:57:36.634 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.634 [pool-165-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 14:57:36.637 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.637 [pool-165-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:36.637 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.637 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.637 [pool-165-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... 14:57:36.637 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.692 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.692 [pool-165-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... 14:57:36.695 [pool-165-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 14:57:36.698 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.698 [pool-165-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 14:57:36.701 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.701 [pool-165-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...14:57:36.701 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.701 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.701 [pool-165-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, 11 sec total) 14:57:36.702 [pool-165-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... 14:57:36.702 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.702 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.702 [pool-165-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... 14:57:36.705 [pool-165-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 14:57:36.810 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 14:57:36.810 [pool-165-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 14:57:36.914 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:57:36.915 [pool-165-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. 0s213ms [pure insertion] marking any relevant derived attributes for update...14:57:36.915 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.915 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.915 [pool-165-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... 14:57:36.915 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.915 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.915 [pool-165-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... 14:57:36.918 [pool-165-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 14:57:36.922 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.922 [pool-165-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 14:57:36.924 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.924 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:36.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.924 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.925 [pool-165-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... 14:57:36.925 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.925 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.925 [pool-165-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... 14:57:36.927 [pool-165-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 14:57:36.931 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.931 [pool-165-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 14:57:36.934 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:36.934 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:36.934 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:36.934 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:36.934 [pool-165-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... 14:57:36.935 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:36.935 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:36.935 [pool-165-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... 14:57:36.993 [pool-165-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 14:57:36.997 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:36.997 [pool-165-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 14:57:37.001 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:37.001 [pool-165-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:57:37.001 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:37.001 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:37.002 [pool-165-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... 14:57:37.002 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:37.002 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:37.002 [pool-165-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... 14:57:37.005 [pool-165-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 14:57:37.008 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:37.008 [pool-165-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 14:57:37.010 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:37.010 [pool-165-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:37.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:37.010 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:37.011 [pool-165-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... 14:57:37.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:37.011 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:37.011 [pool-165-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... 14:57:37.014 [pool-165-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 14:57:37.021 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:37.021 [pool-165-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 14:57:37.026 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:37.026 [pool-165-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...14:57:37.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:37.026 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:37.027 [pool-165-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... 14:57:37.027 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:37.027 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:37.027 [pool-165-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... 14:57:37.031 [pool-165-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 14:57:37.095 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:37.095 [pool-165-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 14:57:37.097 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:37.097 [pool-165-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...14:57:37.097 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:37.098 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:37.098 [pool-165-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... 14:57:37.098 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:37.098 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:37.098 [pool-165-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... 14:57:37.101 [pool-165-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 14:57:37.114 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 14:57:37.114 [pool-165-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 14:57:37.124 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:57:37.124 [pool-165-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...14:57:37.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:37.124 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:37.125 [pool-165-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... 14:57:37.125 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:37.125 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:37.125 [pool-165-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... 14:57:37.128 [pool-165-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 14:57:37.131 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:37.131 [pool-165-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 14:57:37.134 [pool-165-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:37.134 [pool-165-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...14:57:37.134 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:37.134 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:37.134 [pool-165-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, 11 sec total) 14:57:37.134 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:37.134 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:37.223 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 14:57:39.103 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 14:57:39.103 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.969s attempting to resolve any uninitialized derived attributes... 14:57:39.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:39.103 [pool-165-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:39.103 [pool-165-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... 14:57:39.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s969ms [proxy update] 14:57:39.103 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:39.106 [pool-165-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 ~13s validating changes... 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/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.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/1abd18db-c2fd-11de-8ac8-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/00700680-0000-01ef-0000-000000000000.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/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-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/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-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.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-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.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.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/0054070c-0000-005f-0000-000000000000.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/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.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/01ec141c-0000-12f7-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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.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.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.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/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/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-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.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.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-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/00700680-0000-01ca-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/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-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/00000000-0000-9c48-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.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.PropertyTableDefinition/00080cf0-0000-001d-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.MetaclassReference/00bc2f68-0000-0faf-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/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.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/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-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.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-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/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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/00700680-0000-01f7-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.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/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/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.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/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/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.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-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.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/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-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/01ec12fc-0000-0229-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/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.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/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-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.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/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/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-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/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.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/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-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/01ec141c-0000-1301-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.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/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/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.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/b355cc6c-c4aa-11df-b100-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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.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/0054070c-0000-005d-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.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.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.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.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/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 14:57:42.350 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 17 s 236 ms 14:57:42.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:42.356 [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 14:57:42.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:42.360 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:42.363 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:42.364 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4164498282557938173/test_zoo[LevelDB GreyCat] 14:57:42.364 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:42.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:42.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:42.478 [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 14:57:42.478 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:42.478 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:42.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:42.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:42.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:42.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:42.495 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:57:42.495 [pool-167-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 14:57:42.495 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:57:42.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16181864831802883199/:org.eclipse.hawk.localfolder.LocalFolder:false 14:57:42.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:42.518 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.521 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.521 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.521 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.522 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.522 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.525 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.525 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:57:42.525 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.525 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.526 [pool-167-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... 14:57:42.526 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:57:42.528 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.528 [pool-167-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 14:57:42.528 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.529 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.532 [pool-167-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... 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.532 [pool-167-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 14:57:42.532 [pool-167-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/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.532 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.535 [pool-167-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... 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.535 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.535 [pool-167-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 14:57:42.536 [pool-167-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/v3-B.2.0.bpmn over /tmp/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.536 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.539 [pool-167-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... 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.539 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.540 [pool-167-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 14:57:42.540 [pool-167-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/v4-B.2.0.bpmn over /tmp/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.540 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.543 [pool-167-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... 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.543 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.544 [pool-167-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 14:57:42.544 [pool-167-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/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.544 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.593 [pool-167-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... 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.593 [pool-167-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 14:57:42.593 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.594 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.597 [pool-167-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... 14:57:42.597 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.598 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.598 [pool-167-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 14:57:42.598 [pool-167-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/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.598 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.601 [pool-167-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... 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.601 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.602 [pool-167-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 14:57:42.602 [pool-167-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/junit16181864831802883199/v0-B.2.0.bpmn 14:57:42.602 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:42.605 [pool-167-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... 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:57:42.605 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:42.606 [pool-167-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 14:57:42.606 [pool-167-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 14:57:42.606 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:42.606 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16181864831802883199/:org.eclipse.hawk.localfolder.LocalFolder:false 14:57:42.607 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:42.608 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:42.609 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:42.609 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13638294135025389996/test_bpmn[LevelDB GreyCat] 14:57:42.609 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:42.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:42.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:42.746 [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 14:57:42.747 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:42.747 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:42.749 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:42.749 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:42.749 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:42.749 [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! 14:57:42.749 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.749 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:42.749 [pool-169-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 14:57:42.750 [pool-169-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 14:57:42.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:42.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:42.763 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.765 [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 14:57:42.766 [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 14:57:42.766 [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 14:57:42.766 [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 14:57:42.766 [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 14:57:42.766 [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 14:57:42.793 [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 14:57:42.793 [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 14:57:42.793 [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 14:57:42.793 [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 14:57:42.794 [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 14:57:42.794 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.796 [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 14:57:42.797 [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 14:57:42.798 [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 14:57:42.798 [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 14:57:42.798 [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 14:57:42.798 [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[] 14:57:42.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:42.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:42.829 [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 14:57:42.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:42.832 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:42.833 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:42.838 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:42.838 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:42.892 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:42.892 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:42.892 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:42.892 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:42.901 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:42.906 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:42.906 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:42.914 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:42.914 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s22ms [pure insertion] marking any relevant derived attributes for update...14:57:42.914 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:42.916 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:42.918 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:42.918 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:42.918 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:42.918 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:42.921 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:42.926 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:42.926 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:42.931 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:42.931 [pool-169-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...14:57:42.931 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:42.931 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:42.932 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:42.932 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:42.932 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:42.932 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:42.935 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:42.994 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:42.994 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:43.094 [pool-169-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:43.094 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s162ms [pure insertion] marking any relevant derived attributes for update...14:57:43.094 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:43.095 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:43.095 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:43.095 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:43.095 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:43.100 [pool-169-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... 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:43.100 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 14:57:43.102 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 270 ms 14:57:43.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:43.112 [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 14:57:43.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.114 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:43.115 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:43.116 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5660636813131214013/test_instanceCountsAllOf[LevelDB GreyCat] 14:57:43.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:43.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:43.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.308 [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 14:57:43.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:43.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:43.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:43.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:43.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:43.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:43.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:43.311 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:57:43.311 [pool-171-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 14:57:43.311 [pool-171-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 14:57:43.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:43.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:43.320 [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 14:57:43.320 [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 14:57:43.320 [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 14:57:43.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 14:57:43.321 [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 14:57:43.321 [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 14:57:43.321 [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 14:57:43.321 [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 14:57:43.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 14:57:43.322 [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 14:57:43.322 [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 14:57:43.323 [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 14:57:43.323 [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 14:57:43.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 14:57:43.326 [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 14:57:43.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[] 14:57:43.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 14:57:43.326 [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 14:57:43.326 [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 14:57:43.326 [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 14:57:43.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 14:57:43.326 [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 14:57:43.327 [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 14:57:43.328 [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 14:57:43.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 14:57:43.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 14:57:43.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 14:57:43.329 [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 14:57:43.329 [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 14:57:43.329 [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 14:57:43.329 [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 14:57:43.329 [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 14:57:43.329 [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 14:57:43.331 [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 14:57:43.341 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:43.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:43.409 [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 14:57:43.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.411 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:43.412 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:43.416 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:43.416 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:43.417 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:43.417 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:43.417 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:43.417 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:43.426 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:43.432 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:43.432 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:43.437 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:43.437 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s20ms [pure insertion] marking any relevant derived attributes for update...14:57:43.437 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s56ms 14:57:43.493 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s56ms 14:57:43.493 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:43.493 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:43.494 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:43.494 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:43.496 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:43.500 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:43.500 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:43.505 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:43.505 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:43.505 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:43.505 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:43.505 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:43.505 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:43.506 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:43.506 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:43.508 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:43.511 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:43.511 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:43.517 [pool-171-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:43.517 [pool-171-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...14:57:43.517 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:43.517 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:43.517 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:43.517 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:43.518 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:43.524 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:43.524 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:57:43.524 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:43.524 [pool-171-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:43.524 [pool-171-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... 14:57:43.524 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:43.524 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:43.525 [pool-171-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 14:57:43.526 [pool-171-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 14:57:43.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:43.594 [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 14:57:43.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.596 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:43.597 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:43.597 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17989209827248566473/test_listFiles[LevelDB GreyCat] 14:57:43.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:43.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:43.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.720 [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 14:57:43.720 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:43.720 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:43.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:43.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:43.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:43.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:43.723 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:43.723 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 14:57:43.723 [pool-173-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 14:57:43.723 [pool-173-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 14:57:43.726 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:43.726 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:43.731 [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 14:57:43.733 [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 14:57:43.733 [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 14:57:43.733 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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 14:57:43.734 [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[] 14:57:43.734 [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 14:57:43.735 [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 14:57:43.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 14:57:43.735 [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 14:57:43.735 [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 14:57:43.735 [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 14:57:43.735 [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 14:57:43.735 [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 14:57:43.737 [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 14:57:43.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 14:57:43.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 14:57:43.739 [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 14:57:43.740 [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 14:57:43.740 [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 14:57:43.740 [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 14:57:43.740 [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 14:57:43.740 [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 14:57:43.741 [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 14:57:43.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:43.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:43.804 [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 14:57:43.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.806 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:43.808 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:43.812 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:43.812 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:43.812 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:43.812 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:43.813 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:43.813 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:43.821 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:43.825 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:43.825 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:43.831 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:43.831 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s19ms [pure insertion] marking any relevant derived attributes for update...14:57:43.831 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:43.832 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:43.833 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:43.833 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:43.833 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:43.833 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:43.836 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:43.895 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:43.895 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:43.900 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:43.900 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s67ms [pure insertion] marking any relevant derived attributes for update...14:57:43.900 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:43.900 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:43.901 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:43.901 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:43.901 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:43.901 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:43.904 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:43.908 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:43.908 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:43.913 [pool-173-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:43.913 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:43.913 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:43.914 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:43.914 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:43.914 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:43.914 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:43.920 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:43.920 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 14:57:43.920 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:43.920 [pool-173-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:43.920 [pool-173-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... 14:57:43.921 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:43.921 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:43.921 [pool-173-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 /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 14:57:43.922 [pool-173-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 14:57:43.929 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:43.930 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1371546885417026870/test_instanceCounts[LevelDB GreyCat] 14:57:43.931 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:43.931 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1371546885417026870/test_instanceCounts[LevelDB GreyCat] 14:57:43.933 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:43.933 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1371546885417026870/test_instanceCounts[LevelDB GreyCat] 14:57:43.937 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:43.937 [pool-173-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1371546885417026870/test_instanceCounts[LevelDB GreyCat] 14:57:43.993 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:43.993 [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 14:57:43.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:43.994 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:43.996 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:43.996 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1371546885417026870/test_instanceCounts[LevelDB GreyCat] 14:57:43.996 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:44.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:44.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:44.400 [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 14:57:44.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:44.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:44.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:44.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:44.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:44.404 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:44.404 [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! 14:57:44.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:44.404 [pool-175-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 14:57:44.404 [pool-175-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 14:57:44.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:44.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:44.415 [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 14:57:44.415 [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 14:57:44.415 [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 14:57:44.415 [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 14:57:44.415 [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 14:57:44.415 [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 14:57:44.415 [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 14:57:44.416 [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 14:57:44.416 [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 14:57:44.416 [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 14:57:44.416 [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 14:57:44.416 [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 14:57:44.417 [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[] 14:57:44.417 [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 14:57:44.418 [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 14:57:44.418 [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 14:57:44.418 [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 14:57:44.419 [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 14:57:44.419 [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 14:57:44.419 [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 14:57:44.419 [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 14:57:44.419 [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 14:57:44.419 [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 14:57:44.420 [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 14:57:44.420 [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 14:57:44.420 [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 14:57:44.420 [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 14:57:44.420 [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 14:57:44.420 [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 14:57:44.421 [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 14:57:44.421 [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 14:57:44.421 [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 14:57:44.421 [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 14:57:44.422 [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 14:57:44.495 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:44.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:44.514 [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 14:57:44.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:44.516 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:44.517 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:44.521 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:44.521 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:44.522 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:44.522 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:44.522 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:44.522 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:44.529 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:44.534 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:44.534 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:44.593 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:44.593 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s71ms [pure insertion] marking any relevant derived attributes for update...14:57:44.593 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:44.594 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:44.595 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:44.595 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:44.595 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:44.595 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:44.597 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:44.600 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:44.601 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:44.605 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:44.605 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:44.605 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:44.605 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:44.605 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:44.606 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:44.606 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:44.606 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:44.607 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:44.611 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:44.611 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:44.615 [pool-175-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:44.615 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:44.615 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:44.616 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:44.616 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:44.616 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:44.616 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:44.622 [pool-175-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... 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:44.622 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 14:57:44.623 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 107 ms 14:57:44.626 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:44.626 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.630 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:44.630 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.634 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:44.634 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.695 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:44.695 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.700 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:44.700 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.703 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:44.703 [pool-175-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:44.708 [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 14:57:44.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:44.710 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:44.711 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:44.711 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17929325139599743432/test_reverseRefs[LevelDB GreyCat] 14:57:44.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:44.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:44.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:44.896 [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 14:57:44.896 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:44.897 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:44.899 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:44.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:44.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:44.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:44.899 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 14:57:44.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:57:44.899 [pool-177-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 14:57:44.899 [pool-177-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 14:57:44.902 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:44.902 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:44.907 [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 14:57:44.907 [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 14:57:44.907 [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 14:57:44.907 [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 14:57:44.907 [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 14:57:44.907 [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 14:57:44.907 [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 14:57:44.907 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.908 [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 14:57:44.909 [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 14:57:44.910 [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 14:57:44.910 [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 14:57:44.911 [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 14:57:44.911 [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 14:57:44.911 [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 14:57:44.911 [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 14:57:44.911 [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 14:57:44.911 [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 14:57:44.911 [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 14:57:44.911 [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[] 14:57:44.912 [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 14:57:44.912 [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 14:57:44.912 [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 14:57:44.912 [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 14:57:44.912 [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 14:57:44.912 [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 14:57:44.912 [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 14:57:44.922 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 14:57:44.922 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:44.941 [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 14:57:44.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:44.943 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:44.992 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:44.996 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:44.996 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:44.997 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 14:57:44.997 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:44.997 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:44.997 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 14:57:45.005 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 14:57:45.008 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:45.008 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 14:57:45.014 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:45.014 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s17ms [pure insertion] marking any relevant derived attributes for update...14:57:45.014 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:57:45.015 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:57:45.016 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 14:57:45.016 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:45.016 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:45.016 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 14:57:45.018 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 14:57:45.022 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:45.022 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 14:57:45.026 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:57:45.026 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:57:45.026 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:45.026 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:45.027 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 14:57:45.027 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:45.027 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:45.027 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 14:57:45.029 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 14:57:45.033 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:57:45.033 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 14:57:45.093 [pool-177-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 14:57:45.093 [pool-177-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...14:57:45.093 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:45.093 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:45.093 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:45.093 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:45.094 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 14:57:45.099 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 14:57:45.099 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 14:57:45.099 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:45.099 [pool-177-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:45.099 [pool-177-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... 14:57:45.100 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:57:45.100 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:45.100 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/child.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 14:57:45.101 [pool-177-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 158 ms 14:57:45.102 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 14:57:45.103 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 14:57:45.103 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 14:57:45.103 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:45.104 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9967525849225508829/test_forwardRefs[LevelDB GreyCat] 14:57:45.107 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 14:57:45.107 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:45.107 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9967525849225508829/test_forwardRefs[LevelDB GreyCat] 14:57:45.111 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 14:57:45.111 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:45.111 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9967525849225508829/test_forwardRefs[LevelDB GreyCat] 14:57:45.114 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:45.114 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9967525849225508829/test_forwardRefs[LevelDB GreyCat] 14:57:45.119 [pool-177-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=6] 14:57:45.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:45.120 [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 14:57:45.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:45.121 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:45.123 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:45.123 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9967525849225508829/test_forwardRefs[LevelDB GreyCat] 14:57:45.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:45.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:45.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:45.431 [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 14:57:45.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:45.431 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:45.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:45.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:45.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:45.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:45.434 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:57:45.434 [pool-179-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 14:57:45.434 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:57:45.435 [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 14:57:45.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:45.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:45.508 [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 14:57:45.508 [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 14:57:45.508 [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 14:57:45.508 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:45.509 [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 14:57:45.514 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:45.516 [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 14:57:45.516 [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[] 14:57:45.516 [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 14:57:45.517 [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 14:57:45.517 [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 14:57:45.517 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.518 [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 14:57:45.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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.519 [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 14:57:45.521 [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 14:57:45.521 [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 14:57:45.521 [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 14:57:45.521 [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 14:57:45.522 [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 14:57: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::EBooleanObject will be handled as its instance type java.lang.Boolean 14:57:45.524 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:45.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:45.594 [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 14:57:45.605 [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 14:57:45.607 [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 14:57:45.612 [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 14:57:45.711 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:45.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:45.731 [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 14:57:45.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:45.733 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:45.803 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:45.807 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:45.807 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:45.908 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:57:45.908 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:45.909 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:45.909 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:57:46.020 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:57:46.619 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 14:57:46.619 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:57:47.408 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 14:57:47.408 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s500ms [pure insertion] marking any relevant derived attributes for update...14:57:47.408 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:57:47.410 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:57:47.410 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:47.410 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:47.425 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:47.425 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 14:57:47.425 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:47.425 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:47.425 [pool-179-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... 14:57:47.425 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 14:57:47.425 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:47.425 [pool-179-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 14:57:47.908 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 175 ms 14:57:47.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/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 14:57:47.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:47.929 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:47.999 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:48.000 [pool-179-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/ 14:57:48.000 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:48.000 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:48.022 [pool-179-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... 14:57:48.022 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.022 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:48.022 [pool-179-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... 14:57:48.024 [pool-179-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 14:57:48.609 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 14:57:48.609 [pool-179-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 14:57:48.834 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 14:57:48.834 [pool-179-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. 0s812ms [pure insertion] marking any relevant derived attributes for update...14:57:48.834 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:48.834 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:48.897 [pool-179-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... 14:57:48.897 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.897 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:48.897 [pool-179-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... 14:57:48.900 [pool-179-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 14:57:48.907 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:48.907 [pool-179-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 14:57:48.910 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:48.910 [pool-179-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:48.910 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:48.910 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:48.916 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:57:48.916 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.916 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:48.916 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:57:48.918 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:57:48.924 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:48.924 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:57:48.924 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:48.924 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:57:48.924 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:48.924 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:48.930 [pool-179-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... 14:57:48.930 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:48.932 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:48.932 [pool-179-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... 14:57:48.993 [pool-179-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 14:57:49.001 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:49.001 [pool-179-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 14:57:49.003 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:49.004 [pool-179-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...14:57:49.004 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:49.004 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:49.010 [pool-179-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... 14:57:49.010 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:49.010 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:49.010 [pool-179-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... 14:57:49.013 [pool-179-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 14:57:49.411 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:49.411 [pool-179-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 14:57:49.430 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:49.430 [pool-179-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. 0s420ms [pure insertion] marking any relevant derived attributes for update...14:57:49.431 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:49.431 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:49.436 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:57:49.437 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:49.437 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:49.437 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:57:49.439 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:57:49.506 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 14:57:49.506 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:57:49.514 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:49.514 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s78ms [pure insertion] marking any relevant derived attributes for update...14:57:49.514 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:49.514 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:49.519 [pool-179-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... 14:57:49.519 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:49.519 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:49.519 [pool-179-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... 14:57:49.522 [pool-179-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 14:57:49.528 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:49.528 [pool-179-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 14:57:49.530 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:49.530 [pool-179-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:57:49.530 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:49.530 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:49.599 [pool-179-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... 14:57:49.599 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:49.599 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:49.599 [pool-179-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... 14:57:49.602 [pool-179-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 14:57:50.025 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 14:57:50.025 [pool-179-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 14:57:50.293 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 14:57:50.293 [pool-179-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. 0s694ms [pure insertion] marking any relevant derived attributes for update...14:57:50.293 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:50.293 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:50.300 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:57:50.300 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:50.301 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:50.301 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:57:50.304 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:57:50.307 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:50.307 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:57:50.307 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:50.307 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...14:57:50.307 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:50.307 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:50.316 [pool-179-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... 14:57:50.316 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:50.316 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:50.316 [pool-179-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... 14:57:50.319 [pool-179-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 14:57:51.104 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 14:57:51.104 [pool-179-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 14:57:51.213 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 14:57:51.213 [pool-179-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. 0s897ms [pure insertion] marking any relevant derived attributes for update...14:57:51.213 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:51.213 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:51.220 [pool-179-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... 14:57:51.220 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:51.222 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:51.222 [pool-179-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... 14:57:51.225 [pool-179-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 14:57:51.232 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:51.232 [pool-179-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 14:57:51.294 [pool-179-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:51.294 [pool-179-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...14:57:51.294 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:51.294 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:51.294 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:51.294 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:51.317 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.442s attempting to resolve any uninitialized derived attributes... 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:51.736 [pool-179-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... 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s442ms [proxy update] 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:51.736 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~3s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/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 /set0.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.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 14:57:52.502 [pool-179-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 573 ms 14:57:52.502 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.505 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.595 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.597 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.599 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.706 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.708 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:52.710 [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 14:57:52.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:52.712 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:52.717 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:52.718 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit926987247191552902/test_allContents[LevelDB GreyCat] 14:57:52.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:52.910 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:53.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:53.029 [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 14:57:53.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:53.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:53.032 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:53.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:53.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:53.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:53.032 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 14:57:53.032 [pool-181-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 14:57:53.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 14:57:53.032 [pool-181-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 14:57:53.110 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:53.110 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:53.120 [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 14:57:53.120 [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 14:57:53.120 [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 14:57:53.120 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:53.121 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:53.125 [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 14:57:53.126 [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 14:57:53.193 [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 14:57:53.197 [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 14:57:53.201 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:53.204 [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 14:57:53.206 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:53.207 [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 14:57:53.207 [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 14:57:53.207 [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 14:57:53.208 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.209 [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 14:57:53.210 [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 14:57:53.210 [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 14:57:53.211 [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 14:57:53.211 [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 14:57:53.211 [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 14:57:53.211 [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 14:57:53.211 [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 14:57:53.211 [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 14:57:53.212 [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 14:57:53.212 [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 14:57:53.212 [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 14:57:53.212 [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 14:57:53.212 [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[] 14:57:53.212 [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 14:57:53.213 [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 14:57:53.214 [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 14:57:53.214 [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 14:57:53.214 [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 14:57:53.338 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:53.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:53.408 [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 14:57:53.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:53.410 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:53.422 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:53.426 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:53.426 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:53.495 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5609837044702628838/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit5609837044702628838/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) 14:57:53.508 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:57:53.508 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:53.508 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:53.508 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:57:53.517 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:57:53.705 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit10239748668685698391/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit10239748668685698391/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) 14:57:53.950 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9661891613971606969/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit9661891613971606969/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) 14:57:54.125 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 14:57:54.125 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:57:54.617 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 14:57:54.617 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s109ms [pure insertion] marking any relevant derived attributes for update...14:57:54.617 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 14:57:54.621 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 14:57:54.621 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:54.621 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:54.637 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:57:54.637 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.016s attempting to resolve any uninitialized derived attributes... 14:57:54.638 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:54.638 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:54.638 [pool-181-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... 14:57:54.638 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 14:57:54.638 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:54.638 [pool-181-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 14:57:55.210 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 800 ms 14:57:55.230 [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 14:57:55.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:55.234 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:55.302 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:55.303 [pool-181-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/ 14:57:55.303 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:55.303 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:55.311 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:57:55.311 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:55.311 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:55.311 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:57:55.314 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:57:55.317 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:55.317 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:57:55.317 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:55.317 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...14:57:55.317 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:55.317 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:55.323 [pool-181-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... 14:57:55.323 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:55.323 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:55.323 [pool-181-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... 14:57:55.326 [pool-181-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 14:57:55.333 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:55.333 [pool-181-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 14:57:55.336 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:55.336 [pool-181-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...14:57:55.336 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:55.336 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:55.395 [pool-181-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... 14:57:55.395 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:55.395 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:55.395 [pool-181-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... 14:57:55.398 [pool-181-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 14:57:55.404 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:55.404 [pool-181-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 14:57:55.407 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:55.407 [pool-181-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:55.407 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:55.407 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:55.413 [pool-181-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... 14:57:55.413 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:55.414 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:55.414 [pool-181-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... 14:57:55.417 [pool-181-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 14:57:55.423 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:55.423 [pool-181-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 14:57:55.425 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:55.425 [pool-181-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:57:55.425 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:55.425 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:55.496 [pool-181-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... 14:57:55.496 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:55.496 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:55.496 [pool-181-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... 14:57:55.499 [pool-181-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 14:57:56.016 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 14:57:56.017 [pool-181-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 14:57:56.230 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 14:57:56.230 [pool-181-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. 0s734ms [pure insertion] marking any relevant derived attributes for update...14:57:56.230 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:56.230 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:56.236 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:57:56.236 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:56.236 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:56.236 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:57:56.294 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:57:56.297 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:57:56.297 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:57:56.297 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:56.297 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s61ms [pure insertion] marking any relevant derived attributes for update...14:57:56.297 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:56.297 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:56.303 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:57:56.303 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:56.303 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:56.303 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:57:56.305 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:57:56.324 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 14:57:56.324 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:57:56.333 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:56.333 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s30ms [pure insertion] marking any relevant derived attributes for update...14:57:56.333 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:56.333 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:56.339 [pool-181-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... 14:57:56.339 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:56.339 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:56.339 [pool-181-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... 14:57:56.394 [pool-181-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 14:57:56.400 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:57:56.400 [pool-181-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 14:57:56.402 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:57:56.402 [pool-181-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...14:57:56.402 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:56.402 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:56.410 [pool-181-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... 14:57:56.410 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:56.410 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:56.410 [pool-181-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... 14:57:56.412 [pool-181-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 14:57:56.525 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 14:57:56.525 [pool-181-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 14:57:56.606 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 14:57:56.606 [pool-181-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. 0s196ms [pure insertion] marking any relevant derived attributes for update...14:57:56.606 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:56.606 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:56.611 [pool-181-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... 14:57:56.611 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:56.612 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:56.612 [pool-181-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... 14:57:56.614 [pool-181-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 14:57:56.736 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:57:56.736 [pool-181-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 14:57:56.939 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:57:56.939 [pool-181-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. 0s328ms [pure insertion] marking any relevant derived attributes for update...14:57:56.939 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:56.939 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:56.995 [pool-181-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... 14:57:56.995 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:56.995 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:56.995 [pool-181-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... 14:57:56.998 [pool-181-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 14:57:57.406 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 14:57:57.406 [pool-181-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 14:57:57.672 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 14:57:57.672 [pool-181-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. 0s677ms [pure insertion] marking any relevant derived attributes for update...14:57:57.672 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:57:57.672 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:57:57.672 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:57:57.672 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:57:57.699 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 14:57:58.136 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 14:57:58.136 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.464s attempting to resolve any uninitialized derived attributes... 14:57:58.136 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:57:58.136 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:57:58.136 [pool-181-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... 14:57:58.136 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s464ms [proxy update] 14:57:58.136 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:57:58.137 [pool-181-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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 14:57:58.812 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 578 ms 14:57:58.812 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:58.812 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13603708532347367179/test_subtreeTraversalScoping[LevelDB GreyCat] 14:57:58.817 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 14:57:58.817 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13603708532347367179/test_subtreeTraversalScoping[LevelDB GreyCat] 14:57:58.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:57:58.819 [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 14:57:58.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:58.822 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:57:58.828 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:57:58.828 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13603708532347367179/test_subtreeTraversalScoping[LevelDB GreyCat] 14:57:58.828 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:57:59.011 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:57:59.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:59.013 [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 14:57:59.013 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:59.013 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:59.016 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:57:59.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:57:59.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:57:59.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:57:59.017 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:57:59.017 [pool-183-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 14:57:59.017 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:57:59.017 [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 14:57:59.038 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:57:59.038 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:57:59.101 [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 14:57:59.101 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.102 [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 14:57:59.195 [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 14:57:59.196 [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 14:57:59.196 [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 14:57:59.198 [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 14:57:59.198 [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 14:57:59.198 [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 14:57:59.199 [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 14:57:59.199 [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 14:57:59.199 [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[] 14:57:59.199 [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 14:57:59.199 [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 14:57:59.199 [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 14:57:59.199 [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 14:57:59.199 [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 14:57:59.199 [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 14:57:59.200 [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 14:57:59.200 [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 14:57:59.200 [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 14:57:59.200 [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 14:57:59.200 [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 14:57:59.200 [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 14:57:59.201 [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 14:57:59.201 [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 14:57:59.202 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:57:59.205 [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 14:57:59.209 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:57:59.209 [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 14:57:59.209 [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 14:57:59.209 [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 14:57:59.210 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:57:59.210 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:57:59.213 [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 14:57:59.217 [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 14:57:59.218 [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 14:57:59.224 [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 14:57:59.335 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:57:59.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:57:59.407 [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 14:57:59.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:57:59.409 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:57:59.422 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:57:59.425 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:57:59.425 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:57:59.503 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:57:59.503 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:57:59.503 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:57:59.503 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:57:59.512 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:58:00.027 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 14:58:00.027 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:58:00.462 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 14:58:00.462 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s959ms [pure insertion] marking any relevant derived attributes for update...14:58:00.462 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:00.463 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:00.463 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:00.463 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:00.493 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:00.493 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.029s attempting to resolve any uninitialized derived attributes... 14:58:00.493 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:00.493 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:00.493 [pool-183-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... 14:58:00.493 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s30ms [proxy update] 14:58:00.493 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:00.493 [pool-183-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 14:58:00.928 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 518 ms 14:58:00.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 14:58:00.993 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:00.993 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:01.009 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:01.011 [pool-183-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/ 14:58:01.011 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:01.011 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:01.017 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:58:01.017 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:01.017 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:01.017 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:58:01.020 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:58:01.022 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:58:01.022 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:58:01.022 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:01.022 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...14:58:01.022 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:01.022 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:01.035 [pool-183-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... 14:58:01.035 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:01.036 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:01.036 [pool-183-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... 14:58:01.094 [pool-183-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 14:58:01.393 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 14:58:01.393 [pool-183-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 14:58:01.611 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 14:58:01.611 [pool-183-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. 0s576ms [pure insertion] marking any relevant derived attributes for update...14:58:01.611 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:01.611 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:01.617 [pool-183-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... 14:58:01.617 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:01.618 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:01.618 [pool-183-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... 14:58:01.620 [pool-183-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 14:58:01.626 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:01.626 [pool-183-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 14:58:01.628 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:01.628 [pool-183-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:58:01.628 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:01.628 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:01.634 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:58:01.634 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:01.692 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:01.692 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:58:01.694 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:58:01.714 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 14:58:01.714 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:58:01.720 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:01.720 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s86ms [pure insertion] marking any relevant derived attributes for update...14:58:01.720 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:01.720 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:01.736 [pool-183-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... 14:58:01.736 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:01.737 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:01.737 [pool-183-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... 14:58:01.739 [pool-183-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 14:58:02.198 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 14:58:02.198 [pool-183-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 14:58:02.429 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 14:58:02.429 [pool-183-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. 0s693ms [pure insertion] marking any relevant derived attributes for update...14:58:02.429 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:02.429 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:02.435 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:58:02.435 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:02.492 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:02.492 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:58:02.494 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:58:02.497 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:58:02.497 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:58:02.497 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:02.497 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...14:58:02.497 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:02.497 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:02.503 [pool-183-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... 14:58:02.503 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:02.503 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:02.503 [pool-183-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... 14:58:02.505 [pool-183-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 14:58:02.724 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:58:02.724 [pool-183-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 14:58:02.743 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:58:02.743 [pool-183-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. 0s240ms [pure insertion] marking any relevant derived attributes for update...14:58:02.743 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:02.743 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:02.797 [pool-183-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... 14:58:02.797 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:02.797 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:02.797 [pool-183-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... 14:58:02.800 [pool-183-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 14:58:02.806 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:02.806 [pool-183-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 14:58:02.808 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:02.808 [pool-183-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:58:02.808 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:02.808 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:02.813 [pool-183-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... 14:58:02.813 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:02.813 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:02.813 [pool-183-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... 14:58:02.815 [pool-183-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 14:58:02.821 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:02.821 [pool-183-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 14:58:02.823 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:02.823 [pool-183-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:58:02.823 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:02.823 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:02.828 [pool-183-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... 14:58:02.828 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:02.828 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:02.828 [pool-183-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... 14:58:02.831 [pool-183-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 14:58:02.837 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:02.837 [pool-183-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 14:58:02.839 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:02.839 [pool-183-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...14:58:02.839 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:02.839 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:02.898 [pool-183-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... 14:58:02.898 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:02.898 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:02.898 [pool-183-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... 14:58:02.901 [pool-183-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 14:58:03.183 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 14:58:03.183 [pool-183-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 14:58:03.214 [pool-183-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 14:58:03.214 [pool-183-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. 0s316ms [pure insertion] marking any relevant derived attributes for update...14:58:03.214 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:03.214 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:03.214 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:03.214 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:03.235 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 14:58:03.540 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 14:58:03.540 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.326s attempting to resolve any uninitialized derived attributes... 14:58:03.540 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:03.540 [pool-183-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:03.540 [pool-183-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... 14:58:03.540 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s327ms [proxy update] 14:58:03.541 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:03.541 [pool-183-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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /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/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/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 14:58:04.019 [pool-183-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 26 ms 14:58:04.020 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18404521724996118372/test_getAllOf[LevelDB GreyCat] 14:58:04.023 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18404521724996118372/test_getAllOf[LevelDB GreyCat] 14:58:04.095 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18404521724996118372/test_getAllOf[LevelDB GreyCat] 14:58:04.097 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18404521724996118372/test_getAllOf[LevelDB GreyCat] 14:58:04.112 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18404521724996118372/test_getAllOf[LevelDB GreyCat] 14:58:04.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 14:58:04.113 [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); 14:58:04.115 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 14:58:04.127 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 14:58:05.397 [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) 14:58:05.397 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 1.282s 14:58:05.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 14:58:05.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:05.399 [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 14:58:05.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:05.402 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:05.405 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:05.405 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18404521724996118372/test_getAllOf[LevelDB GreyCat] 14:58:05.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:05.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:05.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:05.595 [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 14:58:05.595 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:05.595 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:05.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:05.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:05.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:05.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:05.598 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:05.598 [pool-185-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 14:58:05.598 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:05.598 [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 14:58:05.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:05.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:05.632 [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 14:58:05.632 [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 14:58:05.632 [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 14:58:05.633 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:58:05.634 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:58:05.697 [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 14:58:05.702 [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 14:58:05.715 [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 14:58:05.716 [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 14:58:05.720 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:58:05.725 [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 14:58:05.726 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:58:05.727 [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[] 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.728 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.729 [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 14:58:05.730 [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 14:58:05.730 [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 14:58:05.731 [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 14:58:05.732 [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 14:58:05.734 [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 14:58:05.734 [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 14:58:05.734 [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 14:58:05.734 [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 14:58:05.734 [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 14:58:05.840 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:58:05.840 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:05.860 [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 14:58:05.862 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:05.862 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:05.903 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:05.907 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:05.907 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:05.936 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:58:05.936 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:05.936 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:05.936 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:58:05.995 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:58:06.415 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 14:58:06.415 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:58:06.656 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 14:58:06.656 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s720ms [pure insertion] marking any relevant derived attributes for update...14:58:06.656 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:06.658 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:06.658 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:06.658 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:06.674 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:06.674 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.016s attempting to resolve any uninitialized derived attributes... 14:58:06.674 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:06.674 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:06.674 [pool-185-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... 14:58:06.674 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 14:58:06.674 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:06.674 [pool-185-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 14:58:06.995 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 133 ms 14:58:07.013 [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 14:58:07.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:07.015 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:07.031 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:07.032 [pool-185-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/ 14:58:07.032 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:07.032 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:07.039 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:58:07.039 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.039 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.039 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:58:07.043 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:58:07.101 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 14:58:07.101 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:58:07.107 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:07.107 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...14:58:07.107 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.107 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.115 [pool-185-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... 14:58:07.115 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.115 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.115 [pool-185-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... 14:58:07.117 [pool-185-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 14:58:07.222 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 14:58:07.222 [pool-185-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 14:58:07.244 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 14:58:07.244 [pool-185-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. 0s129ms [pure insertion] marking any relevant derived attributes for update...14:58:07.244 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.244 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.252 [pool-185-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... 14:58:07.252 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.252 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.252 [pool-185-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... 14:58:07.294 [pool-185-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 14:58:07.302 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:07.302 [pool-185-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 14:58:07.304 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:07.304 [pool-185-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. 0s52ms [pure insertion] marking any relevant derived attributes for update...14:58:07.304 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.304 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.309 [pool-185-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... 14:58:07.309 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.309 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.309 [pool-185-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... 14:58:07.311 [pool-185-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 14:58:07.317 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:07.317 [pool-185-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 14:58:07.319 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:07.319 [pool-185-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:58:07.319 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.319 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.324 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:58:07.324 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.324 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.324 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:58:07.327 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:58:07.329 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:58:07.329 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:58:07.329 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:07.329 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...14:58:07.329 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.329 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.334 [pool-185-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... 14:58:07.334 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.334 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.334 [pool-185-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... 14:58:07.336 [pool-185-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 14:58:07.397 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:07.397 [pool-185-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 14:58:07.399 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:07.399 [pool-185-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...14:58:07.399 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.399 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.404 [pool-185-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... 14:58:07.404 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.404 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.404 [pool-185-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... 14:58:07.407 [pool-185-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 14:58:07.528 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:58:07.528 [pool-185-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 14:58:07.595 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:58:07.595 [pool-185-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. 0s191ms [pure insertion] marking any relevant derived attributes for update...14:58:07.595 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.595 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.600 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:58:07.600 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.600 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.600 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:58:07.602 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:58:07.604 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:58:07.604 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:58:07.604 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:07.604 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...14:58:07.604 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:07.604 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:07.616 [pool-185-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... 14:58:07.616 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:07.617 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:07.617 [pool-185-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... 14:58:07.618 [pool-185-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 14:58:07.908 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 14:58:07.908 [pool-185-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 14:58:07.999 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 14:58:07.999 [pool-185-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. 0s384ms [pure insertion] marking any relevant derived attributes for update...14:58:08.000 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:08.000 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:08.006 [pool-185-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... 14:58:08.006 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:08.006 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:08.006 [pool-185-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... 14:58:08.008 [pool-185-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 14:58:08.015 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:08.015 [pool-185-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 14:58:08.018 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:08.018 [pool-185-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...14:58:08.018 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:08.018 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:08.036 [pool-185-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... 14:58:08.036 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:08.036 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:08.036 [pool-185-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... 14:58:08.092 [pool-185-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 14:58:08.426 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 14:58:08.426 [pool-185-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 14:58:08.817 [pool-185-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 14:58:08.818 [pool-185-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. 0s782ms [pure insertion] marking any relevant derived attributes for update...14:58:08.818 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:08.818 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:08.818 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:08.818 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:08.837 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 14:58:09.105 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 14:58:09.105 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.287s attempting to resolve any uninitialized derived attributes... 14:58:09.105 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:09.105 [pool-185-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:09.105 [pool-185-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... 14:58:09.105 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s287ms [proxy update] 14:58:09.105 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:09.106 [pool-185-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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /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/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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.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 14:58:09.703 [pool-185-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 688 ms 14:58:09.703 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17307160576561911581/test_getFiles[LevelDB GreyCat] 14:58:09.706 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17307160576561911581/test_getFiles[LevelDB GreyCat] 14:58:09.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:09.707 [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 14:58:09.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:09.710 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:09.716 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:09.716 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17307160576561911581/test_getFiles[LevelDB GreyCat] 14:58:09.716 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:10.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:10.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:10.117 [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 14:58:10.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:10.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:10.119 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:10.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:10.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:10.120 [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! 14:58:10.120 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:10.120 [pool-187-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... 14:58:10.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 14:58:10.120 [pool-187-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 14:58:10.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:10.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:10.298 [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 14:58:10.299 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 14:58:10.299 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 14:58:10.307 [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 14:58:10.311 [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 14:58:10.664 [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 14:58:10.666 [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 14:58:10.666 [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 14:58:10.666 [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 14:58:10.666 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 14:58:10.692 [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 14:58:10.694 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 14:58:10.704 [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 14:58:10.705 [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 14:58:10.705 [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 14:58:10.705 [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 14:58:10.706 [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 14:58:10.706 [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 14:58:10.706 [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 14:58:10.792 [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 14:58:10.792 [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 14:58:10.792 [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 14:58:10.792 [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 14:58:10.792 [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 14:58:10.792 [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 14:58:10.795 [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 14:58:10.796 [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 14:58:10.796 [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 14:58:10.798 [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 14:58:10.798 [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 14:58:10.798 [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 14:58:10.798 [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 14:58:10.798 [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 14:58:10.798 [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 14:58:10.798 [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[] 14:58:10.798 [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 14:58:10.799 [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 14:58:10.799 [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 14:58:10.800 [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 14:58:10.801 [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 14:58:10.801 [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 14:58:10.801 [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 14:58:10.801 [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 14:58:10.801 [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 14:58:10.802 [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 14:58:11.094 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 14:58:11.094 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:11.114 [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 14:58:11.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:11.117 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:11.205 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:11.213 [pool-187-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/ 14:58:11.213 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:11.213 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:11.220 [pool-187-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... 14:58:11.220 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:11.220 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:11.220 [pool-187-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... 14:58:11.299 [pool-187-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 14:58:11.308 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:11.308 [pool-187-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 14:58:11.310 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:11.310 [pool-187-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. 0s90ms [pure insertion] marking any relevant derived attributes for update...14:58:11.310 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:11.312 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:11.317 [pool-187-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... 14:58:11.317 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:11.317 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:11.317 [pool-187-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... 14:58:11.320 [pool-187-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 14:58:11.394 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:11.394 [pool-187-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 14:58:11.398 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:11.398 [pool-187-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...14:58:11.398 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:11.398 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:11.403 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 14:58:11.403 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:11.403 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:11.403 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 14:58:11.406 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 14:58:11.426 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 14:58:11.426 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 14:58:11.496 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:11.496 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s93ms [pure insertion] marking any relevant derived attributes for update...14:58:11.496 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:11.496 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:11.511 [pool-187-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... 14:58:11.511 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:11.511 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:11.511 [pool-187-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... 14:58:11.514 [pool-187-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 14:58:11.932 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 14:58:11.932 [pool-187-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 14:58:12.098 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 14:58:12.098 [pool-187-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. 0s587ms [pure insertion] marking any relevant derived attributes for update...14:58:12.098 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:12.098 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:12.105 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:58:12.105 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:12.105 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:12.105 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 14:58:12.107 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:58:12.110 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:58:12.110 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 14:58:12.110 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:12.110 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...14:58:12.110 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:12.110 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:12.119 [pool-187-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... 14:58:12.119 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:12.119 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:12.119 [pool-187-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... 14:58:12.122 [pool-187-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 14:58:12.225 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 14:58:12.225 [pool-187-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 14:58:12.300 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 14:58:12.300 [pool-187-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. 0s181ms [pure insertion] marking any relevant derived attributes for update...14:58:12.300 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:12.300 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:12.307 [pool-187-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... 14:58:12.307 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:12.307 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:12.307 [pool-187-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... 14:58:12.310 [pool-187-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 14:58:12.440 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 14:58:12.440 [pool-187-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 14:58:12.514 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 14:58:12.514 [pool-187-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. 0s207ms [pure insertion] marking any relevant derived attributes for update...14:58:12.514 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:12.514 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:12.520 [pool-187-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... 14:58:12.520 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:12.520 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:12.520 [pool-187-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... 14:58:12.522 [pool-187-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 14:58:12.528 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:12.528 [pool-187-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 14:58:12.530 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:12.530 [pool-187-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...14:58:12.530 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:12.530 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:12.595 [pool-187-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... 14:58:12.595 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:12.595 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:12.595 [pool-187-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... 14:58:12.597 [pool-187-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 14:58:13.045 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 14:58:13.045 [pool-187-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 14:58:13.522 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 14:58:13.522 [pool-187-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. 0s927ms [pure insertion] marking any relevant derived attributes for update...14:58:13.523 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:13.523 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:13.529 [pool-187-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... 14:58:13.529 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:13.530 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:13.530 [pool-187-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... 14:58:13.533 [pool-187-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 14:58:13.598 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:13.598 [pool-187-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 14:58:13.601 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:13.601 [pool-187-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...14:58:13.601 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:13.601 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:13.606 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:58:13.606 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:13.606 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:13.606 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 14:58:13.608 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:58:13.611 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 14:58:13.611 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 14:58:13.611 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:13.611 [pool-187-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...14:58:13.611 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:13.611 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:13.611 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:13.611 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:13.628 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 14:58:14.006 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 14:58:14.006 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.395s attempting to resolve any uninitialized derived attributes... 14:58:14.006 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:14.006 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:14.006 [pool-187-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... 14:58:14.006 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s395ms [proxy update] 14:58:14.006 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:14.007 [pool-187-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 /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.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.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 14:58:14.334 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 217 ms 14:58:14.334 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6750986326819399034/test_getAllOfCountsSubtypes[LevelDB GreyCat] 14:58:14.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 14:58:14.335 [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); 14:58:14.337 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 14:58:14.343 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 14:58:14.393 [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) 14:58:14.393 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.056s 14:58:14.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 14:58:14.394 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6750986326819399034/test_getAllOfCountsSubtypes[LevelDB GreyCat] 14:58:14.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 14:58:14.395 [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); 14:58:14.396 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 14:58:14.401 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 14:58:14.424 [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) 14:58:14.424 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.028s 14:58:14.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 14:58:14.428 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 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 14:58:14.432 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validated changes... true 14:58:14.432 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 14:58:14.433 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6750986326819399034/test_getAllOfCountsSubtypes[LevelDB GreyCat] 14:58:14.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:14.434 [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 14:58:14.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:14.436 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:14.438 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:14.439 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6750986326819399034/test_getAllOfCountsSubtypes[LevelDB GreyCat] 14:58:14.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:14.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:14.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:14.630 [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 14:58:14.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:14.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:14.632 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:14.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:14.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:14.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:14.633 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:58:14.633 [pool-189-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 14:58:14.633 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:14.633 [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 14:58:14.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:14.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:14.639 [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 14:58:14.639 [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 14:58:14.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 14:58:14.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 14:58:14.639 [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 14:58:14.639 [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 14:58:14.639 [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 14:58:14.639 [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 14:58:14.639 [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 14:58:14.639 [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 14:58:14.639 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.640 [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 14:58:14.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 14:58:14.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 14:58:14.641 [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 14:58:14.641 [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 14:58:14.641 [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 14:58:14.641 [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 14:58:14.641 [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[] 14:58:14.643 [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 14:58:14.643 [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 14:58:14.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 14:58:14.643 [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 14:58:14.643 [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 14:58:14.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 14:58:14.643 [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 14:58:14.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:14.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:14.650 [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 14:58:14.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:14.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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[] 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.654 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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[] 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.655 [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 14:58:14.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:14.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:14.658 [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 14:58:14.659 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:14.659 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:14.694 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:14.696 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:14.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:14.715 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8693530879471111325/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:14.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:14.717 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:14.718 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:14.721 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:14.721 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:14.722 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:14.722 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:14.722 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:14.722 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:14.729 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:14.733 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:14.733 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:14.733 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:14.733 [pool-189-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...14:58:14.733 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:14.793 [pool-189-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... 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:14.793 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:14.793 [pool-189-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 14:58:14.794 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 77 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit8693530879471111325/tree.model 14:58:14.794 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:14.795 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:14.795 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:14.795 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:14.796 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:14.796 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:14.796 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:14.796 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 14:58:14.796 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:14.796 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 14:58:14.796 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 14:58:14.799 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 14:58:14.802 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:14.804 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 14:58:14.804 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:14.804 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:14.804 [pool-189-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... 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:14.804 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:14.804 [pool-189-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 14:58:14.805 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms 14:58:14.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:14.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8693530879471111325/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:14.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:14.807 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:14.808 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:14.808 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6285271730089389350/test_addChild[LevelDB GreyCat] 14:58:14.808 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:14.936 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:14.938 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:14.938 [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 14:58:14.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:14.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:14.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:14.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:14.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:14.941 [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! 14:58:14.941 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:14.941 [pool-191-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 14:58:14.942 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 14:58:14.942 [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 14:58:14.944 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:14.944 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:14.947 [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 14:58:14.947 [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 14:58:14.947 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.948 [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 14:58:14.968 [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 14:58:14.968 [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 14:58:14.968 [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 14:58:14.968 [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[] 14:58:14.968 [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 14:58:14.968 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 14:58:14.969 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 14:58:14.993 [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 14:58:14.993 [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 14:58:14.993 [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 14:58:14.999 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:14.999 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:14.999 [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 14:58:15.001 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.001 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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[] 14:58:15.004 [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[] 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.004 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.005 [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 14:58:15.008 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:15.008 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.008 [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 14:58:15.009 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.009 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.011 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:15.012 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:15.012 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.031 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2150581248047701521/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:15.033 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.033 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:15.034 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.034 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.034 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.092 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.092 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.095 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.095 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:58:15.095 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.095 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.096 [pool-191-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... 14:58:15.096 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:58:15.098 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:15.098 [pool-191-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 14:58:15.098 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 64 ms 14:58:15.098 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:15.099 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.100 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.100 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.101 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:15.101 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.101 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:15.101 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:15.108 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:15.110 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:15.110 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:15.110 [pool-191-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:15.110 [pool-191-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...14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.110 [pool-191-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... 14:58:15.110 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:15.111 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:15.111 [pool-191-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 14:58:15.111 [pool-191-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 13 ms 14:58:15.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:15.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2150581248047701521/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:15.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.113 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:15.114 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:15.114 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1846830675947752518/test_addModel[LevelDB GreyCat] 14:58:15.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:15.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:15.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.309 [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 14:58:15.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:15.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:15.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:15.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:15.312 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:58:15.312 [pool-193-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 14:58:15.312 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:15.312 [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 14:58:15.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.318 [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 14:58:15.318 [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 14:58:15.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 14:58:15.318 [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 14:58:15.318 [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 14:58:15.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 14:58:15.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 14:58:15.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 14:58:15.318 [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 14:58:15.318 [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 14:58:15.318 [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 14:58:15.318 [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 14:58:15.319 [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 14:58:15.319 [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 14:58:15.319 [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 14:58:15.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 14:58:15.319 [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 14:58:15.319 [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 14:58:15.319 [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 14:58:15.319 [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 14:58:15.319 [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 14:58:15.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 14:58:15.320 [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 14:58:15.320 [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 14:58:15.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 14:58:15.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 14:58:15.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 14:58:15.322 [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 14:58:15.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 14:58:15.322 [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[] 14:58:15.322 [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 14:58:15.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 14:58:15.322 [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 14:58:15.328 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:15.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.328 [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 14:58:15.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.332 [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 14:58:15.332 [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 14:58:15.332 [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 14:58:15.332 [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 14:58:15.332 [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 14:58:15.332 [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 14:58:15.332 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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[] 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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[] 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.333 [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 14:58:15.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:15.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.336 [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 14:58:15.337 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.337 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.339 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:15.341 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:15.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8290527622829309976/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:15.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.407 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:15.408 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.410 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.410 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.411 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:15.411 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.411 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:15.411 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:15.418 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:15.422 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:15.422 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:15.422 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:15.422 [pool-193-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...14:58:15.422 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:15.423 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:15.423 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.423 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.424 [pool-193-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... 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:15.424 [pool-193-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 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit8290527622829309976/tree.model 14:58:15.424 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:15.425 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.426 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.426 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.426 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:15.426 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.426 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:15.426 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:15.426 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:15.427 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 14:58:15.427 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.429 [pool-193-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... 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:15.429 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:15.429 [pool-193-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 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 14:58:15.430 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 14:58:15.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:15.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8290527622829309976/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:15.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.432 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:15.433 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:15.434 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12147792057990954350/test_renameRoot[LevelDB GreyCat] 14:58:15.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:15.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:15.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.625 [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 14:58:15.625 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.625 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.627 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:15.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:15.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:15.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:15.628 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 14:58:15.628 [pool-195-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 14:58:15.628 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:15.628 [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 14:58:15.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.630 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.634 [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 14:58:15.634 [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 14:58:15.634 [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 14:58:15.634 [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 14:58:15.634 [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 14:58:15.634 [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 14:58:15.634 [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 14:58:15.634 [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 14:58:15.635 [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 14:58:15.635 [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 14:58:15.635 [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 14:58:15.635 [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 14:58:15.635 [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 14:58:15.636 [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 14:58:15.636 [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 14:58:15.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 14:58:15.636 [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 14:58:15.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 14:58:15.636 [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 14:58:15.636 [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 14:58:15.636 [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 14:58:15.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 14:58:15.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[] 14:58:15.636 [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 14:58:15.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 14:58:15.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 14:58:15.637 [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 14:58:15.637 [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 14:58:15.637 [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 14:58:15.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 14:58:15.637 [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 14:58:15.637 [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 14:58:15.638 [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 14:58:15.696 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:15.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.696 [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 14:58:15.698 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.698 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.701 [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 14:58:15.701 [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 14:58:15.701 [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 14:58:15.701 [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 14:58:15.701 [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 14:58:15.701 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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[] 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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[] 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.702 [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 14:58:15.705 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:15.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.705 [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 14:58:15.705 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:15.705 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:15.708 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:15.709 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:15.709 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:15.729 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14676501917093259690/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:15.730 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.731 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:15.732 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:15.735 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:15.735 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:15.735 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:15.735 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:15.735 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:15.735 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:15.793 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:15.797 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:15.797 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:15.797 [pool-195-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:15.797 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s62ms [pure insertion] marking any relevant derived attributes for update...14:58:15.797 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:15.799 [pool-195-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... 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:15.799 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:15.799 [pool-195-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 14:58:15.800 [pool-195-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 69 ms 14:58:15.801 [main] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 14:58:15.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:15.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14676501917093259690/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:15.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:15.806 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:15.807 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:15.807 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3154278205487985644/test_eContainer[LevelDB GreyCat] 14:58:15.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:16.007 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:16.009 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.009 [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 14:58:16.009 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.009 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.011 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:16.011 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:16.011 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:16.012 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:16.012 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 14:58:16.012 [pool-197-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 14:58:16.012 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:16.012 [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 14:58:16.014 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.014 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.018 [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 14:58:16.018 [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 14:58:16.018 [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 14:58:16.018 [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 14:58:16.018 [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 14:58:16.018 [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 14:58:16.018 [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 14:58:16.018 [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 14:58:16.019 [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 14:58:16.019 [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 14:58:16.019 [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 14:58:16.019 [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 14:58:16.019 [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 14:58:16.019 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.020 [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 14:58:16.021 [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 14:58:16.021 [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[] 14:58:16.021 [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 14:58:16.021 [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 14:58:16.021 [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 14:58:16.021 [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 14:58:16.028 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:16.028 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.028 [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 14:58:16.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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[] 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.032 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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[] 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.033 [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 14:58:16.036 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:16.036 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.036 [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 14:58:16.036 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.036 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.039 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:16.040 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:16.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12445571142290704906/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:16.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.111 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:16.112 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:16.115 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:16.115 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:16.115 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:16.115 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:16.115 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:16.115 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:16.123 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:16.126 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:16.126 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:16.127 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:16.127 [pool-197-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...14:58:16.127 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:16.128 [pool-197-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... 14:58:16.128 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:16.129 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:16.129 [pool-197-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 14:58:16.129 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 18 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit12445571142290704906/tree.model 14:58:16.129 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:16.130 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:16.130 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:16.130 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:16.131 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:16.131 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:16.131 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:16.131 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 14:58:16.131 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:16.131 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 14:58:16.131 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 14:58:16.133 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 14:58:16.136 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:16.138 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 14:58:16.138 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:16.138 [pool-197-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 14:58:16.138 [pool-197-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...14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:16.138 [pool-197-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... 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:16.138 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:16.138 [pool-197-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 1 d elems 2 time ~0s validating changes... changed resource size: 1 relevant graph size: 1 validated changes... true 14:58:16.139 [pool-197-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms 14:58:16.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:16.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12445571142290704906/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:16.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.192 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:16.194 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:16.194 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8741550030358363043/test_removeChild[LevelDB GreyCat] 14:58:16.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:16.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:16.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.332 [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 14:58:16.332 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.332 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.335 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:16.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:16.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:16.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:16.335 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 14:58:16.335 [pool-199-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 14:58:16.336 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:16.336 [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 14:58:16.338 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.338 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.340 [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 14:58:16.340 [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 14:58:16.340 [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 14:58:16.354 [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[] 14:58:16.354 [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 14:58:16.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 14:58:16.354 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.354 [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 14:58:16.355 [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 14:58:16.355 [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 14:58:16.355 [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 14:58:16.355 [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 14:58:16.356 [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 14:58:16.356 [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 14:58:16.356 [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 14:58:16.356 [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 14:58:16.356 [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 14:58:16.392 [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 14:58:16.392 [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 14:58:16.392 [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 14:58:16.392 [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 14:58:16.392 [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 14:58:16.393 [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 14:58:16.393 [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 14:58:16.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:16.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.399 [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 14:58:16.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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[] 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.404 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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[] 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.405 [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 14:58:16.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:16.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.408 [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 14:58:16.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.412 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:16.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:16.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.435 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14145539778290776004/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:16.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.437 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:16.493 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:16.496 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:16.496 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:16.497 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:16.497 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:16.497 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:16.497 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:16.504 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:16.507 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:16.507 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:16.507 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:16.507 [pool-199-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...14:58:16.507 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:16.509 [pool-199-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... 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:16.509 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:16.509 [pool-199-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 14:58:16.510 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit14145539778290776004/tree.model 14:58:16.510 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:16.511 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:16.511 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:16.511 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:16.512 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:16.512 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:16.512 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 14:58:16.512 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 14:58:16.512 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:16.512 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 14:58:16.512 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 14:58:16.513 [pool-199-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...14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:16.513 [pool-199-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... 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:16.513 [pool-199-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 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 14:58:16.513 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 14:58:16.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:16.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14145539778290776004/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:16.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.516 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:16.518 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:16.518 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5682577086723474996/test_renameChild[LevelDB GreyCat] 14:58:16.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:16.848 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:16.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:16.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 14:58:16.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 14:58:16.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:16.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:16.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! 14:58:16.853 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:16.853 [pool-201-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 14:58:16.854 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 14:58:16.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 14:58:16.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.894 [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 14:58:16.895 [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 14:58:16.895 [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 14:58:16.895 [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 14:58:16.895 [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 14:58:16.895 [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 14:58:16.895 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.896 [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 14:58:16.897 [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[] 14:58:16.897 [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 14:58:16.897 [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 14:58:16.897 [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 14:58:16.897 [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 14:58:16.897 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.898 [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 14:58:16.904 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 14:58:16.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.904 [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 14:58:16.906 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.906 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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[] 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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[] 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.909 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.910 [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 14:58:16.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 14:58:16.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:16.913 [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 14:58:16.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:16.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:16.916 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 14:58:16.917 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 14:58:16.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 14:58:17.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2157015507494024404/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:17.004 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:17.004 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:17.005 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:17.008 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:17.008 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:17.009 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 14:58:17.009 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:17.009 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:17.009 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 14:58:17.016 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 14:58:17.020 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 14:58:17.020 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 14:58:17.020 [pool-201-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 14:58:17.020 [pool-201-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...14:58:17.020 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:17.021 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:17.021 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:17.021 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:17.022 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 14:58:17.022 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:17.022 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:17.022 [pool-201-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:17.022 [pool-201-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... 14:58:17.022 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:17.022 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:17.022 [pool-201-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 14:58:17.023 [pool-201-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 19 ms 14:58:17.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:17.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2157015507494024404/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:17.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:17.034 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:17.035 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:17.092 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17773809434061851811/test_hawkProperties[LevelDB GreyCat] 14:58:17.092 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:17.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:17.645 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:17.645 [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 14:58:18.013 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:18.013 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:18.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 14:58:18.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 14:58:18.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::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 14:58:18.224 [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 14:58:18.225 [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 14:58:18.228 [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 14:58:18.238 [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 14:58:18.238 [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 14:58:18.238 [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 14:58:18.238 [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 14:58:18.238 [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 14:58:18.238 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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[] 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.239 [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 14:58:18.293 [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 14:58:18.293 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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[] 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.294 [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 14:58:18.295 [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 14:58:18.297 [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 14:58:18.303 [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 14:58:18.303 [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 14:58:18.303 [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 14:58:18.303 [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 14:58:18.308 [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 14:58:18.308 [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 14:58:18.308 [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 14:58:18.309 [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 14:58:18.309 [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 14:58:18.309 [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 14:58:18.309 [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 14:58:18.309 [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 14:58:18.309 [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 14:58:18.310 [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[] 14:58:18.310 [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 14:58:18.310 [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 14:58:18.310 [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 14:58:18.310 [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 14:58:18.310 [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 14:58:18.312 [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 14:58:18.314 [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 14:58:18.314 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.316 [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 14:58:18.318 [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 14:58:18.318 [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 14:58:18.320 [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 14:58:18.321 [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 14:58:18.324 [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 14:58:18.324 [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 14:58:18.328 [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 14:58:18.331 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:18.332 [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 14:58:18.393 [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 14:58:18.393 [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 14:58:18.393 [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 14:58:18.395 [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 14:58:18.395 [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 14:58:18.401 [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 14:58:18.401 [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 14:58:18.604 [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 14:58:18.720 [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 14:58:18.733 [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 14:58:18.813 [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 14:58:18.819 [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 14:58:18.841 [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 14:58:18.841 [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 14:58:19.003 [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 14:58:19.101 [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 14:58:19.309 [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 14:58:19.397 [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 14:58:19.515 [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 14:58:19.525 [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 14:58:19.538 [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 14:58:19.538 [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 14:58:19.540 [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 14:58:19.540 [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 14:58:19.542 [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 14:58:19.595 [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 14:58:19.596 [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 14:58:19.596 [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 14:58:19.596 [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 14:58:19.599 [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 14:58:19.601 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:19.601 [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 14:58:19.602 [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 14:58:19.605 [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 14:58:19.606 [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 14:58:19.606 [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 14:58:19.606 [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 14:58:19.606 [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 14:58:19.606 [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 14:58:19.606 [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 14:58:19.606 [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 14:58:21.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 14:58:21.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:21.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:21.416 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:21.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:21.417 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:21.417 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 14:58:21.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:21.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:21.617 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:21.692 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:21.697 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:21.697 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:21.699 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:21.699 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:21.699 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:21.699 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:21.709 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:21.725 [pool-203-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 14:58:21.899 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:21.899 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:21.909 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:21.909 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s210ms [pure insertion] marking any relevant derived attributes for update...14:58:21.909 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:21.911 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:21.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:21.916 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:21.916 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:21.916 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:21.918 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:22.029 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:22.029 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:22.104 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:22.104 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s188ms [pure insertion] marking any relevant derived attributes for update...14:58:22.104 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:22.104 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:22.126 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:22.126 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:22.126 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:22.126 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:22.129 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:22.220 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:22.220 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:22.230 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:22.230 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s104ms [pure insertion] marking any relevant derived attributes for update...14:58:22.230 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:22.230 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:22.231 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:22.231 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:22.231 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:22.231 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:22.233 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:22.324 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:22.325 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:22.330 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:22.330 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...14:58:22.330 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:22.330 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:22.330 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:22.330 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.092s attempting to resolve any uninitialized derived attributes... 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:22.422 [pool-203-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... 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s92ms [proxy update] 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:22.422 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:22.423 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 806 ms 14:58:22.423 [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 14:58:22.426 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:22.426 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:22.494 [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 14:58:22.495 [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 14:58:22.497 [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 14:58:22.497 [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 14:58:22.499 [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 14:58:22.500 [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 14:58:22.501 [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 14:58:22.501 [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 14:58:22.508 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 14:58:22.508 [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) 14:58:22.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6885667923308540814/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:22.728 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:22.728 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:22.728 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:22.729 [pool-203-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... 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:22.729 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:22.731 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:22.731 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:22.731 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:22.793 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 14:58:22.793 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:22.794 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:22.794 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 14:58:22.796 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 14:58:22.809 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 14:58:22.809 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 14:58:22.814 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 14:58:22.814 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s21ms [pure insertion] marking any relevant derived attributes for update...14:58:22.814 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:22.814 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:22.814 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:22.814 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:22.817 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:22.818 [pool-203-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... 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:22.818 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms 14:58:22.901 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:22.902 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:22.903 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:22.903 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:22.906 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 14:58:22.906 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:22.907 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 14:58:22.915 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 14:58:22.915 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:22.915 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 14:58:22.915 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 14:58:22.926 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.011s 14:58:22.995 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 14:58:23.004 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 14:58:23.004 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 14:58:23.009 [pool-203-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 14:58:23.009 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...14:58:23.009 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:23.009 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:23.009 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:23.009 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:23.012 [pool-203-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... 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 14:58:23.012 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:23.013 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:23.013 [pool-203-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms 14:58:23.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:23.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6885667923308540814/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:23.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:23.017 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:23.035 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:23.092 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13426282519050106257/test_upgradeModelProfileVersion[LevelDB GreyCat] 14:58:23.092 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 14:58:23.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:23.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:23.408 [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 14:58:23.495 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit5609837044702628838/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit5609837044702628838/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) 14:58:23.497 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:23.497 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:23.603 [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 14:58:23.603 [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 14:58:23.603 [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 14:58:23.607 [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 14:58:23.609 [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 14:58:23.609 [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 14:58:23.614 [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 14:58:23.614 [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 14:58:23.614 [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 14:58:23.614 [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 14:58:23.614 [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 14:58:23.614 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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[] 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.615 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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[] 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.616 [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 14:58:23.617 [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 14:58:23.617 [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 14:58:23.619 [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 14:58:23.621 [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 14:58:23.622 [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 14:58:23.622 [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 14:58:23.624 [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 14:58:23.624 [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 14:58:23.624 [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 14:58:23.624 [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 14:58:23.627 [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 14:58:23.627 [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 14:58:23.627 [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 14:58:23.627 [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 14:58:23.627 [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 14:58:23.627 [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 14:58:23.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 14:58:23.627 [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 14:58:23.627 [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 14:58:23.628 [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[] 14:58:23.628 [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 14:58:23.628 [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 14:58:23.628 [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 14:58:23.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 14:58:23.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 14:58:23.629 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.630 [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 14:58:23.631 [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 14:58:23.631 [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 14:58:23.633 [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 14:58:23.633 [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 14:58:23.636 [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 14:58:23.637 [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 14:58:23.637 [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 14:58:23.638 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:23.638 [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 14:58:23.692 [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 14:58:23.693 [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 14:58:23.695 [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 14:58:23.695 [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 14:58:23.705 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit10239748668685698391/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit10239748668685698391/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) 14:58:23.795 [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 14:58:23.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 14:58:23.899 [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 14:58:23.929 [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 14:58:23.935 [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 14:58:23.951 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9661891613971606969/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit9661891613971606969/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) 14:58:24.010 [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 14:58:24.010 [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 14:58:24.131 [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 14:58:24.315 [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 14:58:24.401 [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 14:58:24.421 [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 14:58:24.537 [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 14:58:24.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 14:58:24.599 [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 14:58:24.599 [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 14:58:24.602 [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 14:58:24.602 [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 14:58:24.605 [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 14:58:24.606 [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 14:58:24.607 [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 14:58:24.607 [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 14:58:24.611 [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 14:58:24.612 [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 14:58:24.612 [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 14:58:24.612 [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 14:58:24.612 [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 14:58:24.612 [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 14:58:24.612 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:24.613 [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 14:58:24.613 [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 14:58:24.614 [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 14:58:24.616 [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 14:58:25.995 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 14:58:25.995 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:26.006 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:26.006 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:26.006 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:26.006 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:26.007 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:26.094 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:26.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:26.096 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:26.096 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:26.100 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:26.100 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:26.101 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:26.101 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:26.101 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:26.101 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:26.110 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:26.220 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:26.220 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:26.226 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:26.226 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s125ms [pure insertion] marking any relevant derived attributes for update...14:58:26.226 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:26.227 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:26.229 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:26.229 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:26.229 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:26.229 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:26.231 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:26.331 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:26.331 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:26.402 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:26.402 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s173ms [pure insertion] marking any relevant derived attributes for update...14:58:26.402 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:26.402 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:26.419 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:26.420 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:26.420 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:26.420 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:26.422 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:26.505 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:26.505 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:26.514 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:26.514 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...14:58:26.514 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:26.514 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:26.516 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:26.516 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:26.516 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:26.516 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:26.518 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:26.612 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:26.612 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:26.620 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:26.620 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s104ms [pure insertion] marking any relevant derived attributes for update...14:58:26.620 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:26.620 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:26.621 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:26.621 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:26.628 [pool-205-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... 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:26.628 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 532 ms 14:58:26.703 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:26.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:26.705 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:26.706 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:26.707 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:26.707 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:26.709 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 14:58:26.709 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:26.709 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:26.709 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 14:58:26.711 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 14:58:27.193 [pool-205-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 14:58:27.198 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 14:58:27.198 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 14:58:27.324 [pool-205-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 14:58:27.325 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s616ms [pure insertion] marking any relevant derived attributes for update...14:58:27.325 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:27.325 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:27.325 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:27.325 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:27.331 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:27.333 [pool-205-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... 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:27.333 [pool-205-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 628 ms 14:58:27.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:27.335 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:27.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:27.337 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:27.405 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:27.405 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7432570519362891255/test_stereotypeAsModel[LevelDB GreyCat] 14:58:27.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:27.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:27.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:27.598 [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 14:58:27.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:27.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:27.721 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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[] 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.726 [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 14:58:27.727 [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 14:58:27.727 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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[] 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.728 [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 14:58:27.729 [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 14:58:27.729 [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 14:58:27.729 [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 14:58:27.729 [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 14:58:27.731 [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 14:58:27.731 [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 14:58:27.731 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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[] 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.732 [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 14:58:27.733 [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 14:58:27.734 [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 14:58:27.734 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.735 [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 14:58:27.737 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:27.737 [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 14:58:27.739 [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 14:58:27.740 [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 14:58:27.793 [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 14:58:27.793 [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 14:58:27.796 [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 14:58:27.796 [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 14:58:27.798 [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 14:58:27.798 [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 14:58:27.799 [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 14:58:27.801 [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 14:58:27.801 [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 14:58:27.933 [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 14:58:27.993 [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 14:58:28.006 [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 14:58:28.037 [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 14:58:28.044 [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 14:58:28.097 [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 14:58:28.098 [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 14:58:28.175 [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 14:58:28.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 14:58:28.248 [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 14:58:28.304 [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 14:58:28.339 [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 14:58:28.350 [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 14:58:28.363 [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 14:58:28.363 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:28.363 [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 14:58:28.365 [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 14:58:28.368 [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 14:58:28.368 [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 14:58:28.369 [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 14:58:28.371 [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 14:58:28.371 [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 14:58:28.373 [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 14:58:28.375 [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 14:58:28.375 [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 14:58:28.378 [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 14:58:28.378 [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 14:58:28.379 [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 14:58:28.381 [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 14:58:28.383 [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 14:58:28.385 [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 14:58:28.385 [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 14:58:28.385 [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 14:58:28.385 [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 14:58:28.385 [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 14:58:28.385 [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 14:58:28.392 [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 14:58:28.392 [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 14:58:28.396 [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 14:58:28.396 [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 14:58:28.397 [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 14:58:28.397 [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 14:58:29.302 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 14:58:29.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:29.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:29.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:29.313 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:29.313 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:29.313 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:29.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:29.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:29.392 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:29.392 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:29.395 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:29.395 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:29.396 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:29.396 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:29.396 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:29.396 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:29.405 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:29.494 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:29.494 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:29.499 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:29.499 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...14:58:29.499 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:29.500 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:29.502 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:29.502 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:29.502 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:29.502 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:29.504 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:29.604 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:29.604 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:29.616 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:29.616 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s114ms [pure insertion] marking any relevant derived attributes for update...14:58:29.616 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:29.616 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:29.692 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:29.692 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:29.692 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:29.692 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:29.695 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:29.725 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:29.725 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:29.734 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:29.734 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s42ms [pure insertion] marking any relevant derived attributes for update...14:58:29.734 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:29.734 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:29.736 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:29.736 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:29.736 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:29.736 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:29.738 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:29.831 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:29.831 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:29.895 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:29.895 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s159ms [pure insertion] marking any relevant derived attributes for update...14:58:29.895 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:29.895 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:29.896 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:29.896 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:29.903 [pool-207-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... 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:58:29.903 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:29.904 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:29.904 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 512 ms 14:58:29.923 [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/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:29.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:29.924 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:29.927 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:29.927 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:29.927 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:29.928 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 14:58:29.928 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:29.928 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:29.928 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 14:58:29.930 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 14:58:30.007 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 14:58:30.007 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 14:58:30.014 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:58:30.014 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s86ms [pure insertion] marking any relevant derived attributes for update...14:58:30.014 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:30.014 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:30.015 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 14:58:30.015 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:30.015 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:30.015 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 14:58:30.017 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 14:58:30.097 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 14:58:30.097 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 14:58:30.108 [pool-207-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 14:58:30.109 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:58:30.109 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:30.109 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:30.109 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:30.109 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:30.112 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:30.119 [pool-207-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... 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:30.119 [pool-207-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms 14:58:30.119 [pool-207-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8353735195218644441/test_localfolderCrosslinks[LevelDB GreyCat] 14:58:30.123 [pool-207-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8353735195218644441/test_localfolderCrosslinks[LevelDB GreyCat] 14:58:30.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:30.126 [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/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:30.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:30.128 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:30.200 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:30.201 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8353735195218644441/test_localfolderCrosslinks[LevelDB GreyCat] 14:58:30.201 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:30.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:30.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:30.393 [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 14:58:30.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:30.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:30.624 [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 14:58:30.624 [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 14:58:30.625 [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 14:58:30.629 [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 14:58:30.629 [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 14:58:30.629 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.634 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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[] 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.635 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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[] 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.636 [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 14:58:30.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 14:58:30.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 14:58:30.637 [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 14:58:30.637 [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 14:58:30.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 14:58:30.639 [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 14:58:30.639 [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 14:58:30.640 [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 14:58:30.640 [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 14:58:30.640 [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 14:58:30.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 14:58:30.640 [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 14:58:30.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 14:58:30.640 [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[] 14:58:30.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 14:58:30.640 [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 14:58:30.640 [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 14:58:30.640 [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 14:58:30.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 14:58:30.641 [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 14:58:30.642 [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 14:58:30.642 [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 14:58:30.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 14:58:30.643 [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 14:58:30.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 14:58:30.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 14:58:30.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 14:58:30.643 [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 14:58:30.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 14:58:30.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 14:58:30.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 14:58:30.692 [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 14:58:30.692 [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 14:58:30.694 [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 14:58:30.694 [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 14:58:30.694 [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 14:58:30.696 [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 14:58:30.696 [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 14:58:30.701 [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 14:58:30.701 [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 14:58:30.813 [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 14:58:30.907 [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 14:58:30.933 [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 14:58:31.123 [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 14:58:31.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 14:58:31.229 [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 14:58:31.229 [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 14:58:31.393 [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 14:58:31.419 [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 14:58:31.503 [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 14:58:31.558 [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 14:58:31.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 14:58:31.630 [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 14:58:31.643 [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 14:58:31.643 [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 14:58:31.646 [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 14:58:31.646 [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 14:58:31.649 [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 14:58:31.649 [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 14:58:31.651 [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 14:58:31.651 [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 14:58:31.652 [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 14:58:31.654 [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 14:58:31.654 [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 14:58:31.656 [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 14:58:31.656 [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 14:58:31.658 [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 14:58:31.658 [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 14:58:31.660 [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 14:58:31.661 [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 14:58:31.662 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:31.662 [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 14:58:31.665 [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 14:58:31.667 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:31.667 [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 14:58:31.668 [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 14:58:31.693 [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 14:58:31.693 [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 14:58:31.694 [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 14:58:31.694 [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 14:58:31.694 [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 14:58:31.694 [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 14:58:31.694 [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 14:58:32.508 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 14:58:32.508 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:32.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:32.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:32.520 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:32.520 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:32.520 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:32.726 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:32.729 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:32.729 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:32.729 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:32.734 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:32.734 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:32.796 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:32.796 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:32.796 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:32.796 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:32.807 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:32.903 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:32.903 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:32.913 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:32.913 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s117ms [pure insertion] marking any relevant derived attributes for update...14:58:32.913 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:32.914 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:32.917 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:32.917 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:32.917 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:32.917 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:32.919 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:33.007 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:33.007 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:33.016 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:33.016 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...14:58:33.016 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:33.016 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:33.019 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:33.019 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:33.019 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:33.019 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:33.021 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:33.113 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:33.113 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:33.125 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:33.125 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s106ms [pure insertion] marking any relevant derived attributes for update...14:58:33.125 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:33.125 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:33.127 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:33.127 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:33.127 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:33.127 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:33.129 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:33.247 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:33.247 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:33.292 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:33.292 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s165ms [pure insertion] marking any relevant derived attributes for update...14:58:33.292 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:33.292 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:33.293 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:33.293 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:33.303 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:33.304 [pool-209-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... 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:33.304 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 575 ms 14:58:33.324 [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 14:58:33.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:33.326 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:33.329 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:33.329 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:33.329 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:33.331 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 14:58:33.331 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:33.331 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:33.331 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 14:58:33.334 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 14:58:33.396 [pool-209-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 14:58:33.398 [pool-209-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 14:58:33.398 [pool-209-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 14:58:33.400 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 14:58:33.400 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 14:58:33.408 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 14:58:33.409 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s78ms [pure insertion] marking any relevant derived attributes for update...14:58:33.409 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:33.409 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:33.409 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:33.409 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:33.412 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:33.415 [pool-209-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... 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:33.415 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 89 ms 14:58:33.419 [pool-209-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15181492586454334801/test_zoo[LevelDB GreyCat] 14:58:33.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:33.423 [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 14:58:33.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:33.425 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:33.493 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:33.493 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15181492586454334801/test_zoo[LevelDB GreyCat] 14:58:33.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:33.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:33.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:33.638 [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 14:58:33.701 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:33.701 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:33.803 [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 14:58:33.804 [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 14:58:33.804 [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 14:58:33.806 [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 14:58:33.808 [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 14:58:33.810 [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 14:58:33.814 [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 14:58:33.814 [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 14:58:33.814 [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 14:58:33.814 [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 14:58:33.814 [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 14:58:33.814 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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[] 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.815 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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[] 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.816 [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 14:58:33.817 [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 14:58:33.819 [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 14:58:33.819 [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 14:58:33.820 [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 14:58:33.822 [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 14:58:33.823 [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 14:58:33.825 [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 14:58:33.825 [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 14:58:33.825 [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 14:58:33.825 [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 14:58:33.828 [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 14:58:33.828 [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 14:58:33.828 [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 14:58:33.828 [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 14:58:33.828 [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 14:58:33.828 [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 14:58:33.828 [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 14:58:33.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 14:58:33.828 [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 14:58:33.829 [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[] 14:58:33.829 [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 14:58:33.829 [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 14:58:33.829 [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 14:58:33.829 [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 14:58:33.829 [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 14:58:33.830 [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 14:58:33.830 [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 14:58:33.830 [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 14:58:33.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 14:58:33.831 [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 14:58:33.831 [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 14:58:33.831 [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 14:58:33.831 [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 14:58:33.831 [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 14:58:33.831 [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 14:58:33.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 14:58:33.831 [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 14:58:33.832 [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 14:58:33.832 [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 14:58:33.833 [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 14:58:33.833 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:33.834 [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 14:58:33.836 [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 14:58:33.838 [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 14:58:33.839 [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 14:58:33.938 [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 14:58:33.959 [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 14:58:34.033 [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 14:58:34.062 [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 14:58:34.067 [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 14:58:34.092 [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 14:58:34.092 [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 14:58:34.132 [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 14:58:34.157 [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 14:58:34.188 [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 14:58:34.255 [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 14:58:34.286 [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 14:58:34.297 [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 14:58:34.309 [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 14:58:34.310 [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 14:58:34.313 [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 14:58:34.313 [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 14:58:34.315 [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 14:58:34.317 [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 14:58:34.317 [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 14:58:34.318 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:34.318 [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 14:58:34.319 [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 14:58:34.320 [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 14:58:34.322 [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 14:58:34.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 14:58:34.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/Types::Boolean will be handled as its instance type java.lang.Boolean 14:58:34.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/Types::Integer will be handled as its instance type java.lang.Integer 14:58:34.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/Types::String will be handled as its instance type java.lang.String 14:58:34.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/Types::Real will be handled as its instance type java.lang.Double 14:58:34.323 [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 14:58:34.324 [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 14:58:34.325 [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 14:58:34.326 [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 14:58:34.326 [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 14:58:34.326 [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 14:58:34.327 [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 14:58:35.165 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 14:58:35.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:35.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:35.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:35.202 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:35.202 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:35.202 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:35.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:35.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:35.222 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:35.222 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:35.225 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:35.225 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:35.226 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:35.226 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.226 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:35.226 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:35.296 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:35.332 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:35.333 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:35.399 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:35.399 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s173ms [pure insertion] marking any relevant derived attributes for update...14:58:35.399 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:35.401 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:35.403 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:35.403 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.403 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:35.403 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:35.405 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:35.496 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:35.496 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:35.504 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:35.504 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s101ms [pure insertion] marking any relevant derived attributes for update...14:58:35.504 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:35.504 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:35.518 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:35.518 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.518 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:35.518 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:35.520 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:35.601 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:35.601 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:35.610 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:35.610 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...14:58:35.610 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:35.611 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:35.612 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:35.612 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:35.612 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:35.612 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:35.614 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:35.702 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:35.702 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:35.710 [pool-211-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:35.710 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...14:58:35.710 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:35.710 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:35.710 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:35.710 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:35.718 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:35.719 [pool-211-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... 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:35.719 [pool-211-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 497 ms 14:58:35.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:35.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:35.725 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:35.725 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:35.738 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:35.792 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8237404482304038855/test_indexLibraries[LevelDB GreyCat] 14:58:35.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:36.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:36.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:36.100 [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 14:58:36.122 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:36.122 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:36.409 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.414 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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[] 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.415 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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[] 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.416 [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 14:58:36.417 [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 14:58:36.417 [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 14:58:36.417 [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 14:58:36.417 [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 14:58:36.419 [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 14:58:36.419 [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 14:58:36.419 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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[] 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.420 [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 14:58:36.421 [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 14:58:36.422 [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 14:58:36.422 [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 14:58:36.422 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.423 [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 14:58:36.425 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:36.493 [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 14:58:36.493 [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 14:58:36.494 [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 14:58:36.495 [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 14:58:36.497 [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 14:58:36.498 [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 14:58:36.499 [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 14:58:36.499 [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 14:58:36.500 [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 14:58:36.503 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:36.503 [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 14:58:36.506 [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 14:58:36.507 [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 14:58:36.508 [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 14:58:36.508 [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 14:58:36.616 [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 14:58:36.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 14:58:36.651 [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 14:58:36.751 [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 14:58:36.758 [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 14:58:36.780 [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 14:58:36.780 [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 14:58:36.821 [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 14:58:36.846 [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 14:58:36.914 [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 14:58:36.937 [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 14:58:36.969 [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 14:58:36.980 [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 14:58:37.002 [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 14:58:37.002 [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 14:58:37.003 [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 14:58:37.004 [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 14:58:37.004 [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 14:58:37.009 [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 14:58:37.009 [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 14:58:37.009 [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 14:58:37.009 [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 14:58:37.010 [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 14:58:37.014 [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 14:58:37.015 [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 14:58:37.016 [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 14:58:37.016 [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 14:58:37.017 [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 14:58:37.020 [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 14:58:37.020 [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 14:58:37.022 [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 14:58:37.022 [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 14:58:37.022 [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 14:58:37.022 [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 14:58:37.022 [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 14:58:37.022 [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 14:58:37.022 [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 14:58:37.025 [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 14:58:37.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 14:58:37.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 14:58:37.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:37.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:37.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:37.805 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:37.805 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:37.805 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:37.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:37.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:37.826 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:37.826 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:37.829 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:37.829 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:37.831 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:37.831 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:37.831 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:37.831 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:37.894 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:37.930 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:37.930 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:38.000 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:38.000 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s169ms [pure insertion] marking any relevant derived attributes for update...14:58:38.000 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:38.001 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:38.016 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:38.016 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:38.016 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:38.016 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:38.019 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:38.103 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:38.103 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:38.113 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:38.113 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...14:58:38.113 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:38.114 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:38.115 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:38.115 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:38.116 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:38.116 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:38.118 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:38.205 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:38.205 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:38.212 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:38.212 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...14:58:38.212 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:38.213 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:38.214 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:38.214 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:38.215 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:38.215 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:38.216 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:38.296 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:38.296 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:38.302 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:38.302 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...14:58:38.302 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:38.302 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:38.302 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:38.302 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:38.309 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:38.309 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:38.309 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:58:38.309 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:38.309 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:38.309 [pool-213-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... 14:58:38.309 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:58:38.310 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:38.310 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:38.310 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 484 ms 14:58:38.310 [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 14:58:38.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:38.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:38.323 [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 14:58:38.324 [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 14:58:38.325 [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 14:58:38.326 [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 14:58:38.326 [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 14:58:38.327 [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 14:58:38.327 [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 14:58:38.328 [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 14:58:38.332 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 14:58:38.332 [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) 14:58:38.402 [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 14:58:38.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:38.404 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:38.404 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:38.405 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:38.405 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:38.405 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:38.405 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:38.406 [pool-213-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... 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:38.406 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:38.408 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:38.408 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:38.408 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:38.411 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 14:58:38.411 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:38.411 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:38.411 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 14:58:38.414 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 14:58:38.425 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 14:58:38.425 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 14:58:38.429 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 14:58:38.429 [pool-213-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...14:58:38.429 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:38.429 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:38.430 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:38.430 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:38.433 [pool-213-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... 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:38.433 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 29 ms 14:58:38.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:38.439 [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 14:58:38.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:38.441 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:38.506 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:38.507 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6383419947113071554/test_customProfileV4[LevelDB GreyCat] 14:58:38.507 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:38.869 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:38.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:38.871 [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 14:58:38.907 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:38.907 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:39.025 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:39.025 [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 14:58:39.027 [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 14:58:39.027 [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 14:58:39.027 [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 14:58:39.030 [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 14:58:39.035 [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 14:58:39.035 [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 14:58:39.093 [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 14:58:39.093 [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 14:58:39.093 [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 14:58:39.093 [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 14:58:39.093 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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[] 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.094 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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[] 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.095 [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 14:58:39.096 [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 14:58:39.096 [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 14:58:39.096 [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 14:58:39.096 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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[] 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.099 [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 14:58:39.100 [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 14:58:39.101 [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 14:58:39.101 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.102 [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 14:58:39.103 [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 14:58:39.103 [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 14:58:39.104 [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 14:58:39.105 [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 14:58:39.107 [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 14:58:39.108 [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 14:58:39.110 [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 14:58:39.111 [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 14:58:39.112 [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 14:58:39.114 [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 14:58:39.114 [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 14:58:39.115 [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 14:58:39.117 [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 14:58:39.118 [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 14:58:39.119 [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 14:58:39.119 [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 14:58:39.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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 14:58:39.236 [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 14:58:39.340 [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 14:58:39.403 [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 14:58:39.409 [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 14:58:39.433 [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 14:58:39.433 [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 14:58:39.525 [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 14:58:39.599 [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 14:58:39.713 [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 14:58:39.733 [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 14:58:39.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 14:58:39.773 [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 14:58:39.793 [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 14:58:39.793 [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 14:58:39.796 [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 14:58:39.796 [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 14:58:39.797 [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 14:58:39.798 [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 14:58:39.798 [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 14:58:39.801 [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 14:58:39.801 [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 14:58:39.801 [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 14:58:39.801 [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 14:58:39.801 [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 14:58:39.802 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:39.802 [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 14:58:39.804 [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 14:58:39.806 [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 14:58:39.806 [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 14:58:39.807 [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 14:58:39.807 [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 14:58:39.807 [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 14:58:39.811 [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 14:58:40.569 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 14:58:40.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:40.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:40.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:40.598 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:40.598 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:40.598 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:40.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:40.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:40.616 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:40.616 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:40.620 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:40.620 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:40.621 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:40.621 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:40.621 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:40.621 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:40.630 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:40.721 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:40.721 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:40.795 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:40.795 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s174ms [pure insertion] marking any relevant derived attributes for update...14:58:40.795 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 14:58:40.797 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 14:58:40.811 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:40.811 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:40.811 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:40.811 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:40.813 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:40.900 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:40.900 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:40.911 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:40.911 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...14:58:40.911 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:40.911 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:40.913 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:40.913 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:40.913 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:40.913 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:40.915 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:40.999 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:40.999 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:41.007 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:41.007 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:58:41.007 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:41.007 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:41.009 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:41.009 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:41.009 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:41.009 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:41.011 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:41.093 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:41.093 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:41.098 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:41.098 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...14:58:41.098 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:41.098 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:41.099 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:41.099 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:41.105 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:41.106 [pool-215-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... 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:41.106 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 490 ms 14:58:41.106 [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 14:58:41.108 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:41.108 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:41.119 [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 14:58:41.119 [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 14:58:41.120 [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 14:58:41.121 [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 14:58:41.121 [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 14:58:41.122 [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 14:58:41.122 [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 14:58:41.122 [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 14:58:41.126 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 14:58:41.126 [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) 14:58:41.197 [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 14:58:41.198 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:41.198 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:41.198 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:41.199 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:41.199 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:41.199 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:41.199 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:41.200 [pool-215-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... 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 14:58:41.200 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:41.201 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:41.202 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:41.202 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:41.205 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 14:58:41.205 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:41.205 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:41.205 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 14:58:41.208 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 14:58:41.222 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 14:58:41.222 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 14:58:41.226 [pool-215-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 14:58:41.226 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s21ms [pure insertion] marking any relevant derived attributes for update...14:58:41.226 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:41.226 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:41.227 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:41.227 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:41.230 [pool-215-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... 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:41.230 [pool-215-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 32 ms 14:58:41.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:41.235 [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 14:58:41.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:41.293 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:41.306 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:41.307 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14235991578031746596/test_customProfileV5[LevelDB GreyCat] 14:58:41.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 14:58:41.445 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:41.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:41.447 [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 14:58:41.463 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:41.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:41.536 [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 14:58:41.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 14:58:41.540 [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 14:58:41.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 14:58:41.540 [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 14:58:41.540 [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 14:58:41.540 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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[] 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.541 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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[] 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.542 [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 14:58:41.592 [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 14:58:41.592 [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 14:58:41.592 [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 14:58:41.592 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.595 [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 14:58:41.596 [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[] 14:58:41.596 [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 14:58:41.596 [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 14:58:41.596 [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 14:58:41.596 [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 14:58:41.596 [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 14:58:41.597 [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 14:58:41.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 14:58:41.598 [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 14:58:41.598 [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 14:58:41.598 [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 14:58:41.598 [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 14:58:41.598 [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 14:58:41.598 [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 14:58:41.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 14:58:41.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 14:58:41.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 14:58:41.598 [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 14:58:41.599 [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 14:58:41.599 [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 14:58:41.601 [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 14:58:41.601 [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 14:58:41.735 [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 14:58:41.804 [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 14:58:41.816 [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 14:58:41.895 [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 14:58:41.901 [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 14:58:41.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 14:58:41.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 14:58:42.095 [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 14:58:42.121 [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 14:58:42.204 [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 14:58:42.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 14:58:42.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 14:58:42.271 [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 14:58:42.342 [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 14:58:42.343 [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 14:58:42.344 [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 14:58:42.345 [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 14:58:42.345 [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 14:58:42.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:42.351 [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 14:58:42.355 [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 14:58:42.356 [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 14:58:42.356 [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 14:58:42.357 [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 14:58:42.357 [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 14:58:42.357 [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 14:58:42.361 [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 14:58:42.392 [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 14:58:42.393 [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 14:58:42.393 [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 14:58:42.397 [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 14:58:42.397 [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 14:58:42.397 [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 14:58:42.397 [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 14:58:42.397 [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 14:58:42.397 [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 14:58:42.398 [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 14:58:42.400 [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 14:58:42.400 [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 14:58:42.402 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:42.403 [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 14:58:42.403 [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 14:58:42.407 [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 14:58:42.408 [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 14:58:42.408 [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 14:58:42.409 [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 14:58:42.411 [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 14:58:42.411 [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 14:58:42.414 [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 14:58:42.414 [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 14:58:42.414 [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 14:58:42.415 [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 14:58:42.415 [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 14:58:43.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 14:58:43.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:43.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:43.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:43.425 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:43.425 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:43.425 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:43.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:43.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:43.496 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:43.496 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:43.500 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:43.500 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:43.501 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:43.501 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:43.501 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:43.501 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:43.510 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:43.537 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:43.537 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:43.593 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:43.593 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...14:58:43.593 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:43.594 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:43.596 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:43.596 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:43.596 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:43.596 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:43.598 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:43.694 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:43.694 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:43.706 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:43.706 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s110ms [pure insertion] marking any relevant derived attributes for update...14:58:43.706 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:43.706 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:43.720 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:43.720 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:43.720 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:43.720 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:43.722 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:43.806 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:43.806 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:43.815 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:43.815 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...14:58:43.815 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:43.815 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:43.817 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:43.817 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:43.817 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:43.817 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:43.893 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:43.927 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:43.927 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:43.999 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:43.999 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s182ms [pure insertion] marking any relevant derived attributes for update...14:58:43.999 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:43.999 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.000 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:44.000 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:44.007 [pool-217-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... 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:44.007 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 511 ms 14:58:44.007 [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 14:58:44.009 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:44.009 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:44.020 [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 14:58:44.021 [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 14:58:44.021 [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 14:58:44.022 [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 14:58:44.022 [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 14:58:44.023 [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 14:58:44.024 [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 14:58:44.024 [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 14:58:44.028 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 14:58:44.028 [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) 14:58:44.103 [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/junit13669834965806391630/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:44.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:44.106 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:44.106 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:44.107 [pool-217-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... 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 14:58:44.107 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:44.111 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:44.112 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:44.112 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:44.114 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 14:58:44.114 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:44.114 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:44.114 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 14:58:44.116 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 14:58:44.398 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 14:58:44.398 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 14:58:44.522 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 14:58:44.522 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s408ms [pure insertion] marking any relevant derived attributes for update...14:58:44.522 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:44.522 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.523 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 14:58:44.524 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:44.524 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:44.524 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 14:58:44.526 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 14:58:44.598 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 14:58:44.598 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 14:58:44.603 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:58:44.603 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...14:58:44.603 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:44.603 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.605 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 14:58:44.605 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:44.605 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:44.605 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 14:58:44.607 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 14:58:44.620 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 14:58:44.620 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 14:58:44.627 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 14:58:44.627 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s22ms [pure insertion] marking any relevant derived attributes for update...14:58:44.627 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:44.627 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.629 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 14:58:44.629 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:44.629 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:44.629 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 14:58:44.631 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 14:58:44.708 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 14:58:44.708 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 14:58:44.718 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 14:58:44.718 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...14:58:44.718 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:44.718 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.721 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 14:58:44.721 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:44.723 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:44.723 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 14:58:44.725 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 14:58:44.734 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 14:58:44.734 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 14:58:44.794 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 14:58:44.794 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s73ms [pure insertion] marking any relevant derived attributes for update...14:58:44.794 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:44.794 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.794 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:44.794 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:44.802 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.018s attempting to resolve any uninitialized derived attributes... 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:44.812 [pool-217-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... 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:44.812 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 706 ms 14:58:44.816 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:44.820 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:44.820 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:44.820 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:44.824 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 14:58:44.824 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:44.824 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 14:58:44.827 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 14:58:44.827 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 14:58:44.827 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 14:58:44.827 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 14:58:44.896 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.069s 14:58:44.903 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 14:58:44.914 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 14:58:44.914 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 14:58:44.920 [pool-217-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 14:58:44.920 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...14:58:44.920 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:44.920 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:44.920 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:44.920 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:44.923 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 14:58:44.924 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 14:58:44.924 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 14:58:44.924 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:44.925 [pool-217-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:44.925 [pool-217-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... 14:58:44.925 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 14:58:44.925 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:44.925 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:44.925 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 109 ms 14:58:44.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:44.928 [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/junit13669834965806391630/:org.eclipse.hawk.localfolder.LocalFolder:false 14:58:44.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:44.929 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:44.998 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:44.999 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2037925866956225098/test_modelProfileInsideRepository[LevelDB GreyCat] 14:58:44.999 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 14:58:45.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 14:58:45.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:45.294 [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 14:58:45.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 14:58:45.312 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 14:58:45.593 [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 14:58:45.593 [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 14:58:45.595 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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[] 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.600 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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 14:58:45.601 [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[] 14:58:45.601 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.602 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.605 [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 14:58:45.606 [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[] 14:58:45.606 [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 14:58:45.606 [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 14:58:45.606 [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 14:58:45.606 [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 14:58:45.606 [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 14:58:45.607 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.608 [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 14:58:45.609 [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 14:58:45.609 [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 14:58:45.610 [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 14:58:45.611 [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 14:58:45.612 [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 14:58:45.613 [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 14:58:45.614 [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 14:58:45.615 [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 14:58:45.616 [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 14:58:45.619 [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 14:58:45.619 [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 14:58:45.803 [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 14:58:45.893 [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 14:58:45.917 [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 14:58:46.059 [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 14:58:46.065 [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 14:58:46.096 [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 14:58:46.097 [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 14:58:46.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 14:58:46.161 [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 14:58:46.190 [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 14:58:46.210 [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 14:58:46.286 [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 14:58:46.303 [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 14:58:46.315 [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 14:58:46.315 [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 14:58:46.317 [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 14:58:46.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 14:58:46.319 [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 14:58:46.320 [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 14:58:46.322 [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 14:58:46.322 [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 14:58:46.323 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:46.323 [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 14:58:46.323 [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 14:58:46.323 [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 14:58:46.327 [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 14:58:46.327 [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 14:58:46.327 [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 14:58:46.327 [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 14:58:46.327 [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 14:58:46.328 [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 14:58:46.328 [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 14:58:46.328 [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 14:58:46.331 [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 14:58:46.332 [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 14:58:46.334 [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 14:58:46.335 [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 14:58:46.335 [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 14:58:46.337 [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 14:58:46.344 [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 14:58:46.345 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 14:58:46.345 [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 14:58:46.347 [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 14:58:46.393 [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 14:58:47.211 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 14:58:47.211 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 14:58:47.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 14:58:47.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 14:58:47.220 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:47.220 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:47.220 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 14:58:47.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 14:58:47.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:47.296 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:47.296 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.300 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.300 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.301 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 14:58:47.301 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.301 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:47.301 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 14:58:47.310 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 14:58:47.336 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 14:58:47.336 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 14:58:47.395 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 14:58:47.395 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:58:47.395 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 14:58:47.396 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 14:58:47.398 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 14:58:47.398 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.398 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:47.398 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 14:58:47.400 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 14:58:47.435 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 14:58:47.435 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 14:58:47.497 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 14:58:47.497 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...14:58:47.497 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:47.497 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:47.500 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 14:58:47.500 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.500 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:47.500 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 14:58:47.502 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 14:58:47.536 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 14:58:47.536 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 14:58:47.597 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 14:58:47.597 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...14:58:47.597 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:47.597 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:47.612 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 14:58:47.612 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.612 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:47.612 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 14:58:47.615 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 14:58:47.735 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 14:58:47.735 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 14:58:47.746 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 14:58:47.746 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s134ms [pure insertion] marking any relevant derived attributes for update...14:58:47.746 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:47.746 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:47.747 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:47.747 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.049s attempting to resolve any uninitialized derived attributes... 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:47.796 [pool-219-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... 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s49ms [proxy update] 14:58:47.796 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:47.797 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:47.797 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 501 ms 14:58:47.900 [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 14:58:47.902 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:47.902 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 14:58:47.905 [pool-219-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms 14:58:47.905 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 14:58:47.905 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 14:58:47.905 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 14:58:47.906 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 14:58:47.906 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:47.906 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:47.906 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 14:58:47.909 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 14:58:47.931 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 14:58:47.931 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 14:58:47.999 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 14:58:48.000 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...14:58:48.000 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:48.000 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:48.001 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 14:58:48.001 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 14:58:48.002 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 14:58:48.002 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 14:58:48.004 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 14:58:48.023 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 14:58:48.023 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 14:58:48.028 [pool-219-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 14:58:48.028 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s27ms [pure insertion] marking any relevant derived attributes for update...14:58:48.028 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 14:58:48.028 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 14:58:48.028 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 14:58:48.028 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 14:58:48.031 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 14:58:48.036 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 14:58:48.036 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 14:58:48.036 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 14:58:48.036 [pool-219-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 14:58:48.036 [pool-219-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... 14:58:48.036 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 14:58:48.036 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 14:58:48.037 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 14:58:48.037 [pool-219-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 135 ms 14:58:48.037 [pool-219-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15971635888568406717/test_workspaceCrosslinks[LevelDB GreyCat] 14:58:48.092 [pool-219-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15971635888568406717/test_workspaceCrosslinks[LevelDB GreyCat] 14:58:48.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 14:58:48.099 [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 14:58:48.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 14:58:48.101 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 14:58:48.114 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 14:58:48.115 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15971635888568406717/test_workspaceCrosslinks[LevelDB GreyCat] 14:58:48.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 143.564 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 37.131 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.311 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.599 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.599 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.004 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.726 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.681 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.478 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.404 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.414 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.01 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.388 s slotType[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.527 s typeSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.669 s slotInstanceTypeName[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.601 s typeSupertypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.533 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.584 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 3.902 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 2.882 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 3.622 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 20.735 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.244 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.506 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.481 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.398 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.716 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.411 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.595 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.111 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.577 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.311 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.775 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.316 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.306 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.319 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.374 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.387 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.324 s hawkProperties[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.574 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.313 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.795 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.293 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.299 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.714 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.799 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.693 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 3.115 s Running org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s - in org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.285 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.295 s Results: Tests run: 138, 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-AGIi9jLSQx7W/agent.161 SSH_AGENT_PID=163 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3024731917379879221.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3024731917379879221.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 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.202303251752.jar features/org.eclipse.hawk.greycat.tests.feature_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat.source_2.3.0.202303051303.jar plugins/org.eclipse.hawk.greycat.tests.source_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat.tests_2.3.0.202303251752.jar plugins/org.eclipse.hawk.greycat_2.3.0.202303051303.jar sent 6.88M bytes received 19.52K bytes 1.53M bytes/sec total size is 8.76M speedup is 1.27 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 163 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